|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
Deprecated. Returns a WorkflowComment identified by the given Id using the default connection. |
static WorkflowComment |
WorkflowCommentManager.loadById(blackboard.persist.Id id,
java.sql.Connection con)
Deprecated. Returns a WorkflowComment identified by the given Id using the supplied connection. |
| Methods in blackboard.cms.workflow with parameters of type WorkflowComment | |
|---|---|
static void |
WorkflowCommentManager.save(WorkflowComment wfComment)
Deprecated. Inserts or updates the WorkflowComment using the default connection. |
static void |
WorkflowCommentManager.save(WorkflowComment wfComment,
java.sql.Connection con)
Deprecated. Inserts or updates the WorkflowComment using the supplied connection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||