public interface AssessmentManager extends OsidManager, AssessmentProfile
The assessment manager provides access to assessment sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
MyAssessmentTakenSession: a session to get taken
or in progress assessments for the current agent AssessmentSession: a session to be assessed and
examine assessments taken AssessmentResultsSession: a session to retrieve
assessment results ItemLookupSession: a session to look up
Items ItemQuerySession : a session to query Items
ItemSearchSession: a session to search
Items ItemAdminSession: a session to create, modify and
delete Items ItemNotificationSession: a session to receive
messages pertaining to Item changes ItemBankSession: a session for looking up item and
bank mappings ItemBankAssignmentSession: a session for managing
item and bank mappings ItemSmartBankSession: a session for managing
dynamic banks AssessmentLookupSession: a session to look up
Assessments AssessmentQuerySession: a session to query
Assessments AssessmentSearchSession: a session to search
Assessments AssessmentAdminSession: a session to create,
modify and delete Assessments AssessmentNotificationSession: a session to
receive messages pertaining to Assessment changes AssessmentBankSession: a session for looking up
assessment and bank mappings AssessmentBankAssignmentSession: a session for
managing assessment and bank mappings AssessmentSmartBankSession: a session for managing
dynamic banks AssessmentBasicAuthoringSession: a session for
making simple mappings of assessment items to assessments AssessmentOfferedLookupSession: a session to look
up AssessmentsOffered AssessmentOfferedQuerySession: a session to query
AssessmentsOffered AssessmentOfferedSearchSession : a session to
search AssessmentsOffered AssessmentOfferedAdminSession: a session to
create, modify and delete AssessmentsOffered AssessmentOfferedNotificationSession: a session to
receive messages pertaining to AssessmentOffered
changes AssessmentOfferedBankSession: a session for
looking up assessments offered and bank mappings AssessmentOfferedBankAssignmentSession: a session
for managing assessments offered and bank mappings AssessmentOfferedSmartBankSession : a session to
manage dynamic banks of assessments offered AssessmentTakenLookupSession: a session to look up
Assessments AssessmentTakenQuerySession: a session to query
Assessments AssessmentTakenSearchSession: a session to search
Assessments AssessmentTakenAdminSession: a session to create,
modify and delete AssessmentsTaken AssessmentTakenNotificationSession: a session to
receive messages pertaining to AssessmentTaken changes
AssessmentTakenBankSession: a session for looking
up assessments taken and bank mappings AssessmenttTakenBankAssignmentSession: a session
for managing assessments taken and bank mappings AssessmentTakenSmartBankSession: a session to
manage dynamic banks of assessments taken BankLookupSession: a session to lookup banks BankQuerySession : a session to query banks BankSearchSession: a session to search banks BankAdminSession : a session to create, modify and
delete banks BankNotificationSession : a session to receive
messages pertaining to Bank changes BankHierarchySession : a session to traverse the
Bank hierarchy BankHierarchyDesignSession : a session to manage
the Bank hierarchy | Modifier and Type | Method and Description |
|---|---|
AssessmentAdminSession |
getAssessmentAdminSession()
Gets the
OsidSession associated with the assessment
administration service. |
AssessmentAdminSession |
getAssessmentAdminSessionForBank(Id bankId)
Gets the
OsidSession associated with the assessment
admin service for the given bank. |
AssessmentAuthoringManager |
getAssessmentAuthoringManager()
Gets an
AssessmentAuthoringManager. |
AssessmentBankAssignmentSession |
getAssessmentBankAssignmentSession()
Gets the
OsidSession associated with the assessment
bank assignment service. |
AssessmentBankSession |
getAssessmentBankSession()
Gets the
OsidSession associated with the assessment
banking service. |
AssessmentBasicAuthoringSession |
getAssessmentBasicAuthoringSession()
Gets the
OsidSession associated with the assessment
authoring service. |
AssessmentBasicAuthoringSession |
getAssessmentBasicAuthoringSessionForBank(Id bankId)
Gets the
OsidSession associated with the assessment
authoring service for the given bank. |
AssessmentBatchManager |
getAssessmentBatchManager()
Gets an
AssessmentBatchManager. |
AssessmentLookupSession |
getAssessmentLookupSession()
Gets the
OsidSession associated with the assessment
lookup service. |
AssessmentLookupSession |
getAssessmentLookupSessionForBank(Id bankId)
Gets the
OsidSession associated with the assessment
lookup service for the given bank. |
AssessmentNotificationSession |
getAssessmentNotificationSession(AssessmentReceiver assessmentReceiver)
Gets the notification session for notifications pertaining to
assessment changes.
|
AssessmentNotificationSession |
getAssessmentNotificationSessionForBank(AssessmentReceiver assessmentReceiver,
Id bankId)
Gets the
OsidSession associated with the assessment
notification service for the given bank. |
AssessmentOfferedAdminSession |
getAssessmentOfferedAdminSession()
Gets the
OsidSession associated with the assessment
offered administration service. |
AssessmentOfferedAdminSession |
getAssessmentOfferedAdminSessionForBank(Id bankId)
Gets the
OsidSession associated with the assessment
offered admin service for the given bank. |
AssessmentOfferedBankAssignmentSession |
getAssessmentOfferedBankAssignmentSession()
Gets the session for assigning offered assessments to bank mappings.
|
AssessmentOfferedBankSession |
getAssessmentOfferedBankSession()
Gets the session for retrieving offered assessments to bank mappings.
|
AssessmentOfferedLookupSession |
getAssessmentOfferedLookupSession()
Gets the
OsidSession associated with the assessment
offered lookup service. |
AssessmentOfferedLookupSession |
getAssessmentOfferedLookupSessionForBank(Id bankId)
Gets the
OsidSession associated with the assessment
offered lookup service for the given bank. |
AssessmentOfferedNotificationSession |
getAssessmentOfferedNotificationSession(AssessmentOfferedReceiver assessmentOfferedReceiver)
Gets the notification session for notifications pertaining to offered
assessment changes.
|
AssessmentOfferedNotificationSession |
getAssessmentOfferedNotificationSessionForBank(AssessmentOfferedReceiver assessmentOfferedReceiver,
Id bankId)
Gets the
OsidSession associated with the offered
assessment notification service for the given bank. |
AssessmentOfferedQuerySession |
getAssessmentOfferedQuerySession()
Gets the
OsidSession associated with the assessment
offered query service. |
AssessmentOfferedQuerySession |
getAssessmentOfferedQuerySessionForBank(Id bankId)
Gets the
OsidSession associated with the assessment
offered query service for the given bank. |
AssessmentOfferedSearchSession |
getAssessmentOfferedSearchSession()
Gets the
OsidSession associated with the assessment
offered search service. |
AssessmentOfferedSearchSession |
getAssessmentOfferedSearchSessionForBank(Id bankId)
Gets the
OsidSession associated with the assessment
offered search service for the given bank. |
AssessmentOfferedSmartBankSession |
getAssessmentOfferedSmartBankSession(Id bankId)
Gets the
OsidSession associated with the assessment
offered smart banking service for the given bank. |
AssessmentQuerySession |
getAssessmentQuerySession()
Gets the
OsidSession associated with the assessment
query service. |
AssessmentQuerySession |
getAssessmentQuerySessionForBank(Id bankId)
Gets the
OsidSession associated with the assessment
query service for the given bank. |
AssessmentResultsSession |
getAssessmentResultsSession()
Gets an
AssessmentResultsSession to retrieve assessment
results. |
AssessmentResultsSession |
getAssessmentResultsSessionForBank(Id bankId)
Gets an
AssessmentResultsSession to retrieve assessment
results for the given bank. |
AssessmentSearchSession |
getAssessmentSearchSession()
Gets the
OsidSession associated with the assessment
search service. |
AssessmentSearchSession |
getAssessmentSearchSessionForBank(Id bankId)
Gets the
OsidSession associated with the assessment
search service for the given bank. |
AssessmentSession |
getAssessmentSession()
Gets an
AssessmentSession which is responsible for
taking assessments and examining responses from assessments taken. |
AssessmentSession |
getAssessmentSessionForBank(Id bankId)
Gets an
AssessmentSession which is responsible for
performing assessments for the given bank Id. |
AssessmentSmartBankSession |
getAssessmentSmartBankSession(Id bankId)
Gets the
OsidSession associated with the assessment
smart banking service for the given bank. |
AssessmentTakenLookupSession |
getAssessmentTakenLookupSession()
Gets the
OsidSession associated with the assessment
taken lookup service. |
AssessmentTakenLookupSession |
getAssessmentTakenLookupSessionForBank(Id bankId)
Gets the
OsidSession associated with the assessment
taken lookup service for the given bank. |
AssessmentTakenNotificationSession |
getAssessmentTakenNotificationSession(AssessmentTakenReceiver assessmentTakenReceiver)
Gets the notification session for notifications pertaining to taken
assessment changes.
|
AssessmentTakenNotificationSession |
getAssessmentTakenNotificationSessionForBank(AssessmentTakenReceiver assessmentTakenReceiver,
Id bankId)
Gets the
OsidSession associated with the taken
assessment notification service for the given bank. |
AssessmentTakenQuerySession |
getAssessmentTakenQuerySession()
Gets the
OsidSession associated with the assessment
taken query service. |
AssessmentTakenQuerySession |
getAssessmentTakenQuerySessionForBank(Id bankId)
Gets the
OsidSession associated with the assessment
taken query service for the given bank. |
AssessmentTakenSearchSession |
getAssessmentTakenSearchSession()
Gets the
OsidSession associated with the assessment
taken search service. |
AssessmentTakenSearchSession |
getAssessmentTakenSearchSessionForBank(Id bankId)
Gets the
OsidSession associated with the assessment
taken search service for the given bank. |
BankAdminSession |
getBankAdminSession()
Gets the OsidSession associated with the bank administration service.
|
BankHierarchyDesignSession |
getBankHierarchyDesignSession()
Gets the session designing bank hierarchies.
|
BankHierarchySession |
getBankHierarchySession()
Gets the session traversing bank hierarchies.
|
BankLookupSession |
getBankLookupSession()
Gets the OsidSession associated with the bank lookup service.
|
BankNotificationSession |
getBankNotificationSession(BankReceiver bankreceiver)
Gets the notification session for notifications pertaining to bank
service changes.
|
BankQuerySession |
getBankQuerySession()
Gets the OsidSession associated with the bank query service.
|
BankSearchSession |
getBankSearchSession()
Gets the OsidSession associated with the bank search service.
|
ItemAdminSession |
getItemAdminSession()
Gets the
OsidSession associated with the item
administration service. |
ItemAdminSession |
getItemAdminSessionForBank(Id bankId)
Gets the
OsidSession associated with the item admin
service for the given bank. |
ItemBankAssignmentSession |
getItemBankAssignmentSession()
Gets the
OsidSession associated with the item bank
assignment service. |
ItemBankSession |
getItemBankSession()
Gets the
OsidSession associated with the item banking
service. |
ItemLookupSession |
getItemLookupSession()
Gets the
OsidSession associated with the item lookup
service. |
ItemLookupSession |
getItemLookupSessionForBank(Id bankId)
Gets the
OsidSession associated with the item lookup
service for the given bank. |
ItemNotificationSession |
getItemNotificationSession(ItemReceiver itemReceiver)
Gets the notification session for notifications pertaining to item
changes.
|
AssessmentNotificationSession |
getItemNotificationSessionForBank(ItemReceiver itemReceiver,
Id bankId)
Gets the
OsidSession associated with the item
notification service for the given bank. |
ItemQuerySession |
getItemQuerySession()
Gets the
OsidSession associated with the item query
service. |
ItemQuerySession |
getItemQuerySessionForBank(Id bankId)
Gets the
OsidSession associated with the item query
service for the given bank. |
ItemSearchSession |
getItemSearchSession()
Gets the
OsidSession associated with the item search
service. |
ItemSearchSession |
getItemSearchSessionForBank(Id bankId)
Gets the
OsidSession associated with the item search
service for the given bank. |
ItemSmartBankSession |
getItemSmartBankSession(Id bankId)
Gets the
OsidSession associated with the item smart
banking service for the given bank. |
MyAssessmentTakenSession |
getMyAssessmentTakenSession()
Gets a
MyAssessmentTakenSession to retrieve assessments
taken for the current agent. |
MyAssessmentTakenSession |
getMyAssessmentTakenSessionForBank(Id bankId)
Gets a
MyAssessmentTakenSession to retrieve assessments
taken for the current agent for the given bank Id. |
changeBranch, initialize, rollbackServiceclosegetAssessmentOfferedRecordTypes, getAssessmentOfferedSearchRecordTypes, getAssessmentRecordTypes, getAssessmentSearchRecordTypes, getAssessmentSectionRecordTypes, getAssessmentTakenRecordTypes, getAssessmentTakenSearchRecordTypes, getBankRecordTypes, getBankSearchRecordTypes, getItemRecordTypes, getItemSearchRecordTypes, supportsAssessment, supportsAssessmentAdmin, supportsAssessmentAuthoring, supportsAssessmentBank, supportsAssessmentBankAssignment, supportsAssessmentBasicAuthoring, supportsAssessmentBatch, supportsAssessmentLookup, supportsAssessmentNotification, supportsAssessmentOfferedAdmin, supportsAssessmentOfferedBank, supportsAssessmentOfferedBankAssignment, supportsAssessmentOfferedLookup, supportsAssessmentOfferedNotification, supportsAssessmentOfferedQuery, supportsAssessmentOfferedRecordType, supportsAssessmentOfferedSearch, supportsAssessmentOfferedSearchRecordType, supportsAssessmentOfferedSmartBank, supportsAssessmentQuery, supportsAssessmentRecordType, supportsAssessmentResults, supportsAssessmentSearch, supportsAssessmentSearchRecordType, supportsAssessmentSectionRecordType, supportsAssessmentSmartBank, supportsAssessmentTakenAdmin, supportsAssessmentTakenBank, supportsAssessmentTakenBankAssignment, supportsAssessmentTakenLookup, supportsAssessmentTakenNotification, supportsAssessmentTakenQuery, supportsAssessmentTakenRecordType, supportsAssessmentTakenSearch, supportsAssessmentTakenSearchRecordType, supportsAssessmentTakenSmartBank, supportsBankAdmin, supportsBankHierarchy, supportsBankHierarchyDesign, supportsBankLookup, supportsBankNotification, supportsBankQuery, supportsBankRecordType, supportsBankSearch, supportsBankSearchRecordType, supportsItemAdmin, supportsItemBank, supportsItemBankAssignment, supportsItemLookup, supportsItemNotification, supportsItemQuery, supportsItemRecordType, supportsItemSearch, supportsItemSearchRecordType, supportsItemSmartBank, supportsMyAssessmentTaken, supportsVisibleFederationgetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdMyAssessmentTakenSession getMyAssessmentTakenSession() throws OperationFailedException
MyAssessmentTakenSession to retrieve assessments
taken for the current agent. MyAssessmentTakenSession OperationFailedException - unable to complete requestUnimplementedException -
supportsMyAssessmentTaken() is false optional - This method must be implemented if
supportsMyAssessmentTaken() is true.
MyAssessmentTakenSession getMyAssessmentTakenSessionForBank(Id bankId) throws NotFoundException, OperationFailedException
MyAssessmentTakenSession to retrieve assessments
taken for the current agent for the given bank Id. bankId - the Id of a bank MyAssessmentTakenSession NotFoundException - bankId not foundNullArgumentException - bankId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsMyAssessmentTaken() is false optional - This method must be implemented if
supportsMyAssessmentTaken() is true.
AssessmentSession getAssessmentSession() throws OperationFailedException
AssessmentSession which is responsible for
taking assessments and examining responses from assessments taken.OperationFailedException - unable to complete requestUnimplementedException - supportsAssessment()
is false optional - This method must be implemented if
supportsAssessment() is true. AssessmentSession getAssessmentSessionForBank(Id bankId) throws NotFoundException, OperationFailedException
AssessmentSession which is responsible for
performing assessments for the given bank Id. bankId - the Id of a bankNotFoundException - bankId not foundNullArgumentException - bankId is
null OperationFailedException - unable to complete requestUnimplementedException - supportsAssessment()
is false optional - This method must be implemented if
supportsAssessment() is true. AssessmentResultsSession getAssessmentResultsSession() throws OperationFailedException
AssessmentResultsSession to retrieve assessment
results.OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentResults() is false optional - This method must be implemented if
supportsAssessmentResults() is true.
AssessmentResultsSession getAssessmentResultsSessionForBank(Id bankId) throws NotFoundException, OperationFailedException
AssessmentResultsSession to retrieve assessment
results for the given bank.bankId - the Id of the assessment takenNotFoundException - bankId not foundNullArgumentException - bankId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentResults() is false optional - This method must be implemented if
supportsAssessmentResults() is true.
ItemLookupSession getItemLookupSession() throws OperationFailedException
OsidSession associated with the item lookup
service. ItemLookupSession OperationFailedException - unable to complete requestUnimplementedException - supportsItemLookup()
is false optional - This method must be implemented if
supportsItemLookup() is true. ItemLookupSession getItemLookupSessionForBank(Id bankId) throws NotFoundException, OperationFailedException
OsidSession associated with the item lookup
service for the given bank.bankId - the Id of the bank an ItemLookupSession NotFoundException - bankId not foundNullArgumentException - bankId is
null OperationFailedException - unable to complete
request UnimplementedException - supportsItemLookup()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsItemLookup() and
supportsVisibleFederation() are true.
ItemQuerySession getItemQuerySession() throws OperationFailedException
OsidSession associated with the item query
service. ItemQuerySession OperationFailedException - unable to complete requestUnimplementedException - supportsItemQuery()
is false optional - This method must be implemented if
supportsItemQuery() is true. ItemQuerySession getItemQuerySessionForBank(Id bankId) throws NotFoundException, OperationFailedException
OsidSession associated with the item query
service for the given bank.bankId - the Id of the bank an ItemQuerySession NotFoundException - bankId not foundNullArgumentException - bankId is
null OperationFailedException - unable to complete
request UnimplementedException - supportsItemQuery()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsItemQuery() and
supportsVisibleFederation() are true.
ItemSearchSession getItemSearchSession() throws OperationFailedException
OsidSession associated with the item search
service. ItemSearchSession OperationFailedException - unable to complete requestUnimplementedException - supportsItemSearch()
is false optional - This method must be implemented if
supportsItemSearch() is true. ItemSearchSession getItemSearchSessionForBank(Id bankId) throws NotFoundException, OperationFailedException
OsidSession associated with the item search
service for the given bank.bankId - the Id of the bank an ItemSearchSession NotFoundException - bankId not foundNullArgumentException - bankId is
null OperationFailedException - unable to complete
request UnimplementedException - supportsItemSearch()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsItemSearch() and
supportsVisibleFederation() are true.
ItemAdminSession getItemAdminSession() throws OperationFailedException
OsidSession associated with the item
administration service. ItemAdminSession OperationFailedException - unable to complete requestUnimplementedException - supportsItemAdmin()
is false optional - This method must be implemented if
supportsItemAdmin() is true. ItemAdminSession getItemAdminSessionForBank(Id bankId) throws NotFoundException, OperationFailedException
OsidSession associated with the item admin
service for the given bank.bankId - the Id of the bank an ItemAdminSession NotFoundException - bankId not foundNullArgumentException - bankId is
null OperationFailedException - unable to complete
request UnimplementedException - supportsItemAdmin()
or supportsVisibleFederation() is
false optional - This method must be implemented if
supportsItemAdmin() and
supportsVisibleFederation() are true.
ItemNotificationSession getItemNotificationSession(ItemReceiver itemReceiver) throws OperationFailedException
itemReceiver - the item receiver interface ItemNotificationSession NullArgumentException - itemReceiver is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsItemNotification() is false optional - This method must be implemented if
supportsItemNotification() is true. AssessmentNotificationSession getItemNotificationSessionForBank(ItemReceiver itemReceiver, Id bankId) throws NotFoundException, OperationFailedException
OsidSession associated with the item
notification service for the given bank.itemReceiver - the item receiver interfacebankId - the Id of the bank an ItemNotificationSession NotFoundException - bankId not foundNullArgumentException - itemReceiver or
bankId is null OperationFailedException - unable to complete
request UnimplementedException -
supportsItemNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsItemNotification() and
supportsVisibleFederation() are true.
ItemBankSession getItemBankSession() throws OperationFailedException
OsidSession associated with the item banking
service. ItemBankSession OperationFailedException - unable to complete requestUnimplementedException - supportsItemBank()
is false optional - This method must be implemented if
supportsItemBank() is true. ItemBankAssignmentSession getItemBankAssignmentSession() throws OperationFailedException
OsidSession associated with the item bank
assignment service. ItemBankAssignmentSession OperationFailedException - unable to complete requestUnimplementedException -
supportsItemBankAssignment() is false optional - This method must be implemented if
supportsItemBankAssignment() is true.
ItemSmartBankSession getItemSmartBankSession(Id bankId) throws NotFoundException, OperationFailedException
OsidSession associated with the item smart
banking service for the given bank.bankId - the Id of the bank ItemSmartBankSession NotFoundException - bankId not foundNullArgumentException - bankId is
null OperationFailedException - unable to complete requestUnimplementedException - supportsItemSmartBank()
is false optional - This method must be implemented if
supportsItemSmartBank() and
supportsVisibeFederation() is true. AssessmentLookupSession getAssessmentLookupSession() throws OperationFailedException
OsidSession associated with the assessment
lookup service. AssessmentLookupSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentLookup() is false optional - This method must be implemented if
supportsAssessmentLookup() is true. AssessmentLookupSession getAssessmentLookupSessionForBank(Id bankId) throws NotFoundException, OperationFailedException
OsidSession associated with the assessment
lookup service for the given bank.bankId - the Id of the bank an AssessmentLookupSession NotFoundException - bankId not foundNullArgumentException - bankId is
null OperationFailedException - unable to complete
request UnimplementedException -
supportsAssessmentLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAssessmentLookup() and
supportsVisibleFederation() are true.
AssessmentQuerySession getAssessmentQuerySession() throws OperationFailedException
OsidSession associated with the assessment
query service. AssessmentQuerySession OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentQuery() is false optional - This method must be implemented if
supportsAssessmentQuery() is true. AssessmentQuerySession getAssessmentQuerySessionForBank(Id bankId) throws NotFoundException, OperationFailedException
OsidSession associated with the assessment
query service for the given bank.bankId - the Id of the bank an AssessmentQuerySession NotFoundException - bankId not foundNullArgumentException - bankId is
null OperationFailedException - unable to complete
request UnimplementedException -
supportsAssessmentQuery() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAssessmentQuery() and
supportsVisibleFederation() are true.
AssessmentSearchSession getAssessmentSearchSession() throws OperationFailedException
OsidSession associated with the assessment
search service. AssessmentSearchSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentSearch() is false optional - This method must be implemented if
supportsAssessmentSearch() is true. AssessmentSearchSession getAssessmentSearchSessionForBank(Id bankId) throws NotFoundException, OperationFailedException
OsidSession associated with the assessment
search service for the given bank.bankId - the Id of the bank an AssessmentSearchSession NotFoundException - bankId not foundNullArgumentException - bankId is
null OperationFailedException - unable to complete
request UnimplementedException -
supportsAssessmentSearch() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAssessmentSearch() and
supportsVisibleFederation() are true.
AssessmentAdminSession getAssessmentAdminSession() throws OperationFailedException
OsidSession associated with the assessment
administration service. AssessmentAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentAdmin() is false optional - This method must be implemented if
supportsAssessmentAdmin() is true. AssessmentAdminSession getAssessmentAdminSessionForBank(Id bankId) throws NotFoundException, OperationFailedException
OsidSession associated with the assessment
admin service for the given bank.bankId - the Id of the bank an AssessmentAdminSession NotFoundException - bankId not foundNullArgumentException - bankId is
null OperationFailedException - unable to complete
request UnimplementedException -
supportsAssessmentAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAssessmentAdmin() and
supportsVisibleFederation() are true.
AssessmentNotificationSession getAssessmentNotificationSession(AssessmentReceiver assessmentReceiver) throws OperationFailedException
assessmentReceiver - the assessment receiver interface AssessmentNotificationSession NullArgumentException - assessmentReceiver
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentNotification() is false
optional - This method must be implemented if
supportsAssessmentNotification() is true.
AssessmentNotificationSession getAssessmentNotificationSessionForBank(AssessmentReceiver assessmentReceiver, Id bankId) throws NotFoundException, OperationFailedException
OsidSession associated with the assessment
notification service for the given bank.assessmentReceiver - the assessment receiver interfacebankId - the Id of the bank an AssessmentNotificationSession NotFoundException - bankId not foundNullArgumentException - assessmentReceiver
or bankId is null OperationFailedException - unable to complete
request UnimplementedException -
supportsAssessmentNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAssessmentNotification() and
supportsVisibleFederation() are true.
AssessmentBankSession getAssessmentBankSession() throws OperationFailedException
OsidSession associated with the assessment
banking service. AssessmentBankSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentBank() is false optional - This method must be implemented if
supportsAssessmentBank() is true. AssessmentBankAssignmentSession getAssessmentBankAssignmentSession() throws OperationFailedException
OsidSession associated with the assessment
bank assignment service. AssessmentBankAssignmentSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentBankAssignment() is false
optional - This method must be implemented if
supportsAssessmentBankAssignment() is true.
AssessmentSmartBankSession getAssessmentSmartBankSession(Id bankId) throws NotFoundException, OperationFailedException
OsidSession associated with the assessment
smart banking service for the given bank.bankId - the Id of the bank AssessmentSmartBankSession NotFoundException - bankId not foundNullArgumentException - bankId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentSmartBank() is false optional - This method must be implemented if
supportsAssessmentSmartBank() and
supportsVisibeFederation() is true. AssessmentBasicAuthoringSession getAssessmentBasicAuthoringSession() throws OperationFailedException
OsidSession associated with the assessment
authoring service. AssessmentBasicAuthoringSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentBasicAuthoring() is false
optional - This method must be implemented if
supportsAssessmentBasicAuthoring() is true.
AssessmentBasicAuthoringSession getAssessmentBasicAuthoringSessionForBank(Id bankId) throws NotFoundException, OperationFailedException
OsidSession associated with the assessment
authoring service for the given bank.bankId - the Id of a bank AssessmentBasicAuthoringSession NotFoundException - bankId not foundNullArgumentException - bankId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentBasicAuthoring() or
supportsVisibeFederation() is false optional - This method must be implemented if
supportsAssessmentBasicAuthoring() and
supportsVisibeFederation() is true. AssessmentOfferedLookupSession getAssessmentOfferedLookupSession() throws OperationFailedException
OsidSession associated with the assessment
offered lookup service. AssessmentOfferedLookupSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentOfferedLookup() is false
optional - This method must be implemented if
supportsAssessmentOfferedLookup() is true.
AssessmentOfferedLookupSession getAssessmentOfferedLookupSessionForBank(Id bankId) throws NotFoundException, OperationFailedException
OsidSession associated with the assessment
offered lookup service for the given bank.bankId - the Id of the bank AssessmentOfferedLookupSession NotFoundException - bankId not foundNullArgumentException - bankId is
null OperationFailedException - unable to complete
request UnimplementedException -
supportsAssessmentOfferedLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAssessmentOfferedLookup() and
supportsVisibleFederation() are true.
AssessmentOfferedQuerySession getAssessmentOfferedQuerySession() throws OperationFailedException
OsidSession associated with the assessment
offered query service. AssessmentOfferedQuerySession OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentOfferedQuery() is false
optional - This method must be implemented if
supportsAssessmentOfferedQuery() is true.
AssessmentOfferedQuerySession getAssessmentOfferedQuerySessionForBank(Id bankId) throws NotFoundException, OperationFailedException
OsidSession associated with the assessment
offered query service for the given bank.bankId - the Id of the bank AssessmentOfferedQuerySession NotFoundException - bankId not foundNullArgumentException - bankId is
null OperationFailedException - unable to complete
request UnimplementedException -
supportsAssessmentOfferedQuery() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAssessmentOfferedQuery() and
supportsVisibleFederation() are true.
AssessmentOfferedSearchSession getAssessmentOfferedSearchSession() throws OperationFailedException
OsidSession associated with the assessment
offered search service. AssessmentOfferedSearchSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentOfferedSearch() is false
optional - This method must be implemented if
supportsAssessmentOfferedSearch() is true.
AssessmentOfferedSearchSession getAssessmentOfferedSearchSessionForBank(Id bankId) throws NotFoundException, OperationFailedException
OsidSession associated with the assessment
offered search service for the given bank.bankId - the Id of the bank AssessmentOfferedSearchSession NotFoundException - bankId not foundNullArgumentException - bankId is
null OperationFailedException - unable to complete
request UnimplementedException -
supportsAssessmentOfferedSearch() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAssessmentOfferedSearch() and
supportsVisibleFederation() are true.
AssessmentOfferedAdminSession getAssessmentOfferedAdminSession() throws OperationFailedException
OsidSession associated with the assessment
offered administration service. AssessmentOfferedAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentOfferedAdmin() is false
optional - This method must be implemented if
supportsAssessmentOfferedAdmin() is true.
AssessmentOfferedAdminSession getAssessmentOfferedAdminSessionForBank(Id bankId) throws NotFoundException, OperationFailedException
OsidSession associated with the assessment
offered admin service for the given bank.bankId - the Id of the bank AssessmentOfferedAdminSession NotFoundException - bankId not foundNullArgumentException - bankId is
null OperationFailedException - unable to complete
request UnimplementedException -
supportsAssessmentOfferedAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAssessmentOfferedAdmin() and
supportsVisibleFederation() are true.
AssessmentOfferedNotificationSession getAssessmentOfferedNotificationSession(AssessmentOfferedReceiver assessmentOfferedReceiver) throws OperationFailedException
assessmentOfferedReceiver - the assessment offered receiver
interface AssessmentOfferedNotificationSession NullArgumentException -
assessmentOfferedReceiver is null OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentOfferedNotification() is
false optional - This method must be implemented if
supportsAssessmentOfferedNotification() is
true. AssessmentOfferedNotificationSession getAssessmentOfferedNotificationSessionForBank(AssessmentOfferedReceiver assessmentOfferedReceiver, Id bankId) throws NotFoundException, OperationFailedException
OsidSession associated with the offered
assessment notification service for the given bank.assessmentOfferedReceiver - the assessment offered receiver
interfacebankId - the Id of the bank AssessmentOfferedNotificationSession NotFoundException - bankId not foundNullArgumentException -
assessmentOfferedReceiver or bankId is
null OperationFailedException - unable to complete
request UnimplementedException -
supportsAssessmentOfferedNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAssessmentOfferedNotification() and
supportsVisibleFederation() are true.
AssessmentOfferedBankSession getAssessmentOfferedBankSession() throws OperationFailedException
AssessmentOfferedBankSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentOfferedBank() is false
optional - This method must be implemented if
supportsAssessmentOfferedBank() is true.
AssessmentOfferedBankAssignmentSession getAssessmentOfferedBankAssignmentSession() throws OperationFailedException
AssessmentOfferedBankAssignmentSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentOfferedBankAssignment() is
false optional - This method must be implemented if
supportsAssessmentOfferedBankAssignment() is
true. AssessmentOfferedSmartBankSession getAssessmentOfferedSmartBankSession(Id bankId) throws NotFoundException, OperationFailedException
OsidSession associated with the assessment
offered smart banking service for the given bank.bankId - the Id of the bank AssessmentOfferedSmartBankSession NotFoundException - bankId not foundNullArgumentException - bankId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentOfferedSmartBank() is false
optional - This method must be implemented if
supportsAssessmentOfferedSmartBank() and
supportsVisibeFederation() is true. AssessmentTakenLookupSession getAssessmentTakenLookupSession() throws OperationFailedException
OsidSession associated with the assessment
taken lookup service. AssessmentTakenLookupSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentTakenLookup() is false
optional - This method must be implemented if
supportsAssessmentTakenLookup() is true.
AssessmentTakenLookupSession getAssessmentTakenLookupSessionForBank(Id bankId) throws NotFoundException, OperationFailedException
OsidSession associated with the assessment
taken lookup service for the given bank.bankId - the Id of the bank AssessmentTakenLookupSession NotFoundException - bankId not foundNullArgumentException - bankId is
null OperationFailedException - unable to complete
request UnimplementedException -
supportsAssessmentTakenLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAssessmentTakenLookup() and
supportsVisibleFederation() are true.
AssessmentTakenQuerySession getAssessmentTakenQuerySession() throws OperationFailedException
OsidSession associated with the assessment
taken query service. AssessmentTakenQuerySession OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentTakenQuery() is false optional - This method must be implemented if
supportsAssessmentTakenQuery() is true.
AssessmentTakenQuerySession getAssessmentTakenQuerySessionForBank(Id bankId) throws NotFoundException, OperationFailedException
OsidSession associated with the assessment
taken query service for the given bank.bankId - the Id of the bank AssessmentTakenQuerySession NotFoundException - bankId not foundNullArgumentException - bankId is
null OperationFailedException - unable to complete
request UnimplementedException -
supportsAssessmentTakenQuery() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAssessmentTakenQuery() and
supportsVisibleFederation() are true.
AssessmentTakenSearchSession getAssessmentTakenSearchSession() throws OperationFailedException
OsidSession associated with the assessment
taken search service. AssessmentTakenSearchSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentTakenSearch() is false
optional - This method must be implemented if
supportsAssessmentTakenSearch() is true.
AssessmentTakenSearchSession getAssessmentTakenSearchSessionForBank(Id bankId) throws NotFoundException, OperationFailedException
OsidSession associated with the assessment
taken search service for the given bank.bankId - the Id of the bank AssessmentTakenSearchSession NotFoundException - bankId not foundNullArgumentException - bankId is
null OperationFailedException - unable to complete
request UnimplementedException -
supportsAssessmentTakenSearch() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAssessmentTakenSearch() and
supportsVisibleFederation() are true.
AssessmentTakenNotificationSession getAssessmentTakenNotificationSession(AssessmentTakenReceiver assessmentTakenReceiver) throws OperationFailedException
assessmentTakenReceiver - the assessment taken receiver
interface AssessmentTakenNotificationSession NullArgumentException - assessmentTakenReceiver
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentTakenNotification() is false
optional - This method must be implemented if
supportsAssessmentTakenNotification() is
true. AssessmentTakenNotificationSession getAssessmentTakenNotificationSessionForBank(AssessmentTakenReceiver assessmentTakenReceiver, Id bankId) throws NotFoundException, OperationFailedException
OsidSession associated with the taken
assessment notification service for the given bank.assessmentTakenReceiver - the assessment taken receiver
interfacebankId - the Id of the bank AssessmentTakenNotificationSession NotFoundException - bankId not foundNullArgumentException - assessmentTakenReceiver
or bankId is null OperationFailedException - unable to complete
request UnimplementedException -
supportsAssessmentTakenNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAssessmentTakenNotification() and
supportsVisibleFederation() are true.
BankLookupSession getBankLookupSession() throws OperationFailedException
BankLookupSession OperationFailedException - unable to complete requestUnimplementedException - supportsBankLookup() is
false optional - This method must be implemented if
supportsBankLookup() is true. BankQuerySession getBankQuerySession() throws OperationFailedException
BankQuerySession OperationFailedException - unable to complete requestUnimplementedException - supportsBankQuery() is
false optional - This method must be implemented if
supportsBankQuery() is true. BankSearchSession getBankSearchSession() throws OperationFailedException
BankSearchSession OperationFailedException - unable to complete requestUnimplementedException - supportsBankSearch() is
false optional - This method must be implemented if
supportsBankSearch() is true. BankAdminSession getBankAdminSession() throws OperationFailedException
BankAdminSession OperationFailedException - unable to complete requestUnimplementedException - supportsBankAdmin() is
false optional - This method must be implemented if
supportsBankAdmin() is true. BankNotificationSession getBankNotificationSession(BankReceiver bankreceiver) throws OperationFailedException
bankreceiver - the bank receiver interface BankNotificationSession NullArgumentException - bankReceiver is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsBankNotification() is false optional - This method must be implemented if
supportsBankNotification() is true. BankHierarchySession getBankHierarchySession() throws OperationFailedException
BankHierarchySession OperationFailedException - unable to complete requestUnimplementedException - supportsBankHierarchy()
is false optional - This method must be implemented if
supportsBankHierarchy() is true. BankHierarchyDesignSession getBankHierarchyDesignSession() throws OperationFailedException
BankHierarchySession OperationFailedException - unable to complete requestUnimplementedException -
supportsBankHierarchyDesign() is false optional - This method must be implemented if
supportsBankHierarchyDesign() is true. AssessmentAuthoringManager getAssessmentAuthoringManager() throws OperationFailedException
AssessmentAuthoringManager. AssessmentAuthoringManager OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentAuthoring() is false optional - This method must be implemented if
supportsAssessmentAuthoring() is true. AssessmentBatchManager getAssessmentBatchManager() throws OperationFailedException
AssessmentBatchManager. AssessmentBatchManager OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentBatch() is false optional - This method must be implemented if
supportsAssessmentBatch() is true.