|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.itim.dataservices.model.DirectoryEntry
com.ibm.itim.dataservices.model.domain.WorkflowConfiguration
public class WorkflowConfiguration
Represents a workflow configuration for reminder and activity notification .
| Constructor Summary | |
|---|---|
WorkflowConfiguration()
Default constructor. |
|
WorkflowConfiguration(long reminderInterval,
boolean isEnabled,
long escalationPeriod)
Constructs with full set of parameters. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.ibm.itim.dataservices.model.DirectoryEntry |
|---|
addAttribute, addAttributeValues, clearChange, clearChanges, getAttribute, getAttributes, getChanges, getDistinguishedName, getLastModified, getObjectClasses, getOldAttributes, removeAttribute, removeAttribute, setAttribute, setAttributes, setDistinguishedName, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public 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.| Method Detail |
|---|
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.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||