Uses of Interface
de.aristaflow.adept2.model.worklistmodel.ActivityReference
-
Packages that use ActivityReference Package Description de.aristaflow.adept2.model.worklistmodel de.aristaflow.ilm.model.worklistmodel -
-
Uses of ActivityReference in de.aristaflow.adept2.model.worklistmodel
Subinterfaces of ActivityReference in de.aristaflow.adept2.model.worklistmodel Modifier and Type Interface Description interface
GroupActivityReference
An activity reference referring to a group of worklist items and therefore also a group of activity references.Classes in de.aristaflow.adept2.model.worklistmodel that implement ActivityReference Modifier and Type Class Description class
ActivityGroupReference
An activity reference for an activity group identifying the group in the worklist manager (ActivityGroupReference.getGroupId()
as well as logically via name and execution context.class
ADEPT2ActivityReference
An activity reference to an ADEPT2 activity represented by a node of a process instance.class
ADEPT2EBPReference
The default implementation of an activity reference.class
LWPActivityReference
An activity reference to an ADEPT2 lightweight-process represented by a node of a process instance.class
TLPInstanceReference
An activity reference for a top-level process instance.Methods in de.aristaflow.adept2.model.worklistmodel that return ActivityReference Modifier and Type Method Description ActivityReference
WorklistItem. getActivityReference()
Returns a reference to the activity which should be executed.Methods in de.aristaflow.adept2.model.worklistmodel with parameters of type ActivityReference Modifier and Type Method Description AdministrativeWorklistItem
WorklistModelFactory. createAdministrativeWorklistItem(UUID worklistItemId, UUID[] worklistIds, String title, String description, ActivityReference activityReference, UUID iconId, UUID groupId, int priority, long escalationDate, long dueDate, WorklistConstants.WorklistItemState state, QualifiedAgent assignedAgent, int escalationLevel, String escalationHandlingProcedureId, String distributionHandlingProcedureId, String staffAssignmentRule, long activationDate, long assignmentDate, long complexity, int delegationLevel, List<WorklistItem.Delegation> delegationHistory, String delegationHandlingProcedureId, Enquiry repliedEnquiry, List<Enquiry> enquiries, String processType, String processTemplateVersion, String processTemplateName, String processInstanceName, ParameterDataContext parameterDataContext, Map<String,Set<String>> supportedPlugins, Map<String,PluginData> pluginDatas, Map<String,String> userAttributes)
ClientWorklistItem
WorklistModelFactory. createClientWorklistItem(UUID worklistItemId, UUID worklistId, String title, String description, ActivityReference activityReference, UUID iconId, UUID groupId, WorklistConstants.WorklistItemState worklistItemState, int priority, long complexity, long activationDate, long assignmentDate, QualifiedAgent assignedAgent, long escalationDate, long dueDate, int currentEscalationLevel, int currentDelegationLevel, WorklistItem.Delegation currentDelegation, Enquiry repliedEnquiry, Enquiry currentEnquiry, String processType, String processTemplateVersion, String processTemplateName, String processInstanceName, String personalTitle, String personalDescription, int personalPriority, long personalEscalationDate, long personalDueDate, String escalationHandlingProcedureId, long resubmissionDate, Map<String,Set<String>> supportedPlugins, Map<String,PluginData> pluginDatas, Map<String,Set<String>> individualSupportedPlugins, Map<String,PluginData> individualPluginDatas, Map<String,String> userAttributes, Map<String,String> individualUserAttributes, Set<QualifiedAgent> substitutionFrom)
Creates a new worklist item for client-side use.InternalWorklistItem
WorklistModelFactory. createInternalWorklistItem(UUID id, String title, String description, ActivityReference activityReference, UUID iconId, UUID groupId, String staffAssignmentRule, WorklistConstants.WorklistItemState worklistItemState, boolean suppressed, UUID[] worklistIds, UUID[] availableStateWorklistIds, Set<IndividualWorklistItemSettings> itemSettings, int priority, long complexity, long activationDate, long assignmentDate, QualifiedAgent assignedAgent, long escalationDate, long dueDate, int currentEscalationLevel, String escalationHandlingProcedureId, int currentDelegationLevel, String delegationHandlingProcedureId, List<WorklistItem.Delegation> delegations, Enquiry repliedEnquiry, List<Enquiry> enquiries, String distributionHandlingProcedureId, String processType, String processTemplateVersion, String processTemplateName, String processInstanceName, Map<String,Set<String>> supportedPlugins, Map<String,PluginData> pluginDatas, ParameterDataContext parameterDataContext, Map<String,String> userAttributes, Map<UUID,Set<QualifiedAgent>> substitutionOriginators)
Creates a new worklist item for internal / server-side use.void
InternalWorklistItem. setActivityReference(ActivityReference actRef)
Sets the activity reference of the item to the designated one. -
Uses of ActivityReference in de.aristaflow.ilm.model.worklistmodel
Methods in de.aristaflow.ilm.model.worklistmodel with type parameters of type ActivityReference Modifier and Type Method Description protected static <T extends ActivityReference,I extends ActivityReference>
ITransformation. fillActivityReference(T actRef, I ret)
Methods in de.aristaflow.ilm.model.worklistmodel that return ActivityReference Modifier and Type Method Description static ActivityReference
Transformation. fromIlm(ActivityReference ar)
Methods in de.aristaflow.ilm.model.worklistmodel with parameters of type ActivityReference Modifier and Type Method Description static ActivityReference
Transformation. toIlm(ActivityReference ar)
-