public interface SchedulerData
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID
My plug-in ID.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getComplexity()
The complexity, cf.
|
java.lang.String |
getDelegationHandlingProcedureID() |
java.lang.String |
getDelegationRule()
Returns the staff assignment rule defining the agents to which the
item may be delegated.
|
java.lang.String |
getDistributionHandlingProcedureID() |
long |
getDueDate()
The due date, cf.
|
long |
getDueDateReference()
Returns the reference time for relative due dates.
|
int |
getPriority()
The priority, cf.
|
int |
getTolerance()
The tolerance for the complexity in percent.
|
void |
setComplexity(long complexity)
Setter for
getComplexity(). |
void |
setDelegationHandlingProcedureID(java.lang.String id)
Setter for
getDelegationHandlingProcedureID(). |
void |
setDelegationRule(java.lang.String rule)
Setter for
getDelegationRule(). |
void |
setDistributionHandlingProcedureID(java.lang.String id)
Setter for
getDistributionHandlingProcedureID(). |
void |
setDueDate(long dueDate)
Setter for
getDueDate(). |
void |
setDueDateReference(long dueDate)
Setter for
getDueDateReference(). |
void |
setPriority(int priority)
Setter for
getPriority(). |
void |
setTolerance(int tolerance)
Setter for
getTolerance(). |
static final java.lang.String ID
int getPriority()
throws UnresolvedParameterReferenceException
WorklistItem.getPriority()UnresolvedParameterReferenceExceptionvoid setPriority(int priority)
getPriority().priority - long getComplexity()
WorklistItem.getComplexity()void setComplexity(long complexity)
getComplexity().complexity - int getTolerance()
void setTolerance(int tolerance)
getTolerance().tolerance - long getDueDate()
throws UnresolvedParameterReferenceException
WorklistItem.getDueDate()UnresolvedParameterReferenceExceptionvoid setDueDate(long dueDate)
getDueDate().dueDate - long getDueDateReference()
throws UnresolvedParameterReferenceException
UnresolvedParameterReferenceExceptionvoid setDueDateReference(long dueDate)
getDueDateReference().dueDate - java.lang.String getDistributionHandlingProcedureID()
void setDistributionHandlingProcedureID(java.lang.String id)
getDistributionHandlingProcedureID().id - java.lang.String getDelegationHandlingProcedureID()
void setDelegationHandlingProcedureID(java.lang.String id)
getDelegationHandlingProcedureID().id - java.lang.String getDelegationRule()
void setDelegationRule(java.lang.String rule)
getDelegationRule().rule -