Uses of Class
blackboard.cms.workflow.WorkflowFile

Packages that use WorkflowFile
blackboard.cms.workflow   
 

Uses of WorkflowFile in blackboard.cms.workflow
 

Methods in blackboard.cms.workflow that return WorkflowFile
static WorkflowFile WorkflowFileManager.loadById(blackboard.persist.Id id, java.sql.Connection con)
          Returns a WorkflowFile identified by the given Id using the supplied connection.
static WorkflowFile WorkflowFileManager.loadById(blackboard.persist.Id id)
          Returns a WorkflowFile identified by the given Id using the default connection.
 

Methods in blackboard.cms.workflow with parameters of type WorkflowFile
static void WorkflowFileManager.save(WorkflowFile workflowFile, java.sql.Connection con)
          Inserts or updates the WorkflowFile using the supplied connection.
static void WorkflowFileManager.save(WorkflowFile workflowFile)
          Inserts or updates the WorkflowFile using the default connection.
 



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