|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectblackboard.data.BbObject
blackboard.cms.workflow.Workflow
The Workflow class provides a representation of a workflow
within the Blackboard application. A Workflow must has a type
associated with it. The current valid types are:
WorkflowType for more details
| Nested Class Summary | |
static class |
Workflow.Priority
|
| Field Summary | |
static blackboard.persist.DataType |
DATA_TYPE
Object data type constant used in brokering loaders and persisters |
| Fields inherited from class blackboard.data.BbObject |
_bbAttributes |
| Constructor Summary | |
Workflow()
Creates an instance of Workflow with default property values. |
|
| Method Summary | |
blackboard.persist.DataType |
getDataType()
Returns the DataType identifier for this object. |
java.lang.String |
getDescription()
Returns the description for the Workflow. |
java.util.Calendar |
getDueDate()
Returns the Due Date for the Workflow. |
long |
getDueDateSortValue()
Returns the sort value by Due Date for the Workflow. |
blackboard.persist.Id |
getOwnerId()
Returns the Owner Id for the Workflow. |
Workflow.Priority |
getPriority()
Returns the Workflow Priority for the Workflow. |
java.lang.String |
getTitle()
Returns the Title for the Workflow. |
java.lang.String |
getType()
Returns the type for the Workflow. |
void |
setDescription(java.lang.String str)
Sets the description for the Workflow. |
void |
setDueDate(java.util.Calendar cal)
Sets the Due Date for the Workflow. |
void |
setOwnerId(blackboard.persist.Id id)
Sets the Owner Id for the Workflow. |
void |
setPriority(Workflow.Priority ePriority)
Sets the Workflow Priority for the Workflow. |
void |
setTitle(java.lang.String strTitle)
Sets the Title for the Workflow. |
void |
setType(java.lang.String strType)
Sets the type for the Workflow. |
| Methods inherited from class blackboard.data.BbObject |
clone, getBbAttributes, getCreatedDate, getId, getModifiedDate, persist, setCreatedDate, setId, setModifiedDate, toString, validate |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final blackboard.persist.DataType DATA_TYPE
| Constructor Detail |
public Workflow()
Workflow with default property values.
| Method Detail |
public java.lang.String getDescription()
Workflow.
String representing the description for the Workflow.public void setDescription(java.lang.String str)
Workflow.
str - a String representing the description for the Workflow.public java.util.Calendar getDueDate()
Workflow.
Calendar representing the Due Date for the Workflow.public void setDueDate(java.util.Calendar cal)
Workflow.
cal - a Calendar representing the Due Date for the Workflow.public long getDueDateSortValue()
Workflow.
long representing the Due Date sort value for the Workflow.public blackboard.persist.Id getOwnerId()
Id for the Workflow.
Id representing the Owner <@link Id} for the Workflow.public void setOwnerId(blackboard.persist.Id id)
Id for the Workflow.
id - an Id representing the Owner <@link Id} for the Workflow.public Workflow.Priority getPriority()
Workflow.
Workflow.Priority representing the Priority for the Workflow.public void setPriority(Workflow.Priority ePriority)
Workflow.
ePriority - a Workflow.Priority representing the Priority for the Workflow.public java.lang.String getTitle()
Workflow.
String representing the Title for the Workflow.public void setTitle(java.lang.String strTitle)
Workflow.
strTitle - a String representing the Title for the Workflow.public java.lang.String getType()
Workflow.
String representing the type for the Workflow.public void setType(java.lang.String strType)
Workflow.
strType - a String representing the type for the Workflow.public blackboard.persist.DataType getDataType()
DataType identifier for this object. Can be used to
uniquely identify the "type" of this data object.
DataType for this object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||