public interface ChecklistBatchManager extends OsidManager, ChecklistBatchProfile
The checklist batch manager provides access to checklist batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
TodoBatchSession: a session to create, modify and
delete todos in bulk ChecklistBatchAdminSession: a session to create,
modify and delete checklists in bulk | Modifier and Type | Method and Description |
|---|---|
ChecklistBatchAdminSession |
getChecklistBatchAdminSession()
Gets the
OsidSession associated with the bulk checklist
administration service. |
TodoBatchAdminSession |
getTodoBatchAdminSession()
Gets the
OsidSession associated with the bulk todo
administration service. |
TodoBatchAdminSession |
getTodoBatchAdminSessionForChecklist(Id checklistId)
Gets the
OsidSession associated with the bulk todo
administration service for the given checklist. |
changeBranch, initialize, rollbackServiceclosesupportsChecklistBatchAdmin, supportsTodoBatchAdmin, supportsVisibleFederationgetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdTodoBatchAdminSession getTodoBatchAdminSession() throws OperationFailedException
OsidSession associated with the bulk todo
administration service. TodoBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsTodoBatchAdmin() is false optional - This method must be implemented if
supportsTodoBatchAdmin() is true. TodoBatchAdminSession getTodoBatchAdminSessionForChecklist(Id checklistId) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk todo
administration service for the given checklist.checklistId - the Id of the Checklist
TodoBatchAdminSession NotFoundException - no Checklist found
by the given Id NullArgumentException - checklistId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsTodoBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsTodoBatchAdmin() and
supportsVisibleFederation() are true
ChecklistBatchAdminSession getChecklistBatchAdminSession() throws OperationFailedException
OsidSession associated with the bulk checklist
administration service. ChecklistBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsChecklistBatchAdmin() is false optional - This method must be implemented if
supportsChecklistBatchAdmin() is true.