Interface ActivityReference
-
- All Superinterfaces:
Serializable
,UserAttributeContainer
- All Known Subinterfaces:
GroupActivityReference
- All Known Implementing Classes:
ActivityGroupReference
,ADEPT2ActivityReference
,ADEPT2EBPReference
,LWPActivityReference
,TLPInstanceReference
public interface ActivityReference extends UserAttributeContainer, Serializable
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
Fields Modifier and Type Field Description static long
serialVersionUID
Generated ID for serialisation.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getActivityReferenceType()
Returns the type of the activity, e.g.-
Methods inherited from interface de.aristaflow.adept2.model.common.UserAttributeContainer
getUserAttributes, getUserAttributeValue, removeUserAttributeValue, setUserAttributeValue
-
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
Generated ID for serialisation.- See Also:
- Constant Field Values
-
-
Method Detail
-
getActivityReferenceType
String getActivityReferenceType()
Returns the type of the activity, e.g. "de.aristaflow.ADEPT2ActivityReference".- Returns:
- The type of the activity.
-
-