public interface PersonnelBatchProxyManager extends OsidProxyManager, PersonnelBatchProfile
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 Modifier and Type | Method and Description |
---|---|
AppointmentBatchAdminSession |
getAppointmentBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk
appointment administration service. |
AppointmentBatchAdminSession |
getAppointmentBatchAdminSessionForRealm(Id realmId,
Proxy proxy)
Gets the
OsidSession associated with the bulk
appointment administration service for the given realm. |
OrganizationBatchAdminSession |
getOrganizationBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk
organization administration service. |
OrganizationBatchAdminSession |
getOrganizationBatchAdminSessionForRealm(Id realmId,
Proxy proxy)
Gets the
OsidSession associated with the bulk
organization administration service for the given realm. |
PersonBatchAdminSession |
getPersonBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk person
administration service. |
PersonBatchAdminSession |
getPersonBatchAdminSessionForRealm(Id realmId,
Proxy proxy)
Gets the
OsidSession associated with the bulk person
administration service for the given realm. |
PositionBatchAdminSession |
getPositionBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk position
administration service. |
PositionBatchAdminSession |
getPositionBatchAdminSessionForRealm(Id realmId,
Proxy proxy)
Gets the
OsidSession associated with the bulk position
administration service for the given realm. |
RealmBatchAdminSession |
getRealmBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk realm
administration service. |
changeBranch, initialize, rollbackService
close
supportsAppointmentBatchAdmin, supportsOrganizationBatchAdmin, supportsPersonBatchAdmin, supportsPositionBatchAdmin, supportsRealmBatchAdmin, supportsVisibleFederation
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordType
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
PersonBatchAdminSession getPersonBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession
associated with the bulk person
administration service.proxy
- a proxy PersonBatchAdminSession
NullArgumentException
- proxy
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsPersonBatchAdmin()
is false
optional
- This method must be implemented if
supportsPersonBatchAdmin()
is true.
PersonBatchAdminSession getPersonBatchAdminSessionForRealm(Id realmId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession
associated with the bulk person
administration service for the given realm.realmId
- the Id
of the Realm
proxy
- a proxy PersonBatchAdminSession
NotFoundException
- no Realm
found by
the given Id
NullArgumentException
- realmId
or
proxy
is null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsPersonBatchAdmin()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsPersonBatchAdmin()
and
supportsVisibleFederation()
are true
OrganizationBatchAdminSession getOrganizationBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession
associated with the bulk
organization administration service.proxy
- a proxy OrganizationBatchAdminSession
NullArgumentException
- proxy
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsOrganizationBatchAdmin()
is false
optional
- This method must be implemented if
supportsOrganizationBatchAdmin()
is true.
OrganizationBatchAdminSession getOrganizationBatchAdminSessionForRealm(Id realmId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession
associated with the bulk
organization administration service for the given realm.realmId
- the Id
of the Realm
proxy
- a proxy OrganizationBatchAdminSession
NotFoundException
- no Realm
found by
the given Id
NullArgumentException
- realmId
or
proxy
is null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsOrganizationBatchAdmin()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsOrganizationBatchAdmin()
and
supportsVisibleFederation()
are true
PositionBatchAdminSession getPositionBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession
associated with the bulk position
administration service.proxy
- a proxy PositionBatchAdminSession
NullArgumentException
- proxy
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsPositionBatchAdmin()
is false
optional
- This method must be implemented if
supportsPositionBatchAdmin()
is true.
PositionBatchAdminSession getPositionBatchAdminSessionForRealm(Id realmId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession
associated with the bulk position
administration service for the given realm.realmId
- the Id
of the Realm
proxy
- a proxy PositionBatchAdminSession
NotFoundException
- no Realm
found by
the given Id
NullArgumentException
- realmId
or
proxy
is null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsPositionBatchAdmin()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsPositionBatchAdmin()
and
supportsVisibleFederation()
are true
AppointmentBatchAdminSession getAppointmentBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession
associated with the bulk
appointment administration service.proxy
- a proxy AppointmentBatchAdminSession
NullArgumentException
- proxy
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsAppointmentBatchAdmin()
is false
optional
- This method must be implemented if
supportsAppointmentBatchAdmin()
is true.
AppointmentBatchAdminSession getAppointmentBatchAdminSessionForRealm(Id realmId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession
associated with the bulk
appointment administration service for the given realm.realmId
- the Id
of the Realm
proxy
- a proxy AppointmentBatchAdminSession
NotFoundException
- no Realm
found by
the given Id
NullArgumentException
- realmId
or
proxy
is null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsAppointmentBatchAdmin()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsAppointmentBatchAdmin()
and
supportsVisibleFederation()
are true
RealmBatchAdminSession getRealmBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession
associated with the bulk realm
administration service.proxy
- a proxy RealmBatchAdminSession
NullArgumentException
- proxy
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsRealmBatchAdmin()
is false
optional
- This method must be implemented if
supportsRealmBatchAdmin()
is true.