|
||||||||||
| 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
public class 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
Deprecated. Object data type constant used in brokering loaders and persisters |
| Fields inherited from class blackboard.data.BbObject |
|---|
_bbAttributes |
| Constructor Summary | |
|---|---|
WorkflowFile()
Deprecated. Creates an instance of WorkflowFile with default property values. |
|
| Method Summary | |
|---|---|
blackboard.persist.DataType |
getDataType()
Deprecated. Returns the DataType identifier for this object. |
java.lang.String |
getFileEntryPath()
Deprecated. Returns the file path for item for the WorkflowFile |
blackboard.persist.Id |
getWorkflowId()
Deprecated. Returns the Workflow Id for the WorkflowFile. |
void |
setFileEntryPath(java.lang.String path)
Deprecated. Sets the file path for item for the WorkflowFile |
void |
setWorkflowId(blackboard.persist.Id id)
Deprecated. 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.
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 | |||||||||