Uses of Interface
de.aristaflow.adept2.model.worklistmodel.ActivityReference
Packages that use ActivityReference
-
Uses of ActivityReference in de.aristaflow.adept2.model.worklistmodel
Subinterfaces of ActivityReference in de.aristaflow.adept2.model.worklistmodelModifier and TypeInterfaceDescriptioninterfaceAn 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 ActivityReferenceModifier and TypeClassDescriptionclassAn activity reference for an activity group identifying the group in the worklist manager (ActivityGroupReference.getGroupId()as well as logically via name and execution context.classAn activity reference to an ADEPT2 activity represented by a node of a process instance.classThe default implementation of an activity reference.classAn activity reference to an ADEPT2 lightweight-process represented by a node of a process instance.classAn activity reference for a top-level process instance.Methods in de.aristaflow.adept2.model.worklistmodel that return ActivityReferenceModifier and TypeMethodDescriptionWorklistItem.getActivityReference()Returns a reference to the activity which should be executed.Methods in de.aristaflow.adept2.model.worklistmodel with parameters of type ActivityReferenceModifier and TypeMethodDescriptionWorklistModelFactory.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) 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.WorklistModelFactory.createInternalWorklistItem(UUID id, String title, String description, ActivityReference activityReference, UUID iconId, UUID groupId, String staffAssignmentRule, WorklistConstants.WorklistItemState worklistItemState, boolean suppressed, int priority, long complexity, long activationDate, long escalationDate, long dueDate, String escalationHandlingProcedureId, String delegationHandlingProcedureId, 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) Creates a new unassigned worklist item for internal/server-side use without delegation, enquires and substitutions.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, int currentEscalationLevel, String escalationHandlingProcedureId, long dueDate, int currentDelegationLevel, String delegationHandlingProcedureId, List<WorklistItem.Delegation> delegations, Enquiry repliedEnquiry, Map<Enquiry, Integer> 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, SortedMap<Integer, Collection<QualifiedAgent>>> originators) Creates a new worklist item for internal/server-side with the designated properties.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) Deprecated, for removal: This API element is subject to removal in a future version.voidInternalWorklistItem.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 ActivityReferenceModifier and TypeMethodDescriptionprotected static <T extends ActivityReference,I extends ActivityReference>
ITransformation.fillActivityReference(T actRef, I ret) Methods in de.aristaflow.ilm.model.worklistmodel that return ActivityReferenceModifier and TypeMethodDescriptionstatic ActivityReferenceTransformation.fromIlm(ActivityReference ar) Methods in de.aristaflow.ilm.model.worklistmodel with parameters of type ActivityReferenceModifier and TypeMethodDescriptionstatic ActivityReferenceTransformation.toIlm(ActivityReference ar)
WorklistModelFactory.createInternalWorklistItem(UUID, String, String, ActivityReference, UUID, UUID, String, WorklistItemState, boolean, UUID[], UUID[], Set, int, long, long, long, QualifiedAgent, long, int, String, long, int, String, List, Enquiry, Map, String, String, String, String, String, Map, Map, ParameterDataContext, Map, Map)instead.