Class AfEbpReference
- java.lang.Object
-
- de.aristaflow.ilm.model.worklistmodel.ActivityReference
-
- de.aristaflow.ilm.model.worklistmodel.AfInstanceReference
-
- de.aristaflow.ilm.model.worklistmodel.AfEbpReference
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AfActivityReference
public class AfEbpReference extends AfInstanceReference
Instances of this class (and subclasses) can be used wherever anEbpInstanceReferenceis expected.- See Also:
ADEPT2EBPReference,LWPActivityReference, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description @NotNull @Valid ExecutionControlPropertiesexecControlProps@NotNull IntegernodeId@NotNull IntegernodeIterationList<@NotNull URI>runtimeManagerUris@NotNull EBPTypetype-
Fields inherited from class de.aristaflow.ilm.model.worklistmodel.AfInstanceReference
baseTemplateId, executionManagerUris, instanceId, instanceLogId
-
Fields inherited from class de.aristaflow.ilm.model.worklistmodel.ActivityReference
refType, subClass, userAttributes
-
-
Constructor Summary
Constructors Constructor Description AfEbpReference()
-
-
-
Field Detail
-
type
@NotNull public @NotNull EBPType type
-
nodeId
@NotNull public @NotNull Integer nodeId
-
nodeIteration
@NotNull public @NotNull Integer nodeIteration
-
execControlProps
@NotNull @Valid public @NotNull @Valid ExecutionControlProperties execControlProps
-
-