Interface AnchorGroupIF
- All Superinterfaces:
ConfigurableItemIF,IdentifierAble,Serializable
- All Known Implementing Classes:
AnchorAllGroup,AnchorAnyGroup,AnchorChoiceGroup,AnchorGroup
Group of anchors.
- Version:
- 11.3.1
- Author:
- jmback
-
Method Summary
Modifier and TypeMethodDescriptiongetFirst()Get first anchor of group.getTargets(MappingElementIF source, TransformationStepSubStepData subStepData) Find target elements for this anchor group and the given source element.Methods inherited from interface de.mid.innovator.m2msdk.model.transformation.interfaces.ConfigurableItemIF
checkConstraints, checkConstraints, getBaseItem, getConfigurableItems, getConfigurationTag, getItem, getKnownParameters, getName, getParentItem, getParentItem, setBaseItem, setConfigurationContext, setConfigurationTag, setParentMethods inherited from interface de.mid.innovator.m2msdk.util.IdentifierAble
getId, setId
-
Method Details
-
getTargets
MappingElementList getTargets(MappingElementIF source, TransformationStepSubStepData subStepData) throws M2MException, RemoteException Find target elements for this anchor group and the given source element.- Parameters:
source- source element for the anchorsubStepData- TODO- Returns:
- target elements
- Throws:
M2MException- exception during searchRemoteException
-
getFirst
ModelAnchorIF getFirst()Get first anchor of group.- Returns:
- First anchor if existing, else null.
-
getQualifedAnchorName
String getQualifedAnchorName()- Returns:
- the qualifed anchor name, if existing.
-