public interface CalendaringCycleBatchProfile extends OsidProfile
The CalendaringCycleBatchProfile describes the
interoperability among batch calendaring cycle services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsCyclicEventBatchAdmin()
Tests if bulk administration of cyclic events is available.
|
boolean |
supportsCyclicTimePeriodBatchAdmin()
Tests if bulk administration of cyclic time periods 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 supportsCyclicEventBatchAdmin()
true if a cyclic event bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsCyclicTimePeriodBatchAdmin()
true if a cyclic time period bulk
administrative service is available, false
otherwisemandatory - This method must be implemented.