Class StepReferenceParameterStructure
java.lang.Object
de.mid.innovator.m2msdk.model.transformation.ConfigurableItem
de.mid.innovator.m2msdk.model.transformation.parameter.structures.ParameterStructureBase
de.mid.innovator.m2msdk.model.transformation.parameter.structures.StepReferenceParameterStructure
- All Implemented Interfaces:
ParameterAbleIF, ConfigurableItemIF, IdentifierAble, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStepReferenceParameterStructure(ConfigurableItemIF thisparent) StepReferenceParameterStructure(String stepReferenceName) -
Method Summary
Modifier and TypeMethodDescriptiongetKnownParameters(SessionInterface iSession, MappingElementIF me, ConfigurationItemIF iItem) getRelevantTransformationStep(ConfigurableItemIF runtimeItem, SessionInterface iSession, MappingElementIF sourceElement) getRelevantTransformationStep(ConfigurableItemIF runtimeItem, SessionInterface iSession, MappingElementIF sourceElement, boolean implicitPredecessor) getRelevantTransformationStep(ModelTransformationIF transformation, SessionInterface iSession, MappingElementIF sourceElement) getRelevantTransformationStep(ModelTransformationIF transformation, SessionInterface iSession, MappingElementIF sourceElement, boolean implicitPredecessor) getStepProposals(SessionInterface iSession, MappingElementIF sourceElement) voidregisterParameter(ParameterReflectionStore paramStore) Methods inherited from class ParameterStructureBase
getParameterStore, getParameterStoreParameter, setConfigurationContextMethods inherited from class ConfigurableItem
checkConstraints, checkConstraints, getBaseItem, getConfigurableItems, getConfigurationTag, getId, getItem, getKnownParameters, getName, getParentItem, getParentItem, setBaseItem, setConfigurationTag, setId, setParent, toString
-
Constructor Details
-
StepReferenceParameterStructure
-
StepReferenceParameterStructure
-
-
Method Details
-
getKnownParameters
public ParameterTemplates getKnownParameters(SessionInterface iSession, MappingElementIF me, ConfigurationItemIF iItem) throws RemoteException, M2MException - Overrides:
getKnownParametersin classParameterStructureBase- Throws:
RemoteExceptionM2MException
-
getStepLiveAccessor
-
getRelevantTransformationStep
public ModelTransformationStepList getRelevantTransformationStep(ModelTransformationIF transformation, SessionInterface iSession, MappingElementIF sourceElement, boolean implicitPredecessor) throws RemoteException, M2MException - Throws:
RemoteExceptionM2MException
-
getRelevantTransformationStep
public ModelTransformationStepList getRelevantTransformationStep(ModelTransformationIF transformation, SessionInterface iSession, MappingElementIF sourceElement) throws RemoteException, M2MException - Throws:
RemoteExceptionM2MException
-
getStepProposals
public List<String> getStepProposals(SessionInterface iSession, MappingElementIF sourceElement) throws M2MException, RemoteException - Throws:
M2MExceptionRemoteException
-
getRelevantTransformationStep
public ModelTransformationStepList getRelevantTransformationStep(ConfigurableItemIF runtimeItem, SessionInterface iSession, MappingElementIF sourceElement) throws RemoteException, M2MException - Throws:
RemoteExceptionM2MException
-
getRelevantTransformationStep
public ModelTransformationStepList getRelevantTransformationStep(ConfigurableItemIF runtimeItem, SessionInterface iSession, MappingElementIF sourceElement, boolean implicitPredecessor) throws RemoteException, M2MException - Throws:
RemoteExceptionM2MException
-
registerParameter
-