| Methods in blackboard.cms.workflow that return WorkflowType |
static WorkflowType |
WorkflowTypeManager.loadById(blackboard.persist.Id id,
java.sql.Connection con)
Returns a WorkflowType identified by the given Id using the supplied connection. |
static WorkflowType |
WorkflowTypeManager.loadById(blackboard.persist.Id id)
Returns a WorkflowType identified by the given Id using the default connection. |
static WorkflowType |
WorkflowTypeManager.loadByWorkflowType(java.lang.String type,
java.sql.Connection con)
Returns a WorkflowType identified by the given type using the supplied connection. |
static WorkflowType |
WorkflowTypeManager.loadByWorkflowType(java.lang.String type)
Returns a WorkflowType identified by the given type using the default connection. |