Uses of Class
de.aristaflow.ilm.model.runtimeenvironment.ActivityWithNodeState
-
Packages that use ActivityWithNodeState Package Description de.aristaflow.ilm.model.runtimeenvironment -
-
Uses of ActivityWithNodeState in de.aristaflow.ilm.model.runtimeenvironment
Fields in de.aristaflow.ilm.model.runtimeenvironment with type parameters of type ActivityWithNodeState Modifier and Type Field Description List<@NotNull @Valid ActivityWithNodeState>
NsInitialRemoteIteratorData. actNodeStates
List<@NotNull @Valid ActivityWithNodeState>
NsRemoteIteratorData. actNodeStates
Methods in de.aristaflow.ilm.model.runtimeenvironment that return ActivityWithNodeState Modifier and Type Method Description static ActivityWithNodeState
Transformation. toIlmNs(Pair<EBPInstanceReference,ProcessConstants.NodeState> pair)
Methods in de.aristaflow.ilm.model.runtimeenvironment that return types with arguments of type ActivityWithNodeState Modifier and Type Method Description List<ActivityWithNodeState>
NsInitialRemoteIteratorData. getContentAbstract()
List<ActivityWithNodeState>
NsRemoteIteratorData. getContentAbstract()
Method parameters in de.aristaflow.ilm.model.runtimeenvironment with type arguments of type ActivityWithNodeState Modifier and Type Method Description void
NsInitialRemoteIteratorData. setContentAbstract(List<ActivityWithNodeState> content)
void
NsRemoteIteratorData. setContentAbstract(List<ActivityWithNodeState> content)
-