Uses of Class
blackboard.cms.workflow.WorkflowComment

Packages that use WorkflowComment
blackboard.cms.workflow   
 

Uses of WorkflowComment in blackboard.cms.workflow
 

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

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



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