Class TLPInstanceReference
java.lang.Object
de.aristaflow.adept2.model.common.defaultimplementation.DefaultUserAttributeContainer
de.aristaflow.adept2.model.common.defaultimplementation.SerialisableUserAttributeContainer
de.aristaflow.adept2.model.worklistmodel.TLPInstanceReference
- All Implemented Interfaces:
UserAttributeContainer,ActivityReference,Serializable
public class TLPInstanceReference
extends de.aristaflow.adept2.model.common.defaultimplementation.SerialisableUserAttributeContainer
implements ActivityReference
An activity reference for a top-level process instance.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.aristaflow.adept2.model.common.defaultimplementation.DefaultUserAttributeContainer
getUserAttributes, getUserAttributeValue, removeUserAttributeValue, setUserAttributes, setUserAttributeValue, subEquals, subHashCodeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface de.aristaflow.adept2.model.common.UserAttributeContainer
getUserAttributes, getUserAttributeValue, removeUserAttributeValue, setUserAttributeValue
-
Constructor Details
-
Method Details
-
getActivityReferenceType
Description copied from interface:ActivityReferenceReturns the type of the activity, e.g. "de.aristaflow.ADEPT2ActivityReference".- Specified by:
getActivityReferenceTypein interfaceActivityReference- Returns:
- The type of the activity.
-
getInstanceID
Returns the ID of the process instance.- Returns:
- the ID of the process instance
-
getInstanceLogId
Returns the unchangeable log ID of the process instance.- Returns:
- the unchangeable log ID of the process instance
-
getExecutionManagerURIs
- Returns:
- An array with URIs of the execution manager, that is responsible for the instance.
-
getBaseTemplateID
- Returns:
- The base template ID of the reference
-
toString
-