Interface CourseChronicleBatchProxyManager
- All Superinterfaces:
AutoCloseable, Closeable, CourseChronicleBatchProfile, OsidProfile, OsidProxyManager, OsidProxyManager, Sourceable
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
-
Method Summary
Modifier and TypeMethodDescriptionGets theOsidSessionassociated with the bulk assessment entry administration service.getAssessmentEntryBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) Gets theOsidSessionassociated with the bulk assessment entry administration service for the given course catalog.Gets theOsidSessionassociated with the bulk award entry administration service.getAwardEntryBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) Gets theOsidSessionassociated with the bulk award entry administration service for the given course catalog.Gets theOsidSessionassociated with the bulk course entry administration service.getCourseEntryBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) Gets theOsidSessionassociated with the bulk course entry administration service for the given course catalog.Gets theOsidSessionassociated with the bulk credential entry administration service.getCredentialEntryBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) Gets theOsidSessionassociated with the bulk credential entry administration service for the given course catalog.Gets theOsidSessionassociated with the bulk program entry administration service.getProgramEntryBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) Gets theOsidSessionassociated with the bulk program entry administration service for the given course catalog.Methods inherited from interface CourseChronicleBatchProfile
supportsAssessmentEntryBatchAdmin, supportsAwardEntryBatchAdmin, supportsCourseEntryBatchAdmin, supportsCredentialEntryBatchAdmin, supportsProgramEntryBatchAdmin, supportsVisibleFederationModifier and TypeMethodDescriptionbooleanTests if bulk administration of credential entries is available.booleanTests if bulk administration of award entries is available.booleanTests if bulk administration of course entries is available.booleanTests if bulk administration of credential entries is available.booleanTests if bulk administration of program entries is available.booleanTests if federation is visible.Methods inherited from interface OsidProfile
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypeModifier and TypeMethodDescriptionGets this service branch.Gets theBranch Idrepresenting this service branch.Gets a description of this service implementation.Gets a display name for this service implementation.getId()Gets an identifier for this service implementation.Gets the locales supported in this service.Gets the proxy recordTypessupported in this service.Gets the date this service implementation was released.Gets the version of this service implementation.booleanTest for support of a journal branching service.booleanTest for support of a journaling rollback service.booleansupportsOSIDVersion(Version version) Test for support of an OSID specification version.booleansupportsProxyRecordType(Type proxyRecordType) Test for support of a proxy type.Methods inherited from interface OsidProxyManager
closeMethods inherited from interface OsidProxyManager
changeBranch, initialize, rollbackServiceModifier and TypeMethodDescriptionvoidchangeBranch(Id branchId, Proxy proxy) Changes the service branch.voidinitialize(OsidRuntimeManager runtime) Initializes this manager.rollbackService(Date rollbackTime, Proxy proxy) Rolls back this service to a point in time.Methods inherited from interface Sourceable
getBranding, getBrandingIds, getLicense, getProvider, getProviderIdModifier and TypeMethodDescriptionGets a branding, such as an image or logo, expressed using theAssetinterface.Gets the branding assetIds.Gets the terms of usage.Gets theResourcerepresenting the provider.Gets theIdof the provider.
-
Method Details
-
getProgramEntryBatchAdminSession
ProgramEntryBatchAdminSession getProgramEntryBatchAdminSession(Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with the bulk program entry administration service.- Parameters:
proxy- a proxy- Returns:
- a
ProgramEntryBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsProgramEntryBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsProgramEntryBatchAdmin()} is {@code true} .
-
getProgramEntryBatchAdminSessionForCourseCatalog
ProgramEntryBatchAdminSession getProgramEntryBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk program entry administration service for the given course catalog.- Parameters:
courseCatalogId- theIdof theCourseCatalogproxy- a proxy- Returns:
- a
ProgramEntryBatchAdminSession - Throws:
NotFoundException- noCourseCatalogfound by the givenIdNullArgumentException-courseCatalogIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsProgramEntryBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsProgramEntryBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getCourseEntryBatchAdminSession
CourseEntryBatchAdminSession getCourseEntryBatchAdminSession(Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with the bulk course entry administration service.- Parameters:
proxy- a proxy- Returns:
- a
CourseEntryBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsCourseEntryBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsCourseEntryBatchAdmin()} is {@code true} .
-
getCourseEntryBatchAdminSessionForCourseCatalog
CourseEntryBatchAdminSession getCourseEntryBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk course entry administration service for the given course catalog.- Parameters:
courseCatalogId- theIdof theCourseCatalogproxy- a proxy- Returns:
- a
CourseEntryBatchAdminSession - Throws:
NotFoundException- noCourseCatalogfound by the givenIdNullArgumentException-courseCatalogIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsCourseEntryBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsCourseEntryBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getCredentialEntryBatchAdminSession
CredentialEntryBatchAdminSession getCredentialEntryBatchAdminSession(Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with the bulk credential entry administration service.- Parameters:
proxy- a proxy- Returns:
- a
CredentialEntryBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsCredentialEntryBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsCredentialEntryBatchAdmin()} is {@code true} .
-
getCredentialEntryBatchAdminSessionForCourseCatalog
CredentialEntryBatchAdminSession getCredentialEntryBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk credential entry administration service for the given course catalog.- Parameters:
courseCatalogId- theIdof theCourseCatalogproxy- a proxy- Returns:
- a
CredentialEntryBatchAdminSession - Throws:
NotFoundException- noCourseCatalogfound by the givenIdNullArgumentException-courseCatalogIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsCredentialEntryBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsCredentialEntryBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getAssessmentEntryBatchAdminSession
AssessmentEntryBatchAdminSession getAssessmentEntryBatchAdminSession(Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with the bulk assessment entry administration service.- Parameters:
proxy- a proxy- Returns:
- an
AssessmentEntryBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsAssessmentEntryBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsAssessmentEntryBatchAdmin()} is {@code true} .
-
getAssessmentEntryBatchAdminSessionForCourseCatalog
AssessmentEntryBatchAdminSession getAssessmentEntryBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk assessment entry administration service for the given course catalog.- Parameters:
courseCatalogId- theIdof theCourseCatalogproxy- a proxy- Returns:
- an
AssessmentEntryBatchAdminSession - Throws:
NotFoundException- noCourseCatalogfound by the givenIdNullArgumentException-courseCatalogIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsAssessmentEntryBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsAssessmentEntryBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getAwardEntryBatchAdminSession
AwardEntryBatchAdminSession getAwardEntryBatchAdminSession(Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with the bulk award entry administration service.- Parameters:
proxy- a proxy- Returns:
- an
AwardEntryBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsAwardEntryBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsAwardEntryBatchAdmin()} is {@code true} .
-
getAwardEntryBatchAdminSessionForCourseCatalog
AwardEntryBatchAdminSession getAwardEntryBatchAdminSessionForCourseCatalog(Id courseCatalogId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk award entry administration service for the given course catalog.- Parameters:
courseCatalogId- theIdof theCourseCatalogproxy- a proxy- Returns:
- an
AwardEntryBatchAdminSession - Throws:
NotFoundException- noCourseCatalogfound by the givenIdNullArgumentException-courseCatalogIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsAwardEntryBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsAwardEntryBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-