Package | Description |
---|---|
com.canto.cumulus.prefs |
The Cumulus preferences package for accessing the Cumulus preferences.
|
com.canto.cumulus.utils |
The Cumulus utilities package.
|
Modifier and Type | Method and Description |
---|---|
Workflow |
CatalogWorkflowList.add(Workflow workflow)
Adds the given workflow.
|
Workflow |
WorkflowList.copy(java.lang.String newName,
Workflow copySource)
Duplicates the given workflow and stores the result under the specified name.
|
Workflow |
WorkflowList.copy(java.lang.String newName,
Workflow copySource,
boolean copyDisplayNames,
boolean copyDescriptions)
Duplicates the given workflow and stores the result under the specified name.
|
Workflow |
WorkflowList.getWorkflow(GUID id)
Returns the workflow for the given workflow id.
|
Workflow |
CatalogWorkflowList.getWorkflow(GUID id)
Returns the workflow for the given workflow id.
|
Workflow |
WorkflowList.getWorkflow(java.lang.String name)
Returns the workflow for the given name.
|
Workflow |
CatalogWorkflowList.getWorkflow(java.lang.String name)
Returns the workflow for the given name.
|
Workflow |
WorkflowList.importSet(JPack data,
SetImportDuplicatesMode duplicatesMode)
Imports the given exported workflow data into a new workflow.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Workflow> |
WorkflowList.getWorkflows()
Returns all workflows contained in this list.
|
java.util.List<Workflow> |
CatalogWorkflowList.getWorkflows()
Returns all workflows contained in this list.
|
Modifier and Type | Method and Description |
---|---|
Workflow |
CatalogWorkflowList.add(Workflow workflow)
Adds the given workflow.
|
Workflow |
WorkflowList.copy(java.lang.String newName,
Workflow copySource)
Duplicates the given workflow and stores the result under the specified name.
|
Workflow |
WorkflowList.copy(java.lang.String newName,
Workflow copySource,
boolean copyDisplayNames,
boolean copyDescriptions)
Duplicates the given workflow and stores the result under the specified name.
|
AssetHandlingSetWorkflow |
AssetHandlingSetWorkflowList.createWorkflowEntry(Workflow workflow,
int initialActivity)
Returns a new created workflow entry or returns the found entry for the given workflow ID.
|
void |
WorkflowList.delete(Workflow workflow)
Deletes the given workflow.
|
void |
CatalogWorkflowList.delete(Workflow workflow)
Deletes the given workflow and the related catalog fields.
|
void |
WorkflowList.rename(java.lang.String newName,
Workflow workflow)
Renames the given workflow to the new specified name.
|
void |
WorkflowList.rename(java.lang.String newName,
Workflow workflow,
boolean keepDisplayNames,
boolean keepDescriptions)
Renames the given workflow to the new specified name.
|
void |
WorkflowList.setAsDefault(Workflow newDefault)
Sets the given workflow as the default workflow.
|
void |
CatalogWorkflowList.update(Workflow updateWorkflow)
Updates a stored workflow with the new version provided by the caller.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<Workflow,java.util.List<WorkflowActivity>> |
WorkflowManager.getAvailableActivities(MultiRecordItemCollection multiRecordItemCollection,
java.util.List<ItemIdentifier> itemIDs,
GUID workflowID,
boolean onlyInitialActivities)
Return a list of workflow activities that can be applied to the given records.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
WorkflowManager.getMatchingRecordsQuery(CumulusSession cumulusSession,
Workflow workflow,
int activityID)
Returns a query string which finds all records where the given activity can be applied on.
|
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.