Uses of Class
blackboard.cms.workflow.WorkflowType

Packages that use WorkflowType
blackboard.cms.workflow   
 

Uses of WorkflowType in blackboard.cms.workflow
 

Methods in blackboard.cms.workflow that return WorkflowType
static WorkflowType WorkflowTypeManager.loadById(blackboard.persist.Id id, java.sql.Connection con)
          Returns a WorkflowType identified by the given Id using the supplied connection.
static WorkflowType WorkflowTypeManager.loadById(blackboard.persist.Id id)
          Returns a WorkflowType identified by the given Id using the default connection.
static WorkflowType WorkflowTypeManager.loadByWorkflowType(java.lang.String type, java.sql.Connection con)
          Returns a WorkflowType identified by the given type using the supplied connection.
static WorkflowType WorkflowTypeManager.loadByWorkflowType(java.lang.String type)
          Returns a WorkflowType identified by the given type using the default connection.
 



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