|
||||||||||
| 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
public class 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)
| Nested Class Summary | |
|---|---|
static class |
WorkflowAssignment.Status
Deprecated. The completion status of a task assignment. |
| Field Summary | |
|---|---|
static blackboard.persist.DataType |
DATA_TYPE
Deprecated. Object data type constant used in brokering loaders and persisters |
| Fields inherited from class blackboard.data.BbObject |
|---|
_bbAttributes |
| Constructor Summary | |
|---|---|
WorkflowAssignment()
Deprecated. Creates an instance of WorkflowAssignment with default property values. |
|
| Method Summary | |
|---|---|
blackboard.persist.DataType |
getDataType()
Deprecated. Returns the DataType identifier for this object. |
java.lang.String |
getResponse()
Deprecated. |
blackboard.base.FormattedText |
getResponseFormatted()
Deprecated. Returns the Response for the WorkflowAssignment. |
blackboard.persist.Id |
getStatusId()
Deprecated. Returns the status Id for the WorkflowAssignment. |
boolean |
getUserDeletedInd()
Deprecated. Returns a boolean denoting whether the WorkflowAssignment was deleted by the user. |
blackboard.persist.Id |
getUserId()
Deprecated. Returns the user Id for the WorkflowAssignment. |
blackboard.persist.Id |
getWorkflowId()
Deprecated. Returns the workflow Id for the WorkflowAssignment. |
void |
setResponse(blackboard.base.FormattedText response)
Deprecated. Sets the Response for the WorkflowAssignment. |
void |
setResponse(java.lang.String str)
Deprecated. |
void |
setStatusId(blackboard.persist.Id id)
Deprecated. Sets the status Id for the WorkflowAssignment. |
void |
setUserDeletedInd(boolean val)
Deprecated. Sets a flag denoting whether the WorkflowAssignment was deleted by the user. |
void |
setUserId(blackboard.persist.Id id)
Deprecated. Sets the user Id for the WorkflowAssignment. |
void |
setWorkflowId(blackboard.persist.Id id)
Deprecated. 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 blackboard.base.FormattedText getResponseFormatted()
WorkflowAssignment.
FormattedText representing the Response for the WorkflowAssignment.public void setResponse(java.lang.String str)
WorkflowAssignment.
str - a String representing the Response for the WorkflowAssignment.public void setResponse(blackboard.base.FormattedText response)
WorkflowAssignment.
str - a FormattedText 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.
getDataType in interface blackboard.data.IBbObjectgetDataType in interface blackboard.data.IdentifiablegetDataType in class blackboard.data.BbObjectDataType for this object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||