public interface CalendaringBatchProfile extends OsidProfile
The CalendaringBatchProfile describes the
interoperability among batch calendaring services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsCalendarBatchAdmin()
Tests if bulk administration of calendars is available.
|
boolean |
supportsCommitmentBatchAdmin()
Tests if bulk administration of commitments is available.
|
boolean |
supportsEventBatchAdmin()
Tests if bulk administration of events is available.
|
boolean |
supportsOffsetEventBatchAdmin()
Tests if bulk administration of offset events is available.
|
boolean |
supportsRecurringEventBatchAdmin()
Tests if bulk administration of recurring events is available.
|
boolean |
supportsScheduleBatchAdmin()
Tests if bulk administration of schedules is available.
|
boolean |
supportsScheduleSlotBatchAdmin()
Tests if bulk administration of schedule slots is available.
|
boolean |
supportsTimePeriodBatchAdmin()
Tests if bulk administration of 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 supportsEventBatchAdmin()
true if an event bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsRecurringEventBatchAdmin()
true if a recurring event bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsOffsetEventBatchAdmin()
true if an offset event bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsScheduleBatchAdmin()
true if a schedule bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsScheduleSlotBatchAdmin()
true if an schedule slot bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsCommitmentBatchAdmin()
true if a commitment bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsTimePeriodBatchAdmin()
true if a time period bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsCalendarBatchAdmin()
true if a calendar bulk administrative service
is available, false otherwisemandatory - This method must be implemented.