Interface ActivityReference
- All Superinterfaces:
Serializable,UserAttributeContainer
- All Known Subinterfaces:
GroupActivityReference
- All Known Implementing Classes:
ActivityGroupReference,ADEPT2ActivityReference,ADEPT2EBPReference,LWPActivityReference,TLPInstanceReference
A reference to an activity, e.g. an ADEPT2 activity. The worklist may also
contain worklist items of legacy systems. An object of this interface
represents a reference to an activity (legacy or ADEPT2). Depending on the
reference type, the corresponding system (legacy or ADEPT2) will be referred
to for selection, execution etc. of the activity.
- Author:
- Kevin Goeser
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longGenerated ID for serialisation. -
Method Summary
Modifier and TypeMethodDescriptionReturns the type of the activity, e.g.Methods inherited from interface de.aristaflow.adept2.model.common.UserAttributeContainer
getUserAttributes, getUserAttributeValue, removeUserAttributeValue, setUserAttributeValue
-
Field Details
-
serialVersionUID
static final long serialVersionUIDGenerated ID for serialisation.- See Also:
-
-
Method Details
-
getActivityReferenceType
String getActivityReferenceType()Returns the type of the activity, e.g. "de.aristaflow.ADEPT2ActivityReference".- Returns:
- The type of the activity.
-