public interface PersonnelBatchProfile extends OsidProfile
The PersonnelBatchProfile describes the interoperability
among batch personnel services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsAppointmentBatchAdmin()
Tests if bulk administration of appointments is available.
|
boolean |
supportsOrganizationBatchAdmin()
Tests if bulk administration of organizations is available.
|
boolean |
supportsPersonBatchAdmin()
Tests if bulk administration of persons is available.
|
boolean |
supportsPositionBatchAdmin()
Tests if bulk administration of positions is available.
|
boolean |
supportsRealmBatchAdmin()
Tests if bulk administration of realms 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 supportsPersonBatchAdmin()
true if a person bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsOrganizationBatchAdmin()
true if an organization bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsPositionBatchAdmin()
true if a position bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsAppointmentBatchAdmin()
true if an appointment bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsRealmBatchAdmin()
true if a realm bulk administrative service is
available, false otherwisemandatory - This method must be implemented.