|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectblackboard.data.BbObject
blackboard.cms.workflow.WorkflowAssignment
The WorkflowAssignment class provides a representation of a workflow
within the Blackboard application. The WorkflowAssignment object represents a relatioship
between a given Workflow (specified by WorkflowId) and a given User (specified by UserId)
| 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 | |
WorkflowAssignment()
Creates an instance of WorkflowAssignment with default property values. |
|
| Method Summary | |
blackboard.persist.DataType |
getDataType()
Returns the DataType identifier for this object. |
java.lang.String |
getResponse()
Returns the Response for the WorkflowAssignment. |
blackboard.persist.Id |
getStatusId()
Returns the status Id for the WorkflowAssignment. |
boolean |
getUserDeletedInd()
Returns a boolean denoting whether the WorkflowAssignment was deleted by the user. |
blackboard.persist.Id |
getUserId()
Returns the user Id for the WorkflowAssignment. |
blackboard.persist.Id |
getWorkflowId()
Returns the workflow Id for the WorkflowAssignment. |
void |
setResponse(java.lang.String str)
Sets the Response for the WorkflowAssignment. |
void |
setStatusId(blackboard.persist.Id id)
Sets the status Id for the WorkflowAssignment. |
void |
setUserDeletedInd(boolean val)
Sets a flag denoting whether the WorkflowAssignment was deleted by the user. |
void |
setUserId(blackboard.persist.Id id)
Sets the user Id for the WorkflowAssignment. |
void |
setWorkflowId(blackboard.persist.Id id)
Sets the workflow Id for the WorkflowAssignment. |
| 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 WorkflowAssignment()
WorkflowAssignment with default property values.
| Method Detail |
public java.lang.String getResponse()
WorkflowAssignment.
String representing the Response for the WorkflowAssignment.public void setResponse(java.lang.String str)
WorkflowAssignment.
str - a String representing the Response for the WorkflowAssignment.public boolean getUserDeletedInd()
WorkflowAssignment was deleted by the user.
WorkflowAssignment, false otherwise.public void setUserDeletedInd(boolean val)
WorkflowAssignment was deleted by the user.
val - true if the user has deleted the WorkflowAssignment, false otherwise.public blackboard.persist.Id getUserId()
WorkflowAssignment.
Id representing the user Id for the WorkflowAssignment.public void setUserId(blackboard.persist.Id id)
WorkflowAssignment.
id - Id representing the user Id for the WorkflowAssignment.public blackboard.persist.Id getStatusId()
WorkflowAssignment.
Id representing the status Id for the WorkflowAssignment.public void setStatusId(blackboard.persist.Id id)
WorkflowAssignment.
id - a Id representing the status Id for the WorkflowAssignment.public blackboard.persist.Id getWorkflowId()
WorkflowAssignment.
Id representing the workflow Id for the WorkflowAssignment.public void setWorkflowId(blackboard.persist.Id id)
WorkflowAssignment.
id - a Id representing the workflow Id for the WorkflowAssignment.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 | ||||||||||