|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorkflowFile | |
|---|---|
| blackboard.cms.workflow | |
| Uses of WorkflowFile in blackboard.cms.workflow |
|---|
| Methods in blackboard.cms.workflow that return WorkflowFile | |
|---|---|
static WorkflowFile |
WorkflowFileManager.loadById(blackboard.persist.Id id)
Deprecated. Returns a WorkflowFile identified by the given Id using the default connection. |
static WorkflowFile |
WorkflowFileManager.loadById(blackboard.persist.Id id,
java.sql.Connection con)
Deprecated. Returns a WorkflowFile identified by the given Id using the supplied connection. |
| Methods in blackboard.cms.workflow with parameters of type WorkflowFile | |
|---|---|
static void |
WorkflowFileManager.save(WorkflowFile workflowFile)
Deprecated. Inserts or updates the WorkflowFile using the default connection. |
static void |
WorkflowFileManager.save(WorkflowFile workflowFile,
java.sql.Connection con)
Deprecated. Inserts or updates the WorkflowFile using the supplied connection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||