Class MEMappingConfigurationPackageHelper

java.lang.Object
de.mid.innovator.srv2api.icw2model.MEMappingConfigurationPackageHelper

public abstract class MEMappingConfigurationPackageHelper extends Object
Abstract mapping configuration package.
See Also:
  • Method Details

    • getMappingConfiguration

      public static List<ARG_MEMappingEnvironment> getMappingConfiguration(SrvContext srvCtx, MEModelElement ohStartElement, 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