public interface ProfileBatchProfile extends OsidProfile
The ProfileBatchProfile describes the interoperability
among batch profile services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsProfileBatchAdmin()
Tests if bulk administration of profiles is available.
|
boolean |
supportsProfileEntryBatchAdmin()
Tests if bulk administration of profile entries is available.
|
boolean |
supportsProfileItemBatchAdmin()
Tests if bulk administration of profile items 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 supportsProfileEntryBatchAdmin()
true if a profile entry bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsProfileItemBatchAdmin()
true if a profile item bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsProfileBatchAdmin()
true if a profile bulk administrative service
is available, false otherwisemandatory - This method must be implemented.