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