public interface AssessmentAuthoringProxyManager extends OsidProxyManager, AssessmentAuthoringProfile
The assessment authoring manager provides access to assessment
authoring 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:
AssessmentPartLookupSession: a session to retrieve
assessment part AssessmentPartQuerySession: a session to query for
assessment part AssessmentPartSearchSession: a session to search
for assessment part AssessmentPartAdminSession: a session to create
and delete assessment part AssessmentPartNotificationSession: a session to
receive notifications pertaining to assessment part changes AssessmentPartBankSession: a session to look up
assessment part bank mappings AssessmentPartBankAssignmentSession: a session to
manage assessment part to bank mappings AssessmentPartSmartBankSession: a session to
manage dynamic bank of assessment part AssessmentPartItemSession: a session to look up
assessment part to item mappings AssessmentPartItemDesignSession: a session to map
items to assessment parts SequenceRuleLookupSession: a session to retrieve
sequence rule SequenceRuleQuerySession: a session to query for
sequence rule SequenceRuleSearchSession: a session to search for
sequence rule SequenceRuleAdminSession: a session to create and
delete sequence rule SequenceRuleNotificationSession: a session to
receive notifications pertaining to sequence rule changes SequenceRuleBankSession: a session to look up
sequence rule bank mappings SequenceRuleBankAssignmentSession: a session to
manage sequence rule to bank mappings SequenceRuleSmartBankSession: a session to manage
dynamic bank of sequence rule SequenceRuleEnablerLookupSession: a session to
retrieve sequence rule enablers SequenceRuleEnablerQuerySession: a session to
query for sequence rule enablers SequenceRuleEnablerSearchSession: a session to
search for sequence rule enablers SequenceRuleEnablerAdminSession: a session to
create and delete sequence rule enablers SequenceRuleEnablerNotificationSession: a session
to receive notifications pertaining to sequence rule enabler changes
SequenceRuleEnablerBankSession: a session to look
up sequence rule enabler bank mappings SequenceRuleEnablerBankAssignmentSession: a
session to manage sequence rule enabler to bank mappings SequenceRuleEnablerSmartBankSession: a session to
manage dynamic bank of sequence rule enablers SequenceRuleEnableRuleLookupSession: a session to
look up sequence rule enabler mappings SequenceRuleEnablerRuleApplicationSession: a
session to apply sequence rule enablers | Modifier and Type | Method and Description |
|---|---|
AssessmentPartAdminSession |
getAssessmentPartAdminSession(Proxy proxy)
Gets the
OsidSession associated with the assessment
part administration service. |
AssessmentPartAdminSession |
getAssessmentPartAdminSessionForBank(Id bankId,
Proxy proxy)
Gets the
OsidSession associated with the assessment
part administration service for the given bank. |
AssessmentPartBankAssignmentSession |
getAssessmentPartBankAssignmentSession(Proxy proxy)
Gets the
OsidSession associated with assigning
assessment part to bank. |
AssessmentPartBankSession |
getAssessmentPartBankSession(Proxy proxy)
Gets the
OsidSession to lookup assessment part/bank
mappings for assessment parts. |
AssessmentPartLookupSession |
getAssessmentPartLookupSession(Proxy proxy)
Gets the
OsidSession associated with the assessment
part lookup service. |
AssessmentPartLookupSession |
getAssessmentPartLookupSessionForBank(Id bankId,
Proxy proxy)
Gets the
OsidSession associated with the assessment
part lookup service for the given bank. |
AssessmentPartNotificationSession |
getAssessmentPartNotificationSession(AssessmentPartReceiver assessmentPartReceiver,
Proxy proxy)
Gets the
OsidSession associated with the assessment
part notification service. |
AssessmentPartNotificationSession |
getAssessmentPartNotificationSessionForBank(AssessmentPartReceiver assessmentPartReceiver,
Id bankId,
Proxy proxy)
Gets the
OsidSession associated with the assessment
part notification service for the given bank. |
AssessmentPartQuerySession |
getAssessmentPartQuerySession(Proxy proxy)
Gets the
OsidSession associated with the assessment
part query service. |
AssessmentPartQuerySession |
getAssessmentPartQuerySessionForBank(Id bankId,
Proxy proxy)
Gets the
OsidSession associated with the assessment
part query service for the given bank. |
AssessmentPartSearchSession |
getAssessmentPartSearchSession(Proxy proxy)
Gets the
OsidSession associated with the assessment
part search service. |
AssessmentPartSearchSession |
getAssessmentPartSearchSessionForBank(Id bankId,
Proxy proxy)
Gets the
OsidSession associated with the assessment
part earch service for the given bank. |
AssessmentPartSmartBankSession |
getAssessmentPartSmartBankSession(Id bankId,
Proxy proxy)
Gets the
OsidSession to manage assessment part smart
bank. |
SequenceRuleAdminSession |
getSequenceRuleAdminSession(Proxy proxy)
Gets the
OsidSession associated with the sequence rule
administration service. |
SequenceRuleAdminSession |
getSequenceRuleAdminSessionForBank(Id bankId,
Proxy proxy)
Gets the
OsidSession associated with the sequence rule
administration service for the given bank. |
SequenceRuleBankAssignmentSession |
getSequenceRuleBankAssignmentSession(Proxy proxy)
Gets the
OsidSession associated with assigning sequence
rule to bank. |
SequenceRuleBankSession |
getSequenceRuleBankSession(Proxy proxy)
Gets the
OsidSession to lookup sequence rule/bank
mappings for sequence rules. |
SequenceRuleEnablerAdminSession |
getSequenceRuleEnablerAdminSession(Proxy proxy)
Gets the
OsidSession associated with the sequence rule
enabler administration service. |
SequenceRuleEnablerAdminSession |
getSequenceRuleEnablerAdminSessionForBank(Id bankId,
Proxy proxy)
Gets the
OsidSession associated with the sequence rule
enabler administration service for the given bank. |
SequenceRuleEnablerBankAssignmentSession |
getSequenceRuleEnablerBankAssignmentSession(Proxy proxy)
Gets the
OsidSession associated with assigning sequence
rule enablers to bank. |
SequenceRuleEnablerBankSession |
getSequenceRuleEnablerBankSession(Proxy proxy)
Gets the
OsidSession to lookup sequence rule
enabler/bank mappings for sequence rule enablers. |
SequenceRuleEnablerLookupSession |
getSequenceRuleEnablerLookupSession(Proxy proxy)
Gets the
OsidSession associated with the sequence rule
enabler lookup service. |
SequenceRuleEnablerLookupSession |
getSequenceRuleEnablerLookupSessionForBank(Id bankId,
Proxy proxy)
Gets the
OsidSession associated with the sequence rule
enabler lookup service for the given bank. |
SequenceRuleEnablerNotificationSession |
getSequenceRuleEnablerNotificationSession(SequenceRuleEnablerReceiver sequenceRuleEnablerReceiver,
Proxy proxy)
Gets the
OsidSession associated with the sequence rule
enabler notification service. |
SequenceRuleEnablerNotificationSession |
getSequenceRuleEnablerNotificationSessionForBank(SequenceRuleEnablerReceiver sequenceRuleEnablerReceiver,
Id bankId,
Proxy proxy)
Gets the
OsidSession associated with the sequence rule
enabler notification service for the given bank. |
SequenceRuleEnablerQuerySession |
getSequenceRuleEnablerQuerySession(Proxy proxy)
Gets the
OsidSession associated with the sequence rule
enabler query service. |
SequenceRuleEnablerQuerySession |
getSequenceRuleEnablerQuerySessionForBank(Id bankId,
Proxy proxy)
Gets the
OsidSession associated with the sequence rule
enabler query service for the given bank. |
SequenceRuleEnablerRuleApplicationSession |
getSequenceRuleEnablerRuleApplicationSession(Proxy proxy)
Gets the
OsidSession associated with the sequence rule
enabler assignment service. |
SequenceRuleEnablerRuleApplicationSession |
getSequenceRuleEnablerRuleApplicationSessionForBank(Id bankId,
Proxy proxy)
Gets the
OsidSession associated with the sequence rule
enabler assignment service for the given bank. |
SequenceRuleEnablerRuleLookupSession |
getSequenceRuleEnablerRuleLookupSession(Proxy proxy)
Gets the
OsidSession associated with the sequence rule
enabler mapping lookup service . |
SequenceRuleEnablerRuleLookupSession |
getSequenceRuleEnablerRuleLookupSessionForBank(Id bankId,
Proxy proxy)
Gets the
OsidSession associated with the sequence rule
enabler mapping lookup service for the given bank. |
SequenceRuleEnablerSearchSession |
getSequenceRuleEnablerSearchSession(Proxy proxy)
Gets the
OsidSession associated with the sequence rule
enabler search service. |
SequenceRuleEnablerSearchSession |
getSequenceRuleEnablerSearchSessionForBank(Id bankId,
Proxy proxy)
Gets the
OsidSession associated with the sequence rule
enablers earch service for the given bank. |
SequenceRuleEnablerSmartBankSession |
getSequenceRuleEnablerSmartBankSession(Id bankId,
Proxy proxy)
Gets the
OsidSession to manage sequence rule enabler
smart bank. |
SequenceRuleLookupSession |
getSequenceRuleLookupSession(Proxy proxy)
Gets the
OsidSession associated with the sequence rule
lookup service. |
SequenceRuleLookupSession |
getSequenceRuleLookupSessionForBank(Id bankId,
Proxy proxy)
Gets the
OsidSession associated with the sequence rule
lookup service for the given bank. |
SequenceRuleNotificationSession |
getSequenceRuleNotificationSession(SequenceRuleReceiver sequenceRuleReceiver,
Proxy proxy)
Gets the
OsidSession associated with the sequence rule
notification service. |
SequenceRuleNotificationSession |
getSequenceRuleNotificationSessionForBank(SequenceRuleReceiver sequenceRuleReceiver,
Id bankId,
Proxy proxy)
Gets the
OsidSession associated with the sequence rule
notification service for the given bank. |
SequenceRuleQuerySession |
getSequenceRuleQuerySession(Proxy proxy)
Gets the
OsidSession associated with the sequence rule
query service. |
SequenceRuleQuerySession |
getSequenceRuleQuerySessionForBank(Id bankId,
Proxy proxy)
Gets the
OsidSession associated with the sequence rule
query service for the given bank. |
SequenceRuleSearchSession |
getSequenceRuleSearchSession(Proxy proxy)
Gets the
OsidSession associated with the sequence rule
search service. |
SequenceRuleSearchSession |
getSequenceRuleSearchSessionForBank(Id bankId,
Proxy proxy)
Gets the
OsidSession associated with the sequence rule
earch service for the given bank. |
SequenceRuleSmartBankSession |
getSequenceRuleSmartBankSession(Id bankId,
Proxy proxy)
Gets the
OsidSession to manage sequence rule smart
bank. |
changeBranch, initialize, rollbackServiceclosegetAssessmentPartRecordTypes, getAssessmentPartSearchRecordTypes, getSequenceRuleEnablerRecordTypes, getSequenceRuleEnablerSearchRecordTypes, getSequenceRuleRecordTypes, getSequenceRuleSearchRecordTypes, supportsAssessmentPartAdmin, supportsAssessmentPartBank, supportsAssessmentPartBankAssignment, supportsAssessmentPartItem, supportsAssessmentPartItemDesign, supportsAssessmentPartLookup, supportsAssessmentPartNotification, supportsAssessmentPartQuery, supportsAssessmentPartRecordType, supportsAssessmentPartSearch, supportsAssessmentPartSearchRecordType, supportsAssessmentPartSmartBank, supportsSequenceRuleAdmin, supportsSequenceRuleBank, supportsSequenceRuleBankAssignment, supportsSequenceRuleEnablerAdmin, supportsSequenceRuleEnablerBank, supportsSequenceRuleEnablerBankAssignment, supportsSequenceRuleEnablerLookup, supportsSequenceRuleEnablerNotification, supportsSequenceRuleEnablerQuery, supportsSequenceRuleEnablerRecordType, supportsSequenceRuleEnablerRuleApplication, supportsSequenceRuleEnablerRuleLookup, supportsSequenceRuleEnablerSearch, supportsSequenceRuleEnablerSearchRecordType, supportsSequenceRuleEnablerSmartBank, supportsSequenceRuleLookup, supportsSequenceRuleNotification, supportsSequenceRuleQuery, supportsSequenceRuleRecordType, supportsSequenceRuleSearch, supportsSequenceRuleSearchRecordType, supportsSequenceRuleSmartBank, supportsVisibleFederationgetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdAssessmentPartLookupSession getAssessmentPartLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the assessment
part lookup service.proxy - a proxy AssessmentPartLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentPartLookup() is false optional - This method must be implemented if
supportsAssessmentPartLookup() is true.
AssessmentPartLookupSession getAssessmentPartLookupSessionForBank(Id bankId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the assessment
part lookup service for the given bank.bankId - the Id of the Bank proxy - a proxy AssessmentPartLookupSession NotFoundException - no Bank found by the
given Id NullArgumentException - bankId or proxy is null
OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentPartLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAssessmentPartLookup() and
supportsVisibleFederation() are true.
AssessmentPartQuerySession getAssessmentPartQuerySession(Proxy proxy) throws OperationFailedException
OsidSession associated with the assessment
part query service.proxy - a proxy AssessmentPartQuerySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentPartQuery() is false optional - This method must be implemented if
supportsAssessmentPartQuery() is true.
AssessmentPartQuerySession getAssessmentPartQuerySessionForBank(Id bankId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the assessment
part query service for the given bank.bankId - the Id of the Bank proxy - a proxy AssessmentPartQuerySession NotFoundException - no Bank found by the
given Id NullArgumentException - bankId or proxy is null
OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentPartQuery() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAssessmentPartQuery() and
supportsVisibleFederation() are true.
AssessmentPartSearchSession getAssessmentPartSearchSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the assessment
part search service.proxy - a proxy AssessmentPartSearchSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentPartSearch() is false optional - This method must be implemented if
supportsAssessmentPartSearch() is true.
AssessmentPartSearchSession getAssessmentPartSearchSessionForBank(Id bankId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the assessment
part earch service for the given bank.bankId - the Id of the Bank proxy - a proxy AssessmentPartSearchSession NotFoundException - no Bank found by the
given Id NullArgumentException - bankId or proxy is null
OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentPartSearch() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAssessmentPartSearch() and
supportsVisibleFederation() are true.
AssessmentPartAdminSession getAssessmentPartAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the assessment
part administration service.proxy - a proxy AssessmentPartAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentPartAdmin() is false optional - This method must be implemented if
supportsAssessmentPartAdmin() is true.
AssessmentPartAdminSession getAssessmentPartAdminSessionForBank(Id bankId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the assessment
part administration service for the given bank.bankId - the Id of the Bank proxy - a proxy AssessmentPartAdminSession NotFoundException - no Bank found by the
given Id NullArgumentException - bankId or proxy is null
OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentPartAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAssessmentPartAdmin() and
supportsVisibleFederation() are true.
AssessmentPartNotificationSession getAssessmentPartNotificationSession(AssessmentPartReceiver assessmentPartReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the assessment
part notification service.assessmentPartReceiver - the notification callbackproxy - a proxy AssessmentPartNotificationSession NullArgumentException - assessmentPartReceiver
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentPartNotification() is false
optional - This method must be implemented if
supportsAssessmentPartNotification() is
true. AssessmentPartNotificationSession getAssessmentPartNotificationSessionForBank(AssessmentPartReceiver assessmentPartReceiver, Id bankId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the assessment
part notification service for the given bank.assessmentPartReceiver - the notification callbackbankId - the Id of the Bank proxy - a proxy AssessmentPartNotificationSession NotFoundException - no bank found by the given
Id NullArgumentException - assessmentPartReceiver,
bankId or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentPartNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAssessmentPartNotification() and
supportsVisibleFederation() are true.
AssessmentPartBankSession getAssessmentPartBankSession(Proxy proxy) throws OperationFailedException
OsidSession to lookup assessment part/bank
mappings for assessment parts.proxy - a proxy AssessmentPartBankSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentPartBank() is false optional - This method must be implemented if
supportsAssessmentPartBank() is true.
AssessmentPartBankAssignmentSession getAssessmentPartBankAssignmentSession(Proxy proxy) throws OperationFailedException
OsidSession associated with assigning
assessment part to bank.proxy - a proxy AssessmentPartBankAssignmentSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentPartBankAssignment() is false
optional - This method must be implemented if
supportsAssessmentPartBankAssignment() is
true. AssessmentPartSmartBankSession getAssessmentPartSmartBankSession(Id bankId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession to manage assessment part smart
bank.bankId - the Id of the Bank proxy - a proxy AssessmentPartSmartBankSession NotFoundException - no Bank found by the
given Id NullArgumentException - bankId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsAssessmentPartSmartBank() is false
optional - This method must be implemented if
supportsAssessmentPartSmartBank() is true.
SequenceRuleLookupSession getSequenceRuleLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the sequence rule
lookup service.proxy - a proxy SequenceRuleLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleLookup() is false optional - This method must be implemented if
supportsSequenceRuleLookup() is true.
SequenceRuleLookupSession getSequenceRuleLookupSessionForBank(Id bankId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the sequence rule
lookup service for the given bank.bankId - the Id of the Bank proxy - a proxy SequenceRuleLookupSession NotFoundException - no Bank found by the
given Id NullArgumentException - bankId or proxy is null
OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsSequenceRuleLookup() and
supportsVisibleFederation() are true.
SequenceRuleQuerySession getSequenceRuleQuerySession(Proxy proxy) throws OperationFailedException
OsidSession associated with the sequence rule
query service.proxy - a proxy SequenceRuleQuerySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleQuery() is false optional - This method must be implemented if
supportsSequenceRuleQuery() is true.
SequenceRuleQuerySession getSequenceRuleQuerySessionForBank(Id bankId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the sequence rule
query service for the given bank.bankId - the Id of the Bank proxy - a proxy SequenceRuleQuerySession NotFoundException - no Bank found by the
given Id NullArgumentException - bankId or proxy is null
OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleQuery() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsSequenceRuleQuery() and
supportsVisibleFederation() are true.
SequenceRuleSearchSession getSequenceRuleSearchSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the sequence rule
search service.proxy - a proxy SequenceRuleSearchSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleSearch() is false optional - This method must be implemented if
supportsSequenceRuleSearch() is true.
SequenceRuleSearchSession getSequenceRuleSearchSessionForBank(Id bankId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the sequence rule
earch service for the given bank.bankId - the Id of the Bank proxy - a proxy SequenceRuleSearchSession NotFoundException - no Bank found by the
given Id NullArgumentException - bankId or proxy is null
OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleSearch() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsSequenceRuleSearch() and
supportsVisibleFederation() are true.
SequenceRuleAdminSession getSequenceRuleAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the sequence rule
administration service.proxy - a proxy SequenceRuleAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleAdmin() is false optional - This method must be implemented if
supportsSequenceRuleAdmin() is true.
SequenceRuleAdminSession getSequenceRuleAdminSessionForBank(Id bankId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the sequence rule
administration service for the given bank.bankId - the Id of the Bank proxy - a proxy SequenceRuleAdminSession NotFoundException - no Bank found by the
given Id NullArgumentException - bankId or proxy is null
OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsSequenceRuleAdmin() and
supportsVisibleFederation() are true.
SequenceRuleNotificationSession getSequenceRuleNotificationSession(SequenceRuleReceiver sequenceRuleReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the sequence rule
notification service.sequenceRuleReceiver - the notification callbackproxy - a proxy SequenceRuleNotificationSession NullArgumentException - sequenceRuleReceiver
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleNotification() is false
optional - This method must be implemented if
supportsSequenceRuleNotification() is true.
SequenceRuleNotificationSession getSequenceRuleNotificationSessionForBank(SequenceRuleReceiver sequenceRuleReceiver, Id bankId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the sequence rule
notification service for the given bank.sequenceRuleReceiver - the notification callbackbankId - the Id of the Bank proxy - a proxy SequenceRuleNotificationSession NotFoundException - no bank found by the given
Id NullArgumentException - sequenceRuleReceiver,
bankId or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsSequenceRuleNotification() and
supportsVisibleFederation() are true.
SequenceRuleBankSession getSequenceRuleBankSession(Proxy proxy) throws OperationFailedException
OsidSession to lookup sequence rule/bank
mappings for sequence rules.proxy - a proxy SequenceRuleBankSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleBank() is false optional - This method must be implemented if
supportsSequenceRuleBank() is true. SequenceRuleBankAssignmentSession getSequenceRuleBankAssignmentSession(Proxy proxy) throws OperationFailedException
OsidSession associated with assigning sequence
rule to bank.proxy - a proxy SequenceRuleBankAssignmentSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleBankAssignment() is false
optional - This method must be implemented if
supportsSequenceRuleBankAssignment() is
true. SequenceRuleSmartBankSession getSequenceRuleSmartBankSession(Id bankId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession to manage sequence rule smart
bank.bankId - the Id of the Bank proxy - a proxy SequenceRuleSmartBankSession NotFoundException - no Bank found by the
given Id NullArgumentException - bankId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleSmartBank() is false
optional - This method must be implemented if
supportsSequenceRuleSmartBank() is true.
SequenceRuleEnablerLookupSession getSequenceRuleEnablerLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the sequence rule
enabler lookup service.proxy - a proxy SequenceRuleEnablerLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleEnablerLookup() is false
optional - This method must be implemented if
supportsSequenceRuleEnablerLookup() is
true. SequenceRuleEnablerLookupSession getSequenceRuleEnablerLookupSessionForBank(Id bankId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the sequence rule
enabler lookup service for the given bank.bankId - the Id of the Bank proxy - a proxy SequenceRuleEnablerLookupSession NotFoundException - no Bank found by the
given Id NullArgumentException - bankId or proxy is null
OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleEnablerLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsSequenceRuleEnablerLookup() and
supportsVisibleFederation() are true.
SequenceRuleEnablerQuerySession getSequenceRuleEnablerQuerySession(Proxy proxy) throws OperationFailedException
OsidSession associated with the sequence rule
enabler query service.proxy - a proxy SequenceRuleEnablerQuerySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleEnablerQuery() is false
optional - This method must be implemented if
supportsSequenceRuleEnablerQuery() is true.
SequenceRuleEnablerQuerySession getSequenceRuleEnablerQuerySessionForBank(Id bankId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the sequence rule
enabler query service for the given bank.bankId - the Id of the Bank proxy - a proxy SequenceRuleEnablerQuerySession NotFoundException - no Bank found by the
given Id NullArgumentException - bankId or proxy is null
OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleEnablerQuery() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsSequenceRuleEnablerQuery() and
supportsVisibleFederation() are true.
SequenceRuleEnablerSearchSession getSequenceRuleEnablerSearchSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the sequence rule
enabler search service.proxy - a proxy SequenceRuleEnablerSearchSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleEnablerSearch() is false
optional - This method must be implemented if
supportsSequenceRuleEnablerSearch() is
true. SequenceRuleEnablerSearchSession getSequenceRuleEnablerSearchSessionForBank(Id bankId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the sequence rule
enablers earch service for the given bank.bankId - the Id of the Bank proxy - a proxy SequenceRuleEnablerSearchSession NotFoundException - no Bank found by the
given Id NullArgumentException - bankId or proxy is null
OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleEnablerSearch() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsSequenceRuleEnablerSearch() and
supportsVisibleFederation() are true.
SequenceRuleEnablerAdminSession getSequenceRuleEnablerAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the sequence rule
enabler administration service.proxy - a proxy SequenceRuleEnablerAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleEnablerAdmin() is false
optional - This method must be implemented if
supportsSequenceRuleEnablerAdmin() is true.
SequenceRuleEnablerAdminSession getSequenceRuleEnablerAdminSessionForBank(Id bankId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the sequence rule
enabler administration service for the given bank.bankId - the Id of the Bank proxy - a proxy SequenceRuleEnablerAdminSession NotFoundException - no Bank found by the
given Id NullArgumentException - bankId or proxy is null
OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleEnablerAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsSequenceRuleEnablerAdmin() and
supportsVisibleFederation() are true.
SequenceRuleEnablerNotificationSession getSequenceRuleEnablerNotificationSession(SequenceRuleEnablerReceiver sequenceRuleEnablerReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the sequence rule
enabler notification service.sequenceRuleEnablerReceiver - the notification callbackproxy - a proxy SequenceRuleEnablerNotificationSession NullArgumentException -
sequenceRuleEnablerReceiver or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleEnablerNotification() is
false optional - This method must be implemented if
supportsSequenceRuleEnablerNotification() is
true. SequenceRuleEnablerNotificationSession getSequenceRuleEnablerNotificationSessionForBank(SequenceRuleEnablerReceiver sequenceRuleEnablerReceiver, Id bankId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the sequence rule
enabler notification service for the given bank.sequenceRuleEnablerReceiver - the notification callbackbankId - the Id of the Bank proxy - a proxy SequenceRuleEnablerNotificationSession NotFoundException - no bank found by the given
Id NullArgumentException -
sequenceRuleEnablerReceiver, bankId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleEnablerNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsSequenceRuleEnablerNotification() and
supportsVisibleFederation() are
true. SequenceRuleEnablerBankSession getSequenceRuleEnablerBankSession(Proxy proxy) throws OperationFailedException
OsidSession to lookup sequence rule
enabler/bank mappings for sequence rule enablers.proxy - a proxy SequenceRuleEnablerBankSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleEnablerBank() is false
optional - This method must be implemented if
supportsSequenceRuleEnablerBank() is true.
SequenceRuleEnablerBankAssignmentSession getSequenceRuleEnablerBankAssignmentSession(Proxy proxy) throws OperationFailedException
OsidSession associated with assigning sequence
rule enablers to bank.proxy - a proxy SequenceRuleEnablerBankAssignmentSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleEnablerBankAssignment() is
false optional - This method must be implemented if
supportsSequenceRuleEnablerBankAssignment() is
true. SequenceRuleEnablerSmartBankSession getSequenceRuleEnablerSmartBankSession(Id bankId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession to manage sequence rule enabler
smart bank.bankId - the Id of the Bank proxy - a proxy SequenceRuleEnablerSmartBankSession NotFoundException - no Bank found by the
given Id NullArgumentException - bankId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleEnablerSmartBank() is false
optional - This method must be implemented if
supportsSequenceRuleEnablerSmartBank() is
true. SequenceRuleEnablerRuleLookupSession getSequenceRuleEnablerRuleLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the sequence rule
enabler mapping lookup service .proxy - a proxy SequenceRuleEnablerRuleLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleEnablerRuleLookup() is
false optional - This method must be implemented if
supportsSequenceRuleEnablerRuleLookup() is
true. SequenceRuleEnablerRuleLookupSession getSequenceRuleEnablerRuleLookupSessionForBank(Id bankId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the sequence rule
enabler mapping lookup service for the given bank.bankId - the Id of the Bank proxy - a proxy SequenceRuleEnablerRuleLookupSession NotFoundException - no Bank found by the
given Id NullArgumentException - bankId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleEnablerRuleLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsSequenceRuleEnablerRuleLookup() and
supportsVisibleFederation() are true.
SequenceRuleEnablerRuleApplicationSession getSequenceRuleEnablerRuleApplicationSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the sequence rule
enabler assignment service.proxy - a proxy SequenceRuleEnablerRuleApplicationSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleEnablerRuleApplication() is
false optional - This method must be implemented if
supportsSequenceRuleEnablerRuleApplication() is
true. SequenceRuleEnablerRuleApplicationSession getSequenceRuleEnablerRuleApplicationSessionForBank(Id bankId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the sequence rule
enabler assignment service for the given bank.bankId - the Id of the Bank proxy - a proxy SequenceRuleEnablerRuleApplicationSession NotFoundException - no Bank found by the
given Id NullArgumentException - bankId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsSequenceRuleEnablerRuleApplication() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsSequenceRuleEnablerRuleApplication() and
supportsVisibleFederation() are
true.