public interface TrackingBatchProfile extends OsidProfile
The TrackingBatchProfile describes the interoperability
among batch tracking services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsFrontOfficeBatchAdmin()
Tests if bulk administration of front offices is available.
|
boolean |
supportsIssueBatchAdmin()
Tests if bulk administration of issues is available.
|
boolean |
supportsQueueBatchAdmin()
Tests if bulk administration of queues is available.
|
boolean |
supportsSubtaskIssueBatchAdmin()
Tests if bulk administration of subtasks is available.
|
boolean |
supportsVisibleFederation()
Tests if federation is visible.
|
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 supportsIssueBatchAdmin()
true if a issue bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsSubtaskIssueBatchAdmin()
true if a subtask issue bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsQueueBatchAdmin()
true if a queue bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsFrontOfficeBatchAdmin()
true if a front office bulk administrative
service is available, false otherwisemandatory - This method must be implemented.