Uses of Class
blackboard.cms.workflow.Workflow

Packages that use Workflow
blackboard.cms.workflow   
 

Uses of Workflow in blackboard.cms.workflow
 

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

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



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