Interface PersonnelBatchManager
- All Superinterfaces:
AutoCloseable, Closeable, OsidManager, OsidManager, OsidProfile, PersonnelBatchProfile, Sourceable
The personnel batch manager provides access to personnel batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
-
PersonBatchAdminSession: a session to create, modify and delete persons in bulk -
OrganizationBatchAdminSession: a session to create, modify and delete organizations in bulk -
PositionBatchSession: a session to create, modify and delete positions in bulk -
AppointmentBatchAdminSession: a session to create, modify and delete appointments in bulk -
RealmBatchAdminSession: a session to create, modify and delete realms in bulk
-
Method Summary
Modifier and TypeMethodDescriptionGets theOsidSessionassociated with the bulk appointment administration service.Gets theOsidSessionassociated with the bulk appointment administration service for the given realm.Gets theOsidSessionassociated with the bulk organization administration service.Gets theOsidSessionassociated with the bulk organization administration service for the given realm.Gets theOsidSessionassociated with the bulk person administration service.getPersonBatchAdminSessionForRealm(Id realmId) Gets theOsidSessionassociated with the bulk person administration service for the given realm.Gets theOsidSessionassociated with the bulk position administration service.getPositionBatchAdminSessionForRealm(Id realmId) Gets theOsidSessionassociated with the bulk position administration service for the given realm.Gets theOsidSessionassociated with the bulk realm administration service.Methods inherited from interface OsidManager
closeMethods inherited from interface OsidManager
changeBranch, initialize, rollbackServiceModifier and TypeMethodDescriptionvoidchangeBranch(Id branchId) Changes the service branch.voidinitialize(OsidRuntimeManager runtime) Initializes this manager.rollbackService(Date rollbackTime) Rolls back this service to a point in time.Methods inherited from interface OsidProfile
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypeModifier and TypeMethodDescriptionGets this service branch.Gets theBranch Idrepresenting this service branch.Gets a description of this service implementation.Gets a display name for this service implementation.getId()Gets an identifier for this service implementation.Gets the locales supported in this service.Gets the proxy recordTypessupported in this service.Gets the date this service implementation was released.Gets the version of this service implementation.booleanTest for support of a journal branching service.booleanTest for support of a journaling rollback service.booleansupportsOSIDVersion(Version version) Test for support of an OSID specification version.booleansupportsProxyRecordType(Type proxyRecordType) Test for support of a proxy type.Methods inherited from interface PersonnelBatchProfile
supportsAppointmentBatchAdmin, supportsOrganizationBatchAdmin, supportsPersonBatchAdmin, supportsPositionBatchAdmin, supportsRealmBatchAdmin, supportsVisibleFederationModifier and TypeMethodDescriptionbooleanTests if bulk administration of appointments is available.booleanTests if bulk administration of organizations is available.booleanTests if bulk administration of persons is available.booleanTests if bulk administration of positions is available.booleanTests if bulk administration of realms is available.booleanTests if federation is visible.Methods inherited from interface Sourceable
getBranding, getBrandingIds, getLicense, getProvider, getProviderIdModifier and TypeMethodDescriptionGets a branding, such as an image or logo, expressed using theAssetinterface.Gets the branding assetIds.Gets the terms of usage.Gets theResourcerepresenting the provider.Gets theIdof the provider.
-
Method Details
-
getPersonBatchAdminSession
Gets theOsidSessionassociated with the bulk person administration service.- Returns:
- a
PersonBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsPersonBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPersonBatchAdmin()} is {@code true} .
-
getPersonBatchAdminSessionForRealm
PersonBatchAdminSession getPersonBatchAdminSessionForRealm(Id realmId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk person administration service for the given realm.- Parameters:
realmId- theIdof theRealm- Returns:
- a
PersonBatchAdminSession - Throws:
NotFoundException- noRealmfound by the givenIdNullArgumentException-realmIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPersonBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPersonBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getOrganizationBatchAdminSession
Gets theOsidSessionassociated with the bulk organization administration service.- Returns:
- an
OrganizationBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsOrganizationBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsOrganizationBatchAdmin()} is {@code true} .
-
getOrganizationBatchAdminSessionForRealm
OrganizationBatchAdminSession getOrganizationBatchAdminSessionForRealm(Id realmId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk organization administration service for the given realm.- Parameters:
realmId- theIdof theRealm- Returns:
- an
OrganizationBatchAdminSession - Throws:
NotFoundException- noRealmfound by the givenIdNullArgumentException-realmIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsOrganizationBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsOrganizationBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getPositionBatchAdminSession
Gets theOsidSessionassociated with the bulk position administration service.- Returns:
- a
PositionBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsPositionBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPositionBatchAdmin()} is {@code true} .
-
getPositionBatchAdminSessionForRealm
PositionBatchAdminSession getPositionBatchAdminSessionForRealm(Id realmId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk position administration service for the given realm.- Parameters:
realmId- theIdof theRealm- Returns:
- a
PositionBatchAdminSession - Throws:
NotFoundException- noRealmfound by the givenIdNullArgumentException-realmIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPositionBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPositionBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getAppointmentBatchAdminSession
Gets theOsidSessionassociated with the bulk appointment administration service.- Returns:
- an
AppointmentBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsAppointmentBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsAppointmentBatchAdmin()} is {@code true} .
-
getAppointmentBatchAdminSessionForRealm
AppointmentBatchAdminSession getAppointmentBatchAdminSessionForRealm(Id realmId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk appointment administration service for the given realm.- Parameters:
realmId- theIdof theRealm- Returns:
- an
AppointmentBatchAdminSession - Throws:
NotFoundException- noRealmfound by the givenIdNullArgumentException-realmIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsAppointmentBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsAppointmentBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getRealmBatchAdminSession
Gets theOsidSessionassociated with the bulk realm administration service.- Returns:
- a
RealmBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsRealmBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsRealmBatchAdmin()} is {@code true} .
-