public interface WorkflowBatchProfile extends OsidProfile
The WorkflowBatchProfile describes the interoperability
among batch workflow services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsOfficeBatchAdmin()
Tests if bulk administration of offices is available.
|
boolean |
supportsProcessBatchAdmin()
Tests if bulk administration of processes is available.
|
boolean |
supportsStepBatchAdmin()
Tests if bulk administration of steps is available.
|
boolean |
supportsVisibleFederation()
Tests if federation is visible.
|
boolean |
supportsWorkBatchAdmin()
Tests if bulk administration of works is available.
|
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdboolean supportsVisibleFederation()
true if visible federation is supported
, false otherwisemandatory - This method must be implemented. boolean supportsProcessBatchAdmin()
true if a process bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsStepBatchAdmin()
true if a step bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsWorkBatchAdmin()
true if a work bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsOfficeBatchAdmin()
true if an office bulk administrative service
is available, false otherwisemandatory - This method must be implemented.