public interface RoomSquattingBatchManager extends OsidManager, RoomSquattingBatchProfile
The room squatting batch manager provides access to room batch squatting sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
LeaseBatchAdminSession: a session to create,
modify and delete Leases in bulk DeedBatchAdminSession: a session to create, modify
and delete Deeds in bulk | Modifier and Type | Method and Description |
|---|---|
DeedBatchAdminSession |
getDeedBatchAdminSession()
Gets the
OsidSession associated with the bulk deed
administration service. |
DeedBatchAdminSession |
getDeedBatchAdminSessionForCampus(Id campusId)
Gets the
OsidSession associated with the bulk deed
administration service for the given campus. |
LeaseBatchAdminSession |
getLeaseBatchAdminSession()
Gets the
OsidSession associated with the bulk lease
administration service. |
LeaseBatchAdminSession |
getLeaseBatchAdminSessionForCampus(Id campusId)
Gets the
OsidSession associated with the bulk lease
administration service for the given campus. |
changeBranch, initialize, rollbackServiceclosesupportsDeedBatchAdmin, supportsLeaseBatchAdmin, supportsVisibleFederationgetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdLeaseBatchAdminSession getLeaseBatchAdminSession() throws OperationFailedException
OsidSession associated with the bulk lease
administration service. LeaseBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsLeaseBatchAdmin() is false optional - This method must be implemented if
supportsLeaseBatchAdmin() is true. LeaseBatchAdminSession getLeaseBatchAdminSessionForCampus(Id campusId) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk lease
administration service for the given campus.campusId - the Id of the Campus LeaseBatchAdminSession NotFoundException - no Campus found by
the given Id NullArgumentException - campusId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsLeaseBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsLeaseBatchAdmin() and
supportsVisibleFederation() are true
DeedBatchAdminSession getDeedBatchAdminSession() throws OperationFailedException
OsidSession associated with the bulk deed
administration service. DeedBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsDeedBatchAdmin() is false optional - This method must be implemented if
supportsDeedBatchAdmin() is true. DeedBatchAdminSession getDeedBatchAdminSessionForCampus(Id campusId) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk deed
administration service for the given campus.campusId - the Id of the Campus DeedBatchAdminSession NotFoundException - no Campus found by
the given Id NullArgumentException - campusId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsDeedBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsDeedBatchAdmin() and
supportsVisibleFederation() are true