public interface InquiryBatchProfile extends OsidProfile
The InquiryBatchProfile describes the interoperability
among batch inquiry services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsAuditBatchAdmin()
Tests if bulk administration of audits is available.
|
boolean |
supportsInquestBatchAdmin()
Tests if bulk administration of inquests is available.
|
boolean |
supportsInquiryBatchAdmin()
Tests if bulk administration of inquiries is available.
|
boolean |
supportsResponseBatchAdmin()
Tests if bulk administration of responses 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 supportsInquiryBatchAdmin()
true if an inquiry bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsAuditBatchAdmin()
true if an audit bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsResponseBatchAdmin()
true if a response bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsInquestBatchAdmin()
true if an inquest bulk administrative service
is available, false otherwisemandatory - This method must be implemented.