Uses of Class
blackboard.cms.workflow.WorkflowAssignment

Packages that use WorkflowAssignment
blackboard.cms.workflow   
 

Uses of WorkflowAssignment in blackboard.cms.workflow
 

Methods in blackboard.cms.workflow that return WorkflowAssignment
static WorkflowAssignment WorkflowAssignmentManager.loadById(blackboard.persist.Id id)
          Deprecated. Returns a WorkflowAssignment identified by the given Id using the default connection.
static WorkflowAssignment WorkflowAssignmentManager.loadById(blackboard.persist.Id id, java.sql.Connection con)
          Deprecated. Returns a WorkflowAssignment identified by the given Id using the supplied connection.
static WorkflowAssignment WorkflowAssignmentManager.loadByWorkflowIdAndUserId(blackboard.persist.Id workflowId, blackboard.persist.Id userId)
          Deprecated. Returns a WorkflowAssignment identified by the given workflow Id and user Id using the default connection.
static WorkflowAssignment WorkflowAssignmentManager.loadByWorkflowIdAndUserId(blackboard.persist.Id workflowId, blackboard.persist.Id userId, java.sql.Connection con)
          Deprecated. Returns a WorkflowAssignment identified by the given workflow Id and user Id using the supplied connection.
 

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



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