Interface GroupActivityReference
-
- All Superinterfaces:
ActivityReference
,Serializable
,UserAttributeContainer
- All Known Implementing Classes:
ActivityGroupReference
public interface GroupActivityReference extends ActivityReference
An activity reference referring to a group of worklist items and therefore also a group of activity references.
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
ID for serialisation.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UUID
getGroupId()
Gets the ID of the group this activity reference represents.-
Methods inherited from interface de.aristaflow.adept2.model.worklistmodel.ActivityReference
getActivityReferenceType
-
Methods inherited from interface de.aristaflow.adept2.model.common.UserAttributeContainer
getUserAttributes, getUserAttributeValue, removeUserAttributeValue, setUserAttributeValue
-
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
ID for serialisation.- See Also:
- Constant Field Values
-
-
Method Detail
-
getGroupId
UUID getGroupId()
Gets the ID of the group this activity reference represents.- Returns:
- The ID of the group this activity reference represents.
-
-