blackboard.cms.workflow
Class WorkflowFile

java.lang.Object
  extended byblackboard.data.BbObject
      extended byblackboard.cms.workflow.WorkflowFile
All Implemented Interfaces:
java.lang.Cloneable, blackboard.data.IBbObject

public class WorkflowFile
extends blackboard.data.BbObject

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.

Since:
Bb CS 1.0
Version:
$Revision: $

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

DATA_TYPE

public static final blackboard.persist.DataType DATA_TYPE
Object data type constant used in brokering loaders and persisters

Constructor Detail

WorkflowFile

public WorkflowFile()
Creates an instance of WorkflowFile with default property values.

Method Detail

getFileEntryPath

public java.lang.String getFileEntryPath()
Returns the file path for item for the WorkflowFile

Returns:
a String representing the file path for the WorkflowFile.

setFileEntryPath

public void setFileEntryPath(java.lang.String path)
Sets the file path for item for the WorkflowFile

Parameters:
path - a String representing the file path for the WorkflowFile.

getWorkflowId

public blackboard.persist.Id getWorkflowId()
Returns the Workflow Id for the WorkflowFile.

Returns:
an Id representing the Workflow <@link Id} for the WorkflowFile.

setWorkflowId

public void setWorkflowId(blackboard.persist.Id id)
Sets the Workflow Id for the WorkflowFile.

Parameters:
id - an Id representing the Workflow <@link Id} for the WorkflowFile.

getDataType

public blackboard.persist.DataType getDataType()
Returns the DataType identifier for this object. Can be used to uniquely identify the "type" of this data object.

Returns:
the DataType for this object


Copyright © 2003-2004 Blackboard, Inc. All Rights Reserved.