Uses of Interface
de.mid.innovator.srv2api.icw2meta.ADApplicationConfiguration
Packages that use ADApplicationConfiguration
Package
Description
Meta model and administration information.
Diagrams and graphical representations of model elements in diagrams.
-
Uses of ADApplicationConfiguration in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as ADApplicationConfigurationModifier and TypeFieldDescriptionARG_ApplicationConfigurationEntry.ohConfapplication configuration elementARG_MigrationConfiguration.ohConfigapplication configuration elementMethods in de.mid.innovator.srv2api.icw2meta that return ADApplicationConfigurationModifier and TypeMethodDescriptionstatic ADApplicationConfigurationADApplicationConfigurationHelper.create(SrvContext srvCtx, String strName, String strPurpose, String strConfig, int lOpMode) Creates a namedADApplicationConfigurationfor a specified purpose.Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type ADApplicationConfigurationModifier and TypeMethodDescriptionADModel.getApplicationConfigurationByPurpose(String pattern, K_CONTROL_OPTION... behaviourFlags) All application configurations owned by thisADModelwith the specified argument pattern as purpose.ADModel.getOwnedApplicationConfiguration(K_CONTROL_OPTION... behaviourFlags) All application configurations owned by the current object.ADApplicationConfiguration.getUsedApplicationConfiguration(K_CONTROL_OPTION... behaviourFlags) All used application configurations of thisADApplicationConfiguration.ADApplicationConfiguration.getUsingApplicationConfiguration()All application configurations which use thisADApplicationConfiguration.Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ADApplicationConfigurationModifier and TypeMethodDescriptionvoidADApplicationConfiguration.setUsedApplicationConfiguration(List<? extends ADApplicationConfiguration> values) Set the value of Foreign Key UsedApplicationConfiguration.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type ADApplicationConfigurationModifierConstructorDescriptionARG_ApplicationConfigurationEntry(ADApplicationConfiguration ohConf, String strName, String strValue, int lOpMode) ARG_MigrationConfiguration(ADApplicationConfiguration ohConfig, String purpose, String name, K_MIGRATION_STATUS status, boolean isCustom, List<String> seqVersion) -
Uses of ADApplicationConfiguration in de.mid.innovator.srv2api.icw2pres
Fields in de.mid.innovator.srv2api.icw2pres declared as ADApplicationConfigurationModifier and TypeFieldDescriptionARG_GetAnalysisDiaProperties.applConfContentThe content application configurationARG_GetAnalysisDiaProperties.applConfDisplayThe display application configurationMethods in de.mid.innovator.srv2api.icw2pres that return ADApplicationConfigurationModifier and TypeMethodDescriptionPRAnalysisDia.getContentConfiguration()The contentADApplicationConfigurationused by thisPRAnalysisDia.PRAnalysisDia.getDisplayConfiguration()The displayADApplicationConfigurationused by thisPRAnalysisDia.Methods in de.mid.innovator.srv2api.icw2pres with parameters of type ADApplicationConfigurationModifier and TypeMethodDescriptionvoidPRAnalysisDia.setContentConfiguration(ADApplicationConfiguration value) Set the value of Foreign Key ContentConfiguration.voidPRAnalysisDia.setDisplayConfiguration(ADApplicationConfiguration value) Set the value of Foreign Key DisplayConfiguration.Constructors in de.mid.innovator.srv2api.icw2pres with parameters of type ADApplicationConfigurationModifierConstructorDescriptionARG_GetAnalysisDiaProperties(String analysisValue, String configValue, boolean useApplicationConfiguration, K_GRAPH_DIRECTION graphDirection, int maxPathLength, boolean traceNodes, boolean isDirectionConsidered, boolean showAllEdges, boolean showShortestPathOnly, boolean isSmooth, ADApplicationConfiguration applConfContent, ADApplicationConfiguration applConfDisplay, String strApplConfContent, String strApplConfDisplay, String strContentConfig, String strDisplayConfig, List<ADClientAble> seqStart, List<ADClientAble> seqEnd)