Class WorklistItem
java.lang.Object
de.aristaflow.ilm.model.worklistmodel.WorklistItem
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AdministrativeWorklistItem,ClientWorklistItem
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription@NotNull Instant@NotNull @Valid ActivityReference@Valid QualifiedAgent@NotNull Long@Valid Delegation@NotNull @PositiveOrZero Integer@Valid Enquiry@NotNull @PositiveOrZero Integer@NotNull UUIDA mapping from an IETF BCP 47 language tag to the corresponding localisation.A mapping from an IETF BCP 47 language tag to the corresponding localisation.A mapping from an IETF BCP 47 language tag to the corresponding localisation.A mapping from an IETF BCP 47 language tag to the corresponding localisation.@NotNull Integer@Valid Enquiry@NotNull WorklistConstants.WorklistItemState@Size(min=1) StringThis is used as additional information for rich type hierarchies.@NotNull String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
subClass
This is used as additional information for rich type hierarchies. -
id
-
title
-
locTitle
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
desc
-
locDesc
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
processType
-
processTemplateVersion
-
processTemplateName
-
locProcessTemplateName
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
processInstanceName
-
locProcessInstanceName
A mapping from an IETF BCP 47 language tag to the corresponding localisation. -
actRef
-
iconId
-
groupId
-
state
-
priority
-
complexity
-
activationDate
-
assignmentDate
-
escalationDate
-
dueDate
-
assignedAgent
-
currentEscalationLevel
-
currentDelegation
-
currentEnquiry
-
repliedEnquiry
-
currentDelegationLevel
-
userAttributes
-
-
Constructor Details
-
WorklistItem
public WorklistItem()Constructor setting the subclass name.
-