public class WorkflowConfiguration extends DirectoryEntry implements java.io.Serializable
| Constructor and Description |
|---|
WorkflowConfiguration()
Default constructor.
|
WorkflowConfiguration(long reminderInterval,
boolean isEnabled,
long escalationPeriod)
Constructs with full set of parameters.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getEscalationPeriod()
Returns the escalation period for workflow reminder notification.
|
long |
getReminderInterval()
Returns the interval for workflow reminder notification.
|
boolean |
isEnabled()
Determines if workflow reminder notification is enabled.
|
void |
setEnabled(boolean enable)
Sets the enable flag for workflow reminder notification.
|
void |
setEscalationPeriod(long escalationPeriod)
Changes the escalation period for workflow reminder notification.
|
void |
setReminderInterval(long reminderInterval)
Changes the interval for workflow reminder notification.
|
addAttribute, addAttributeValues, clearChange, clearChanges, getAttribute, getAttributes, getChanges, getDistinguishedName, getLastModified, getObjectClasses, getOldAttributes, removeAttribute, removeAttribute, setAttribute, setAttributes, setDistinguishedName, toStringpublic WorkflowConfiguration()
public WorkflowConfiguration(long reminderInterval,
boolean isEnabled,
long escalationPeriod)
reminderInterval - interval for workflow reminder.isEnabled - enable for workflow reminder.escalationPeriod - escalation period for workflow reminder.public long getReminderInterval()
public void setReminderInterval(long reminderInterval)
reminderInterval - value for workflow reminder notification.public boolean isEnabled()
public void setEnabled(boolean enable)
enable - true to enable workflow reminder notification; else false.public long getEscalationPeriod()
public void setEscalationPeriod(long escalationPeriod)
escalationPeriod - escalation period for workflow reminder notification.