public interface ContactBatchProfile extends OsidProfile
The ContactBatchProfile describes the interoperability
among batch contact services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsAddressBatchAdmin()
Tests if bulk administration of addresses is available.
|
boolean |
supportsAddressBookBatchAdmin()
Tests if bulk administration of address books is available.
|
boolean |
supportsContactBatchAdmin()
Tests if bulk administration of contacts 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 supportsContactBatchAdmin()
true if a contact bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsAddressBatchAdmin()
true if an address bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsAddressBookBatchAdmin()
true if a address book bulk administrative
service is available, false otherwisemandatory - This method must be implemented.