Package | Description |
---|---|
com.canto.cumulus |
The base package of the Cumulus Java Classes.
|
com.canto.cumulus.utils |
The Cumulus utilities package.
|
Modifier and Type | Method and Description |
---|---|
RecordItem |
RecordItemCollection.createRecordItem()
Create a new RecordItem object.
|
RecordItem |
RecordItemCollection.createRecordItem(java.lang.String permissionTemplate)
Create a new RecordItem object.
|
RecordItem |
RecordItemCollection.getRecordItemByID(int recordID)
Return a RecordItem specified by ID.
|
RecordItem |
MultiRecordItemCollection.getRecordItemByID(int catalogID,
int recordID)
Return a record item specified by catalog ID and item ID.
|
RecordItem |
MultiRecordItemCollection.getRecordItemByID(ItemIdentifier itemIdentifier)
Return a record item specified by identifier.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowManager.applyActivity(RecordItem recordItem,
GUID workflowID,
int activityID,
int destinationStateID,
java.util.Set<java.lang.String> dynamicAssignments,
int languageID)
Applies the given activity on the given record.
|
void |
WorkflowManager.applyActivity(RecordItem recordItem,
GUID workflowID,
int activityID,
int destinationStateID,
java.util.Set<java.lang.String> dynamicAssignments,
java.lang.String initiatingUserUID,
int languageID)
Applies the given activity on the given record.
|
boolean |
WorkflowManager.isCompliantWithActivityRestrictions(RecordItem recordItem,
WorkflowActivity workflowActivity)
Returns whether the user and record restrictions of the given activity are matched by the given record.
|
boolean |
WorkflowManager.isCompliantWithRecordRestrictions(RecordItem recordItem,
WorkflowActivity workflowActivity)
Returns whether the record restrictions of the given activity are matched by the given record.
|
boolean |
WorkflowManager.isCompliantWithUserRestrictions(RecordItem recordItem,
WorkflowActivity workflowActivity)
Returns whether the user restrictions of the given activity are matched by the given record.
|
boolean |
WorkflowManager.isWorkflowStarted(RecordItem recordItem,
GUID workflowID)
Returns whether the workflow has been started on the given record.
|
void |
WorkflowManager.resetWorkflow(RecordItem recordItem,
GUID workflowID,
int languageID)
Resets a workflow on the given record.
|
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.