public interface CourseChronicleBatchProxyManager extends OsidProxyManager, CourseChronicleBatchProfile
The course chronicle batch proxy manager provides access to course
chronicle 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:
ProgramEntryBatchAdminSession: a session to
create, modify and delete program entries in bulk CourseEntryBatchSession: a session to create,
modify and delete course entries in bulk CredentialEntryBatchAdminSession: a session to
create, modify and delete credential entries in bulk AssessmentEntryBatchAdminSession: a session to
create, modify and delete assessment entries in bulk AwardEntryBatchAdminSession: a session to create,
modify and delete award entries in bulk | Modifier and Type | Method and Description |
|---|---|
AssessmentEntryBatchAdminSession |
getAssessmentEntryBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk
assessment entry administration service. |
AssessmentEntryBatchAdminSession |
getAssessmentEntryBatchAdminSessionForCourseCatalog(Id courseCatalogId,
Proxy proxy)
Gets the
OsidSession associated with the bulk
assessment entry administration service for the given course catalog. |
AwardEntryBatchAdminSession |
getAwardEntryBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk award
entry administration service. |
AwardEntryBatchAdminSession |
getAwardEntryBatchAdminSessionForCourseCatalog(Id courseCatalogId,
Proxy proxy)
Gets the
OsidSession associated with the bulk award
entry administration service for the given course catalog. |
CourseEntryBatchAdminSession |
getCourseEntryBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk course
entry administration service. |
CourseEntryBatchAdminSession |
getCourseEntryBatchAdminSessionForCourseCatalog(Id courseCatalogId,
Proxy proxy)
Gets the
OsidSession associated with the bulk course
entry administration service for the given course catalog. |
CredentialEntryBatchAdminSession |
getCredentialEntryBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk
credential entry administration service. |
CredentialEntryBatchAdminSession |
getCredentialEntryBatchAdminSessionForCourseCatalog(Id courseCatalogId,
Proxy proxy)
Gets the
OsidSession associated with the bulk
credential entry administration service for the given course catalog. |
ProgramEntryBatchAdminSession |
getProgramEntryBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk program
entry administration service. |
ProgramEntryBatchAdminSession |
getProgramEntryBatchAdminSessionForCourseCatalog(Id courseCatalogId,
Proxy proxy)
Gets the
OsidSession associated with the bulk program
entry administration service for the given course catalog. |
changeBranch, initialize, rollbackServiceclosesupportsAssessmentEntryBatchAdmin, supportsAwardEntryBatchAdmin, supportsCourseEntryBatchAdmin, supportsCredentialEntryBatchAdmin, supportsProgramEntryBatchAdmin, supportsVisibleFederationgetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdProgramEntryBatchAdminSession getProgramEntryBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk program
entry administration service.proxy - a proxy ProgramEntryBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsProgramEntryBatchAdmin() is false
optional - This method must be implemented if
supportsProgramEntryBatchAdmin() is true.
ProgramEntryBatchAdminSession getProgramEntryBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk program
entry administration service for the given course catalog.courseCatalogId - the Id of the
CourseCatalog proxy - a proxy ProgramEntryBatchAdminSession NotFoundException - no CourseCatalog
found by the given Id NullArgumentException - courseCatalogId
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsProgramEntryBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsProgramEntryBatchAdmin() and
supportsVisibleFederation() are true
CourseEntryBatchAdminSession getCourseEntryBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk course
entry administration service.proxy - a proxy CourseEntryBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsCourseEntryBatchAdmin() is false
optional - This method must be implemented if
supportsCourseEntryBatchAdmin() is true.
CourseEntryBatchAdminSession getCourseEntryBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk course
entry administration service for the given course catalog.courseCatalogId - the Id of the
CourseCatalog proxy - a proxy CourseEntryBatchAdminSession NotFoundException - no CourseCatalog
found by the given Id NullArgumentException - courseCatalogId
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsCourseEntryBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsCourseEntryBatchAdmin() and
supportsVisibleFederation() are true
CredentialEntryBatchAdminSession getCredentialEntryBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk
credential entry administration service.proxy - a proxy CredentialEntryBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsCredentialEntryBatchAdmin() is false
optional - This method must be implemented if
supportsCredentialEntryBatchAdmin() is
true. CredentialEntryBatchAdminSession getCredentialEntryBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk
credential entry administration service for the given course catalog.courseCatalogId - the Id of the
CourseCatalog proxy - a proxy CredentialEntryBatchAdminSession NotFoundException - no CourseCatalog
found by the given Id NullArgumentException - courseCatalogId
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsCredentialEntryBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsCredentialEntryBatchAdmin() and
supportsVisibleFederation() are true
AssessmentEntryBatchAdminSession getAssessmentEntryBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk
assessment entry administration service.proxy - a proxy AssessmentEntryBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentEntryBatchAdmin() is false
optional - This method must be implemented if
supportsAssessmentEntryBatchAdmin() is
true. AssessmentEntryBatchAdminSession getAssessmentEntryBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk
assessment entry administration service for the given course catalog.courseCatalogId - the Id of the
CourseCatalog proxy - a proxy AssessmentEntryBatchAdminSession NotFoundException - no CourseCatalog
found by the given Id NullArgumentException - courseCatalogId
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentEntryBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAssessmentEntryBatchAdmin() and
supportsVisibleFederation() are true
AwardEntryBatchAdminSession getAwardEntryBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk award
entry administration service.proxy - a proxy AwardEntryBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAwardEntryBatchAdmin() is false optional - This method must be implemented if
supportsAwardEntryBatchAdmin() is true.
AwardEntryBatchAdminSession getAwardEntryBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk award
entry administration service for the given course catalog.courseCatalogId - the Id of the
CourseCatalog proxy - a proxy AwardEntryBatchAdminSession NotFoundException - no CourseCatalog
found by the given Id NullArgumentException - courseCatalogId
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsAwardEntryBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAwardEntryBatchAdmin() and
supportsVisibleFederation() are true