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 anEbpInstanceReference
is expected.- See Also:
ADEPT2EBPReference
,LWPActivityReference
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description @NotNull @Valid ExecutionControlProperties
execControlProps
@NotNull Integer
nodeId
@NotNull Integer
nodeIteration
List<@NotNull URI>
runtimeManagerUris
@NotNull EBPType
type
-
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
-
-