public interface DelegationMeasureData
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID
The plug-in ID.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAssignedDelegationRule()
Returns a staff assignment rule defining the delegation recipients
or null if the item shall be delegated to the manager of the org
unit where the org position of the assigned agent belongs to.
|
java.lang.String |
getDelegationComment() |
java.lang.String |
getUnassignedDelegationRule()
Returns a staff assignment rule defining the delegation recipients
or null if the item shall be delegated to all the managers of the org
units where the org positions belong to, to which the worklist item
has been distributed to.
|
void |
setAssignedDelegationRule(java.lang.String delegationRule)
Setter for
getAssignedDelegationRule(). |
void |
setDelegationComment(java.lang.String delegationComment)
Setter for
getDelegationComment(). |
void |
setUnassignedDelegationRule(java.lang.String delegationRule)
Setter for
getAssignedDelegationRule(). |
static final java.lang.String ID
java.lang.String getAssignedDelegationRule()
void setAssignedDelegationRule(java.lang.String delegationRule)
getAssignedDelegationRule().delegationRule - java.lang.String getUnassignedDelegationRule()
void setUnassignedDelegationRule(java.lang.String delegationRule)
getAssignedDelegationRule().delegationRule - java.lang.String getDelegationComment()
void setDelegationComment(java.lang.String delegationComment)
getDelegationComment().delegationComment -