|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectblackboard.data.BbObject
blackboard.cms.workflow.WorkflowType
The WorkflowType class provides a representation of a workflow
within the Blackboard application.
| Field Summary | |
static java.lang.String |
APPROVE
|
static java.lang.String |
COMPLETE
|
static blackboard.persist.DataType |
DATA_TYPE
Object data type constant used in brokering loaders and persisters |
static java.lang.String |
GRADE
|
static java.lang.String |
REMIND
|
static java.lang.String |
REVIEW
|
static java.lang.String |
SHARE
|
| Fields inherited from class blackboard.data.BbObject |
_bbAttributes |
| Constructor Summary | |
WorkflowType()
Creates an instance of WorkflowType with default property values. |
|
| Method Summary | |
blackboard.persist.DataType |
getDataType()
Returns the DataType identifier for this object. |
java.lang.String |
getTitle()
Returns the Title for the WorkflowType. |
java.lang.String |
getWorkflowType()
Returns the Workflow Type for the WorkflowType. |
void |
setTitle(java.lang.String strTitle)
Sets the Title for the WorkflowType. |
void |
setWorkflowType(java.lang.String strWorkflowType)
Sets the Workflow Type for the WorkflowType. |
| 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
public static final java.lang.String APPROVE
public static final java.lang.String COMPLETE
public static final java.lang.String GRADE
public static final java.lang.String REMIND
public static final java.lang.String REVIEW
public static final java.lang.String SHARE
| Constructor Detail |
public WorkflowType()
WorkflowType with default property values.
| Method Detail |
public java.lang.String getTitle()
WorkflowType.
String representing the Title for the WorkflowType.public void setTitle(java.lang.String strTitle)
WorkflowType.
strTitle - a String representing the Title for the WorkflowType.public java.lang.String getWorkflowType()
WorkflowType.
String representing the Workflow Type for the WorkflowType.public void setWorkflowType(java.lang.String strWorkflowType)
WorkflowType.
strWorkflowType - a String representing the Workflow Type for the WorkflowType.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 | ||||||||||