Class MEMappingConfigurationPackageHelper


  • public abstract class MEMappingConfigurationPackageHelper
    extends java.lang.Object
    Abstract mapping configuration package.
    See Also:
    MEMappingConfigurationPackage
    • Method Detail

      • getMappingConfiguration

        public static java.util.List<ARG_MEMappingEnvironment> getMappingConfiguration​(SrvContext srvCtx,
                                                                                       MEModelElement ohStartElement,
                                                                                       java.lang.String mappingName,
                                                                                       boolean ignoreForward,
                                                                                       boolean ignoreReverse,
                                                                                       boolean ignoreInnovatorConfiguration,
                                                                                       boolean ignoreExternalConfiguration,
                                                                                       ARG_MappingEnvironmentInnovatorModel valInnovatorModelData,
                                                                                       ARG_MappingEnvironmentExternalModel valExternalModelData)
                                                                                throws InoNetException,
                                                                                       SrvErrorException
        Determines existing mapping environments (i.e. system model, mapping type package and virtual system models) located below the system model, which are determined by the object in the argument.
        Parameters:
        srvCtx - The context of the related innovator server.
        ohStartElement - Start Element, which determines the relevant system model
        mappingName - Optional Mapping Name
        ignoreForward - Ignore Forward Mapping Configurations
        ignoreReverse - Ignore Reverse Mapping Configurations
        ignoreInnovatorConfiguration - Ignore Innvoator Mapping Configuations
        ignoreExternalConfiguration - Ignore External Configurations
        valInnovatorModelData - Optional Innovator Model Data. Restricts result if ignoreInnovatorConfiguration = = false
        valExternalModelData - Optional External Model Data. Restricts result if ignoreExternalConfiguration = = false
        Throws:
        InoNetException
        SrvErrorException