Uses of Class
de.mid.innovator.m2msdk.model.configuration.ConfigurationItems
Packages that use ConfigurationItems
Package
Description
The package contains the configuration model of the model transformation and the workflow.
-
Uses of ConfigurationItems in de.mid.innovator.m2msdk.model.configuration
Methods in de.mid.innovator.m2msdk.model.configuration that return ConfigurationItemsModifier and TypeMethodDescriptionConfigurationItemIF.getBySymbolicName(String value) Get the configuration items which have the given symbolic name.Get the configuration items which have the given tag proposal.ConfigurationItemIF.getChildren()Get the list of children of this item.ConfigurationItemIF.getChildrenTransitive()Get all transitive children.ConfigurationItemIF.getConfigurationItems(ConfigurationTag searchTag, ConfigurationItemSearchMode mode) Get the configuration items using the given id.ConfigurationItemIF.getOwnedChildren(ConfigurationTag tag) Get all owned children with the given type.Methods in de.mid.innovator.m2msdk.model.configuration with parameters of type ConfigurationItemsModifier and TypeMethodDescriptionvoidConfigurationItemIF.setChildren(ConfigurationItems iList, boolean bCheckOnly) Set the list of children.Constructors in de.mid.innovator.m2msdk.model.configuration with parameters of type ConfigurationItems