public interface GroupAttributeAggregator
| Modifier and Type | Method and Description |
|---|---|
long |
getAssignmentDate()
Gets the assignment date for the grouping worklist item aggregated from the group items.
|
java.lang.String |
getDescription()
Gets the description for the grouping worklist item aggregated from the group items.
|
java.util.Map<java.util.Locale,java.lang.String> |
getDescriptionLocalisations()
Gets the localisations of the description for the grouping worklist item aggregated from the
corresponding localisations of the group items.
|
long |
getDueDate()
Gets the due date for the grouping worklist item aggregated from the group items.
|
long |
getEscalationDate()
Gets the escalation date for the grouping worklist item aggregated from the group items.
|
java.lang.String |
getEscalationHandlingId()
Gets the escalation handling procedure ID title for the grouping worklist item aggregated from
the group items.
|
int |
getPriority()
Gets the priority for the grouping worklist item aggregated from the group items.
|
java.lang.String |
getProcessInstanceName()
Gets the process instance name for the grouping worklist item aggregated from the group items.
|
java.util.Map<java.util.Locale,java.lang.String> |
getProcessInstanceNameLocalisations()
Gets the localisations of the process instance name for the grouping worklist item aggregated
from the corresponding localisations of the group items.
|
WorklistConstants.WorklistItemState |
getState()
Gets the worklist item state for the grouping worklist item aggregated from the group items.
|
java.lang.String |
getTitle()
Gets the title for the grouping worklist item aggregated from the group items.
|
java.util.Map<java.util.Locale,java.lang.String> |
getTitleLocalisations()
Gets the localisations of the title for the grouping worklist item aggregated from the
corresponding localisations of the group items.
|
boolean |
needsSuppression()
Gets whether the grouping worklist item needs to be suppressed, e. g. since all group items are
suppressed.
|
java.lang.String getTitle()
java.util.Map<java.util.Locale,java.lang.String> getTitleLocalisations()
null indicates to not
change the localisations of the title of the grouping item.java.lang.String getDescription()
java.util.Map<java.util.Locale,java.lang.String> getDescriptionLocalisations()
null indicates to not
change the localisations of the description of the grouping item.java.lang.String getProcessInstanceName()
java.util.Map<java.util.Locale,java.lang.String> getProcessInstanceNameLocalisations()
null
indicates to not change the localisations of the title of the grouping item.WorklistConstants.WorklistItemState getState()
int getPriority()
long getAssignmentDate()
long getEscalationDate()
java.lang.String getEscalationHandlingId()
long getDueDate()
boolean needsSuppression()