|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectblackboard.data.BbObject
blackboard.cms.workflow.WorkflowFile
The WorkflowFile class provides a representation of a WorkflowFile
within the Blackboard application. WorkflowFile represents an object that relates a file item
that is stored in the Content System to a particular Workflow object.
| 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 | |
WorkflowFile()
Creates an instance of WorkflowFile with default property values. |
|
| Method Summary | |
blackboard.persist.DataType |
getDataType()
Returns the DataType identifier for this object. |
java.lang.String |
getFileEntryPath()
Returns the file path for item for the WorkflowFile |
blackboard.persist.Id |
getWorkflowId()
Returns the Workflow Id for the WorkflowFile. |
void |
setFileEntryPath(java.lang.String path)
Sets the file path for item for the WorkflowFile |
void |
setWorkflowId(blackboard.persist.Id id)
Sets the Workflow Id for the WorkflowFile. |
| 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 WorkflowFile()
WorkflowFile with default property values.
| Method Detail |
public java.lang.String getFileEntryPath()
WorkflowFile
String representing the file path for the WorkflowFile.public void setFileEntryPath(java.lang.String path)
WorkflowFile
path - a String representing the file path for the WorkflowFile.public blackboard.persist.Id getWorkflowId()
Id for the WorkflowFile.
Id representing the Workflow <@link Id} for the WorkflowFile.public void setWorkflowId(blackboard.persist.Id id)
Id for the WorkflowFile.
id - an Id representing the Workflow <@link Id} for the WorkflowFile.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 | ||||||||||