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