Interface PersonnelBatchProxyManager
- All Superinterfaces:
AutoCloseable, Closeable, OsidProfile, OsidProxyManager, OsidProxyManager, PersonnelBatchProfile, Sourceable
The personnel batch proxy manager provides access to personnel batch
sessions and provides interoperability tests for various aspects of this
service. Methods in this manager support the passing of a Proxy
object. 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.getAppointmentBatchAdminSessionForRealm(Id realmId, Proxy proxy) Gets theOsidSessionassociated with the bulk appointment administration service for the given realm.Gets theOsidSessionassociated with the bulk organization administration service.getOrganizationBatchAdminSessionForRealm(Id realmId, Proxy proxy) Gets theOsidSessionassociated with the bulk organization administration service for the given realm.getPersonBatchAdminSession(Proxy proxy) Gets theOsidSessionassociated with the bulk person administration service.getPersonBatchAdminSessionForRealm(Id realmId, Proxy proxy) Gets theOsidSessionassociated with the bulk person administration service for the given realm.Gets theOsidSessionassociated with the bulk position administration service.getPositionBatchAdminSessionForRealm(Id realmId, Proxy proxy) Gets theOsidSessionassociated with the bulk position administration service for the given realm.getRealmBatchAdminSession(Proxy proxy) Gets theOsidSessionassociated with the bulk realm administration service.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 OsidProxyManager
closeMethods inherited from interface OsidProxyManager
changeBranch, initialize, rollbackServiceModifier and TypeMethodDescriptionvoidchangeBranch(Id branchId, Proxy proxy) Changes the service branch.voidinitialize(OsidRuntimeManager runtime) Initializes this manager.rollbackService(Date rollbackTime, Proxy proxy) Rolls back this service to a point in time.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.- Parameters:
proxy- a proxy- Returns:
- a
PersonBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPersonBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPersonBatchAdmin()} is {@code true} .
-
getPersonBatchAdminSessionForRealm
PersonBatchAdminSession getPersonBatchAdminSessionForRealm(Id realmId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk person administration service for the given realm.- Parameters:
realmId- theIdof theRealmproxy- a proxy- Returns:
- a
PersonBatchAdminSession - Throws:
NotFoundException- noRealmfound by the givenIdNullArgumentException-realmIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPersonBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPersonBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getOrganizationBatchAdminSession
OrganizationBatchAdminSession getOrganizationBatchAdminSession(Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with the bulk organization administration service.- Parameters:
proxy- a proxy- Returns:
- an
OrganizationBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsOrganizationBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsOrganizationBatchAdmin()} is {@code true} .
-
getOrganizationBatchAdminSessionForRealm
OrganizationBatchAdminSession getOrganizationBatchAdminSessionForRealm(Id realmId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk organization administration service for the given realm.- Parameters:
realmId- theIdof theRealmproxy- a proxy- Returns:
- an
OrganizationBatchAdminSession - Throws:
NotFoundException- noRealmfound by the givenIdNullArgumentException-realmIdorproxyisnullOperationFailedException- 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.- Parameters:
proxy- a proxy- Returns:
- a
PositionBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPositionBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPositionBatchAdmin()} is {@code true} .
-
getPositionBatchAdminSessionForRealm
PositionBatchAdminSession getPositionBatchAdminSessionForRealm(Id realmId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk position administration service for the given realm.- Parameters:
realmId- theIdof theRealmproxy- a proxy- Returns:
- a
PositionBatchAdminSession - Throws:
NotFoundException- noRealmfound by the givenIdNullArgumentException-realmIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPositionBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPositionBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getAppointmentBatchAdminSession
AppointmentBatchAdminSession getAppointmentBatchAdminSession(Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with the bulk appointment administration service.- Parameters:
proxy- a proxy- Returns:
- an
AppointmentBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsAppointmentBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsAppointmentBatchAdmin()} is {@code true} .
-
getAppointmentBatchAdminSessionForRealm
AppointmentBatchAdminSession getAppointmentBatchAdminSessionForRealm(Id realmId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk appointment administration service for the given realm.- Parameters:
realmId- theIdof theRealmproxy- a proxy- Returns:
- an
AppointmentBatchAdminSession - Throws:
NotFoundException- noRealmfound by the givenIdNullArgumentException-realmIdorproxyisnullOperationFailedException- 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.- Parameters:
proxy- a proxy- Returns:
- a
RealmBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsRealmBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsRealmBatchAdmin()} is {@code true} .
-