public interface LearningBatchProxyManager extends OsidProxyManager, LearningBatchProfile
The learning batch proxy manager provides access to learning 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:
ObjectiveBatchAdminSession: a session to create,
modify and delete availabilities in bulk ActivityBatchAdminSession: a session to create,
modify and delete activities in bulk ProficiencyBatchAdminSession: a session to create,
modify and delete proficiencies in bulk ObjectiveBankBatchAdminSession: a session to
create, modify and delete objective banks in bulk | Modifier and Type | Method and Description |
|---|---|
ActivityBatchAdminSession |
getActivityBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk activity
administration service. |
ActivityBatchAdminSession |
getActivityBatchAdminSessionForObjectiveBank(Id objectiveBankId,
Proxy proxy)
Gets the
OsidSession associated with the bulk activity
administration service for the given objective bank. |
ObjectiveBankBatchAdminSession |
getObjectiveBankBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk objective
bank administration service. |
ObjectiveBatchAdminSession |
getObjectiveBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk objective
administration service. |
ObjectiveBatchAdminSession |
getObjectiveBatchAdminSessionForObjectiveBank(Id objectiveBankId,
Proxy proxy)
Gets the
OsidSession associated with the bulk objective
administration service for the given objective bank. |
ProficiencyBatchAdminSession |
getProficiencyBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk
proficiency administration service. |
ProficiencyBatchAdminSession |
getProficiencyBatchAdminSessionForObjectiveBank(Id objectiveBankId,
Proxy proxy)
Gets the
OsidSession associated with the bulk
proficiency administration service for the given objective bank. |
changeBranch, initialize, rollbackServiceclosesupportsActivityBatchAdmin, supportsObjectiveBankBatchAdmin, supportsObjectiveBatchAdmin, supportsProficiencyBatchAdmin, supportsVisibleFederationgetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdObjectiveBatchAdminSession getObjectiveBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk objective
administration service.proxy - a proxy ObjectiveBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsObjectiveBatchAdmin() is false optional - This method must be implemented if
supportsObjectiveBatchAdmin() is true.
ObjectiveBatchAdminSession getObjectiveBatchAdminSessionForObjectiveBank(Id objectiveBankId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk objective
administration service for the given objective bank.objectiveBankId - the Id of the
ObjectiveBank proxy - a proxy ObjectiveBatchAdminSession NotFoundException - no ObjectiveBank
found by the given Id NullArgumentException - objectiveBankId
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsObjectiveBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsObjectiveBatchAdmin() and
supportsVisibleFederation() are true
ActivityBatchAdminSession getActivityBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk activity
administration service.proxy - a proxy ActivityBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsActivityBatchAdmin() is false optional - This method must be implemented if
supportsActivityBatchAdmin() is true.
ActivityBatchAdminSession getActivityBatchAdminSessionForObjectiveBank(Id objectiveBankId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk activity
administration service for the given objective bank.objectiveBankId - the Id of the
ObjectiveBank proxy - a proxy ActivityBatchAdminSession NotFoundException - no ObjectiveBank
found by the given Id NullArgumentException - objectiveBankId
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsActivityBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsActivityBatchAdmin() and
supportsVisibleFederation() are true
ProficiencyBatchAdminSession getProficiencyBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk
proficiency administration service.proxy - a proxy ProficiencyBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsProficiencyBatchAdmin() is false
optional - This method must be implemented if
supportsProficiencyBatchAdmin() is true.
ProficiencyBatchAdminSession getProficiencyBatchAdminSessionForObjectiveBank(Id objectiveBankId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk
proficiency administration service for the given objective bank.objectiveBankId - the Id of the
ObjectiveBank proxy - a proxy ProficiencyBatchAdminSession NotFoundException - no ObjectiveBank
found by the given Id NullArgumentException - objectiveBankId
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsProficiencyBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsProficiencyBatchAdmin() and
supportsVisibleFederation() are true
ObjectiveBankBatchAdminSession getObjectiveBankBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk objective
bank administration service.proxy - a proxy ObjectiveBankBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsObjectiveBankBatchAdmin() is false
optional - This method must be implemented if
supportsObjectiveBankBatchAdmin() is true.