public interface ConfigurationRulesProxyManager extends OsidProxyManager, ConfigurationRulesProfile
The configuration rules proxy manager provides access to configuration
rules sessions and provides interoperability tests for various aspects of
this service. Methods in this manager pass a Proxy for
passing information from server environments. The sessions included in
this manager are:
ValueEnablerLookupSession: a session to retrieve
value enablers ValueEnablerQuerySession: a session to query for
value enablers ValueEnablerSearchSession: a session to search for
value enablers ValueEnablerAdminSession: a session to create and
delete value enablers ValueEnablerNotificationSession: a session to
receive notifications pertaining to value enabler changes ValueEnablerConfigurationSession: a session to
look up value enabler configuration mappings ValueEnablerConfigurationAssignmentSession: a
session to manage value enabler to configuration mappings ValueEnablerSmartConfigurationSession: a session
to manage dynamic configurations of value enablers ValueEnablerRuleLookupSession: a session to look
up value enabler mappings ValueEnablerRuleApplicationSession: a session to
apply value enablers ParameterProcessorLookupSession: a session to
retrieve parameter processor ParameterProcessorQuerySession: a session to query
for parameter processor ParameterProcessorSearchSession: a session to
search for parameter processor ParameterProcessorAdminSession: a session to
create and delete parameter processor ParameterProcessorNotificationSession: a session
to receive notifications pertaining to parameter processor changes
ParameterProcessorConfigurationSession: a session
to look up parameter processor configuration mappings ParameterProcessorConfigurationAssignmentSession:
a session to manage parameter processor to configuration mappings
ParameterProcessorSmartConfigurationSession: a
session to manage dynamic configurations of parameter processor ParameterProcessorRuleLookupSession: a session to
look up parameter processor to parameter mappings ParameterProcessorRuleApplicationSession: a
session to apply parameter processor to parameters ParameterProcessorEnablerLookupSession: a session
to retrieve parameter processor enablers ParameterProcessorEnablerQuerySession: a session
to query for parameter processor enablers ParameterProcessorEnablerSearchSession: a session
to search for parameter processor enablers ParameterProcessorEnablerAdminSession: a session
to create and delete parameter processor enablers ParameterProcessorEnablerNotificationSession: a
session to receive notifications pertaining to parameter processor
enabler changes ParameterProcessorEnablerConfigurationSession: a
session to look up parameter processor enabler configuration mappings
ParameterProcessorEnablerConfigurationAssignmentSession:
a session to manage parameter processor enabler to
configuration mappings ParameterProcessorEnablerSmartConfigurationSession:
a session to manage dynamic configurations of parameter
processor enablers ParameterProcessorEnablerRuleLookupSession: a
session to look up parameter processor enabler mappings ParameterProcessorEnablerRuleApplicationSession: a
session to apply parameter processor enablers | Modifier and Type | Method and Description |
|---|---|
ParameterProcessorAdminSession |
getParameterProcessorAdminSession(Proxy proxy)
Gets the
OsidSession associated with the parameter
processor administration service. |
ParameterProcessorAdminSession |
getParameterProcessorAdminSessionForConfiguration(Id configurationId,
Proxy proxy)
Gets the
OsidSession associated with the parameter
processor administration service for the given configuration. |
ParameterProcessorConfigurationAssignmentSession |
getParameterProcessorConfigurationAssignmentSession(Proxy proxy)
Gets the
OsidSession associated with assigning
parameter processor to configurations. |
ParameterProcessorConfigurationSession |
getParameterProcessorConfigurationSession(Proxy proxy)
Gets the
OsidSession to lookup parameter
processor/configuration mappings for parameter processors. |
ParameterProcessorEnablerAdminSession |
getParameterProcessorEnablerAdminSession(Proxy proxy)
Gets the
OsidSession associated with the parameter
processor enabler administration service. |
ParameterProcessorEnablerAdminSession |
getParameterProcessorEnablerAdminSessionForConfiguration(Id configurationId,
Proxy proxy)
Gets the
OsidSession associated with the parameter
processor enabler administration service for the given configuration. |
ParameterProcessorEnablerConfigurationAssignmentSession |
getParameterProcessorEnablerConfigurationAssignmentSession(Proxy proxy)
Gets the
OsidSession associated with assigning
parameter processor enablers to configurations. |
ParameterProcessorEnablerConfigurationSession |
getParameterProcessorEnablerConfigurationSession(Proxy proxy)
Gets the
OsidSession to lookup parameter processor
enabler/configuration mappings for parameter processor enablers. |
ParameterProcessorEnablerLookupSession |
getParameterProcessorEnablerLookupSession(Proxy proxy)
Gets the
OsidSession associated with the parameter
processor enabler lookup service. |
ParameterProcessorEnablerLookupSession |
getParameterProcessorEnablerLookupSessionForConfiguration(Id configurationId,
Proxy proxy)
Gets the
OsidSession associated with the parameter
processor enabler lookup service for the given configuration. |
ParameterProcessorEnablerNotificationSession |
getParameterProcessorEnablerNotificationSession(ParameterProcessorEnablerReceiver parameterProcessorEnablerReceiver,
Proxy proxy)
Gets the
OsidSession associated with the parameter
processor enabler notification service. |
ParameterProcessorEnablerNotificationSession |
getParameterProcessorEnablerNotificationSessionForConfiguration(ParameterProcessorEnablerReceiver parameterProcessorEnablerReceiver,
Id configurationId,
Proxy proxy)
Gets the
OsidSession associated with the parameter
processor enabler notification service for the given configuration. |
ParameterProcessorEnablerQuerySession |
getParameterProcessorEnablerQuerySession(Proxy proxy)
Gets the
OsidSession associated with the parameter
processor enabler query service. |
ParameterProcessorEnablerQuerySession |
getParameterProcessorEnablerQuerySessionForConfiguration(Id configurationId,
Proxy proxy)
Gets the
OsidSession associated with the parameter
processor enabler query service for the given configuration. |
ParameterProcessorEnablerRuleApplicationSession |
getParameterProcessorEnablerRuleApplicationSession(Proxy proxy)
Gets the
OsidSession associated with the parameter
processor enabler assignment service. |
ParameterProcessorEnablerRuleApplicationSession |
getParameterProcessorEnablerRuleApplicationSessionForConfiguration(Id configurationId,
Proxy proxy)
Gets the
OsidSession associated with the parameter
processor enabler assignment service for the given configuration. |
ParameterProcessorEnablerRuleLookupSession |
getParameterProcessorEnablerRuleLookupSession(Proxy proxy)
Gets the
OsidSession associated with the parameter
processor enabler mapping lookup service. |
ParameterProcessorEnablerRuleLookupSession |
getParameterProcessorEnablerRuleLookupSessionForConfiguration(Id configurationId,
Proxy proxy)
Gets the
OsidSession associated with the parameter
processor enabler mapping lookup service for the given configuration. |
ParameterProcessorEnablerSearchSession |
getParameterProcessorEnablerSearchSession(Proxy proxy)
Gets the
OsidSession associated with the parameter
processor enabler search service. |
ParameterProcessorEnablerSearchSession |
getParameterProcessorEnablerSearchSessionForConfiguration(Id configurationId,
Proxy proxy)
Gets the
OsidSession associated with the parameter
processor enablers earch service for the given configuration. |
ParameterProcessorEnablerSmartConfigurationSession |
getParameterProcessorEnablerSmartConfigurationSession(Id configurationId,
Proxy proxy)
Gets the
OsidSession to manage parameter processor
enabler smart configurations. |
ParameterProcessorLookupSession |
getParameterProcessorLookupSession(Proxy proxy)
Gets the
OsidSession associated with the parameter
processor lookup service. |
ParameterProcessorLookupSession |
getParameterProcessorLookupSessionForConfiguration(Id configurationId,
Proxy proxy)
Gets the
OsidSession associated with the parameter
processor lookup service for the given configuration. |
ParameterProcessorNotificationSession |
getParameterProcessorNotificationSession(ParameterProcessorReceiver paremeterProcessorReceiver,
Proxy proxy)
Gets the
OsidSession associated with the parameter
processor notification service. |
ParameterProcessorNotificationSession |
getParameterProcessorNotificationSessionForConfiguration(ParameterProcessorReceiver paremeterProcessorReceiver,
Id configurationId,
Proxy proxy)
Gets the
OsidSession associated with the parameter
processor notification service for the given configuration. |
ParameterProcessorQuerySession |
getParameterProcessorQuerySession(Proxy proxy)
Gets the
OsidSession associated with the parameter
processor query service. |
ParameterProcessorQuerySession |
getParameterProcessorQuerySessionForConfiguration(Id configurationId,
Proxy proxy)
Gets the
OsidSession associated with the parameter
processor query service for the given configuration. |
ParameterProcessorRuleApplicationSession |
getParameterProcessorRuleApplicationSession(Proxy proxy)
Gets the
OsidSession associated with the parameter
processor assignment service to apply to configurations. |
ParameterProcessorRuleApplicationSession |
getParameterProcessorRuleApplicationSessionForConfiguration(Id configurationId,
Proxy proxy)
Gets the
OsidSession associated with the parameter
processor assignment service for the given configuration to apply to
configurations. |
ParameterProcessorRuleLookupSession |
getParameterProcessorRuleLookupSession(Proxy proxy)
Gets the
OsidSession associated with the parameter
processor mapping lookup service for looking up the rules applied to
the configuration. |
ParameterProcessorRuleLookupSession |
getParameterProcessorRuleLookupSessionForConfiguration(Id configurationId,
Proxy proxy)
Gets the
OsidSession associated with the parameter
processor mapping lookup service for the given configuration for
looking up rules applied to an configuration. |
ParameterProcessorSearchSession |
getParameterProcessorSearchSession(Proxy proxy)
Gets the
OsidSession associated with the parameter
processor search service. |
ParameterProcessorSearchSession |
getParameterProcessorSearchSessionForConfiguration(Id configurationId,
Proxy proxy)
Gets the
OsidSession associated with the parameter
processor earch service for the given configuration. |
ParameterProcessorSmartConfigurationSession |
getParameterProcessorSmartConfigurationSession(Id configurationId,
Proxy proxy)
Gets the
OsidSession to manage parameter processor
smart configurations. |
ValueEnablerAdminSession |
getValueEnablerAdminSession(Proxy proxy)
Gets the
OsidSession associated with the value enabler
administration service. |
ValueEnablerAdminSession |
getValueEnablerAdminSessionForConfiguration(Id configurationId,
Proxy proxy)
Gets the
OsidSession associated with the value enabler
administration service for the given configuration. |
ValueEnablerConfigurationAssignmentSession |
getValueEnablerConfigurationAssignmentSession(Proxy proxy)
Gets the
OsidSession associated with assigning value
enablers to configurations. |
ValueEnablerConfigurationSession |
getValueEnablerConfigurationSession(Proxy proxy)
Gets the
OsidSession to lookup value
enabler/configuration mappings for value enablers. |
ValueEnablerLookupSession |
getValueEnablerLookupSession(Proxy proxy)
Gets the
OsidSession associated with the value enabler
lookup service. |
ValueEnablerLookupSession |
getValueEnablerLookupSessionForConfiguration(Id configurationId,
Proxy proxy)
Gets the
OsidSession associated with the value enabler
lookup service for the given configuration. |
ValueEnablerNotificationSession |
getValueEnablerNotificationSession(ValueEnablerReceiver valueEnablerReceiver,
Proxy proxy)
Gets the
OsidSession associated with the value enabler
notification service. |
ValueEnablerNotificationSession |
getValueEnablerNotificationSessionForConfiguration(ValueEnablerReceiver valueEnablerReceiver,
Id configurationId,
Proxy proxy)
Gets the
OsidSession associated with the value enabler
notification service for the given configuration. |
ValueEnablerQuerySession |
getValueEnablerQuerySession(Proxy proxy)
Gets the
OsidSession associated with the value enabler
query service. |
ValueEnablerQuerySession |
getValueEnablerQuerySessionForConfiguration(Id configurationId,
Proxy proxy)
Gets the
OsidSession associated with the value enabler
query service for the given configuration. |
ValueEnablerRuleApplicationSession |
getValueEnablerRuleApplicationSession(Proxy proxy)
Gets the
OsidSession associated with the value enabler
assignment service. |
ValueEnablerRuleApplicationSession |
getValueEnablerRuleApplicationSessionForConfiguration(Id configurationId,
Proxy proxy)
Gets the
OsidSession associated with the value enabler
assignment service for the given configuration. |
ValueEnablerRuleLookupSession |
getValueEnablerRuleLookupSession(Proxy proxy)
Gets the
OsidSession associated with the value enabler
mapping lookup service . |
ValueEnablerRuleLookupSession |
getValueEnablerRuleLookupSessionForConfiguration(Id configurationId,
Proxy proxy)
Gets the
OsidSession associated with the value enabler
mapping lookup service for the given configuration. |
ValueEnablerSearchSession |
getValueEnablerSearchSession(Proxy proxy)
Gets the
OsidSession associated with the value enabler
search service. |
ValueEnablerSearchSession |
getValueEnablerSearchSessionForConfiguration(Id configurationId,
Proxy proxy)
Gets the
OsidSession associated with the value enablers
earch service for the given configuration. |
ValueEnablerSmartConfigurationSession |
getValueEnablerSmartConfigurationSession(Id configurationId,
Proxy proxy)
Gets the
OsidSession to manage value enabler smart
configurations. |
changeBranch, initialize, rollbackServiceclosegetParameterProcessorEnablerRecordTypes, getParameterProcessorEnablerSearchRecordTypes, getParameterProcessorRecordTypes, getParameterProcessorSearchRecordTypes, getValueEnablerRecordTypes, getValueEnablerSearchRecordTypes, supportsParameterProcessorAdmin, supportsParameterProcessorConfiguration, supportsParameterProcessorConfigurationAssignment, supportsParameterProcessorEnablerAdmin, supportsParameterProcessorEnablerConfiguration, supportsParameterProcessorEnablerConfigurationAssignment, supportsParameterProcessorEnablerLookup, supportsParameterProcessorEnablerNotification, supportsParameterProcessorEnablerQuery, supportsParameterProcessorEnablerRecordType, supportsParameterProcessorEnablerRuleApplication, supportsParameterProcessorEnablerRuleLookup, supportsParameterProcessorEnablerSearch, supportsParameterProcessorEnablerSearchRecordType, supportsParameterProcessorEnablerSmartConfiguration, supportsParameterProcessorLookup, supportsParameterProcessorNotification, supportsParameterProcessorQuery, supportsParameterProcessorRecordType, supportsParameterProcessorRuleApplication, supportsParameterProcessorRuleLookup, supportsParameterProcessorSearch, supportsParameterProcessorSearchRecordType, supportsParameterProcessorSmartConfiguration, supportsValueEnablerAdmin, supportsValueEnablerConfiguration, supportsValueEnablerConfigurationAssignment, supportsValueEnablerLookup, supportsValueEnablerNotification, supportsValueEnablerQuery, supportsValueEnablerRecordType, supportsValueEnablerRuleApplication, supportsValueEnablerRuleLookup, supportsValueEnablerSearch, supportsValueEnablerSearchRecordType, supportsValueEnablerSmartConfiguration, supportsVisibleFederationgetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdValueEnablerLookupSession getValueEnablerLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the value enabler
lookup service.proxy - a proxy ValueEnablerLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsValueEnablerLookup() is false optional - This method must be implemented if
supportsValueEnablerLookup() is true.
ValueEnablerLookupSession getValueEnablerLookupSessionForConfiguration(Id configurationId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the value enabler
lookup service for the given configuration.configurationId - the Id of the
Configuration proxy - a proxy ValueEnablerLookupSession NotFoundException - no Configuration
found by the given Id NullArgumentException - configurationId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsValueEnablerLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsValueEnablerLookup() and
supportsVisibleFederation() are true.
ValueEnablerQuerySession getValueEnablerQuerySession(Proxy proxy) throws OperationFailedException
OsidSession associated with the value enabler
query service.proxy - a proxy ValueEnablerQuerySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsValueEnablerQuery() is false optional - This method must be implemented if
supportsValueEnablerQuery() is true.
ValueEnablerQuerySession getValueEnablerQuerySessionForConfiguration(Id configurationId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the value enabler
query service for the given configuration.configurationId - the Id of the
Configuration proxy - a proxy ValueEnablerQuerySession NotFoundException - no Configuration
found by the given Id NullArgumentException - configurationId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsValueEnablerQuery() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsValueEnablerQuery() and
supportsVisibleFederation() are true.
ValueEnablerSearchSession getValueEnablerSearchSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the value enabler
search service.proxy - a proxy ValueEnablerSearchSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsValueEnablerSearch() is false optional - This method must be implemented if
supportsValueEnablerSearch() is true.
ValueEnablerSearchSession getValueEnablerSearchSessionForConfiguration(Id configurationId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the value enablers
earch service for the given configuration.configurationId - the Id of the
Configuration proxy - a proxy ValueEnablerSearchSession NotFoundException - no Configuration
found by the given Id NullArgumentException - configurationId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsValueEnablerSearch() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsValueEnablerSearch() and
supportsVisibleFederation() are true.
ValueEnablerAdminSession getValueEnablerAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the value enabler
administration service.proxy - a proxy ValueEnablerAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsValueEnablerAdmin() is false optional - This method must be implemented if
supportsValueEnablerAdmin() is true.
ValueEnablerAdminSession getValueEnablerAdminSessionForConfiguration(Id configurationId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the value enabler
administration service for the given configuration.configurationId - the Id of the
Configuration proxy - a proxy ValueEnablerAdminSession NotFoundException - no Configuration
found by the given Id NullArgumentException - configurationId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsValueEnablerAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsValueEnablerAdmin() and
supportsVisibleFederation() are true.
ValueEnablerNotificationSession getValueEnablerNotificationSession(ValueEnablerReceiver valueEnablerReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the value enabler
notification service.valueEnablerReceiver - the notification callbackproxy - a proxy ValueEnablerNotificationSession NullArgumentException - valueEnablerReceiver
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsValueEnablerNotification() is false
optional - This method must be implemented if
supportsValueEnablerNotification() is true.
ValueEnablerNotificationSession getValueEnablerNotificationSessionForConfiguration(ValueEnablerReceiver valueEnablerReceiver, Id configurationId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the value enabler
notification service for the given configuration.valueEnablerReceiver - the notification callbackconfigurationId - the Id of the
Configuration proxy - a proxy ValueEnablerNotificationSession NotFoundException - no configuration found by the given
Id NullArgumentException - valueEnablerReceiver,
configurationId or proxy is null
OperationFailedException - unable to complete requestUnimplementedException -
supportsValueEnablerNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsValueEnablerNotification() and
supportsVisibleFederation() are true.
ValueEnablerConfigurationSession getValueEnablerConfigurationSession(Proxy proxy) throws OperationFailedException
OsidSession to lookup value
enabler/configuration mappings for value enablers.proxy - a proxy ValueEnablerConfigurationSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsValueEnablerConfiguration() is false
optional - This method must be implemented if
supportsValueEnablerConfiguration() is
true. ValueEnablerConfigurationAssignmentSession getValueEnablerConfigurationAssignmentSession(Proxy proxy) throws OperationFailedException
OsidSession associated with assigning value
enablers to configurations.proxy - a proxy ValueEnablerConfigurationAssignmentSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsValueEnablerConfigurationAssignment() is
false optional - This method must be implemented if
supportsValueEnablerConfigurationAssignment() is
true. ValueEnablerSmartConfigurationSession getValueEnablerSmartConfigurationSession(Id configurationId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession to manage value enabler smart
configurations.configurationId - the Id of the
Configuration proxy - a proxy ValueEnablerSmartConfigurationSession NotFoundException - no Configuration
found by the given Id NullArgumentException - configurationId
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsValueEnablerSmartConfiguration() is
false optional - This method must be implemented if
supportsValueEnablerSmartConfiguration() is
true. ValueEnablerRuleLookupSession getValueEnablerRuleLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the value enabler
mapping lookup service .proxy - a proxy ValueEnablerRuleLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsValueEnablerRuleLookup() is false
optional - This method must be implemented if
supportsValueEnablerRuleLookup() is true.
ValueEnablerRuleLookupSession getValueEnablerRuleLookupSessionForConfiguration(Id configurationId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the value enabler
mapping lookup service for the given configuration.configurationId - the Id of the
Configuration proxy - a proxy ValueEnablerRuleLookupSession NotFoundException - no Configuration
found by the given Id NullArgumentException - configurationId
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsValueEnablerRuleLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsValueEnablerRuleLookup() and
supportsVisibleFederation() are true.
ValueEnablerRuleApplicationSession getValueEnablerRuleApplicationSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the value enabler
assignment service.proxy - a proxy ValueEnablerRuleApplicationSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsValueEnablerRuleApplication() is false
optional - This method must be implemented if
supportsValueEnablerRuleApplication() is
true. ValueEnablerRuleApplicationSession getValueEnablerRuleApplicationSessionForConfiguration(Id configurationId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the value enabler
assignment service for the given configuration.configurationId - the Id of the
Configuration proxy - a proxy ValueEnablerRuleApplicationSession NotFoundException - no Configuration
found by the given Id NullArgumentException - configurationId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsValueEnablerRuleApplication() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsValueEnablerRuleApplication() and
supportsVisibleFederation() are true.
ParameterProcessorLookupSession getParameterProcessorLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the parameter
processor lookup service.proxy - a proxy ParameterProcessorLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorLookup() is false
optional - This method must be implemented if
supportsParameterProcessorLookup() is true.
ParameterProcessorLookupSession getParameterProcessorLookupSessionForConfiguration(Id configurationId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the parameter
processor lookup service for the given configuration.configurationId - the Id of the
Configuration proxy - a proxy ParameterProcessorLookupSession NotFoundException - no Configuration
found by the given Id NullArgumentException - configurationId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsParameterProcessorLookup() and
supportsVisibleFederation() are true.
ParameterProcessorQuerySession getParameterProcessorQuerySession(Proxy proxy) throws OperationFailedException
OsidSession associated with the parameter
processor query service.proxy - a proxy ParameterProcessorQuerySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorQuery() is false
optional - This method must be implemented if
supportsParameterProcessorQuery() is true.
ParameterProcessorQuerySession getParameterProcessorQuerySessionForConfiguration(Id configurationId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the parameter
processor query service for the given configuration.configurationId - the Id of the
Configuration proxy - a proxy ParameterProcessorQuerySession NotFoundException - no Configuration
found by the given Id NullArgumentException - configurationId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorQuery() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsParameterProcessorQuery() and
supportsVisibleFederation() are true.
ParameterProcessorSearchSession getParameterProcessorSearchSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the parameter
processor search service.proxy - a proxy ParameterProcessorSearchSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorSearch() is false
optional - This method must be implemented if
supportsParameterProcessorSearch() is true.
ParameterProcessorSearchSession getParameterProcessorSearchSessionForConfiguration(Id configurationId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the parameter
processor earch service for the given configuration.configurationId - the Id of the
Configuration proxy - a proxy ParameterProcessorSearchSession NotFoundException - no Configuration
found by the given Id NullArgumentException - configurationId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorSearch() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsParameterProcessorSearch() and
supportsVisibleFederation() are true.
ParameterProcessorAdminSession getParameterProcessorAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the parameter
processor administration service.proxy - a proxy ParameterProcessorAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorAdmin() is false
optional - This method must be implemented if
supportsParameterProcessorAdmin() is true.
ParameterProcessorAdminSession getParameterProcessorAdminSessionForConfiguration(Id configurationId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the parameter
processor administration service for the given configuration.configurationId - the Id of the
Configuration proxy - a proxy ParameterProcessorAdminSession NotFoundException - no Configuration
found by the given Id NullArgumentException - configurationId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsParameterProcessorAdmin() and
supportsVisibleFederation() are true.
ParameterProcessorNotificationSession getParameterProcessorNotificationSession(ParameterProcessorReceiver paremeterProcessorReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the parameter
processor notification service.paremeterProcessorReceiver - the notification callbackproxy - a proxy ParameterProcessorNotificationSession NullArgumentException -
paremeterProcessorReceiver or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorNotification() is
false optional - This method must be implemented if
supportsParameterProcessorNotification() is
true. ParameterProcessorNotificationSession getParameterProcessorNotificationSessionForConfiguration(ParameterProcessorReceiver paremeterProcessorReceiver, Id configurationId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the parameter
processor notification service for the given configuration.paremeterProcessorReceiver - the notification callbackconfigurationId - the Id of the
Configuration proxy - a proxy ParameterProcessorNotificationSession NotFoundException - no configuration found by the given
Id NullArgumentException -
paremeterProcessorReceiver, configurationId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsParameterProcessorNotification() and
supportsVisibleFederation() are
true. ParameterProcessorConfigurationSession getParameterProcessorConfigurationSession(Proxy proxy) throws OperationFailedException
OsidSession to lookup parameter
processor/configuration mappings for parameter processors.proxy - a proxy ParameterProcessorConfigurationSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorConfiguration() is
false optional - This method must be implemented if
supportsParameterProcessorConfiguration() is
true. ParameterProcessorConfigurationAssignmentSession getParameterProcessorConfigurationAssignmentSession(Proxy proxy) throws OperationFailedException
OsidSession associated with assigning
parameter processor to configurations.proxy - a proxy ParameterProcessorConfigurationAssignmentSession
NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorConfigurationAssignment() is
false optional - This method must be implemented if
supportsParameterProcessorConfigurationAssignment()
is true. ParameterProcessorSmartConfigurationSession getParameterProcessorSmartConfigurationSession(Id configurationId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession to manage parameter processor
smart configurations.configurationId - the Id of the
Configuration proxy - a proxy ParameterProcessorSmartConfigurationSession NotFoundException - no Configuration
found by the given Id NullArgumentException - configurationId
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorSmartConfiguration() is
false optional - This method must be implemented if
supportsParameterProcessorSmartConfiguration() is
true. ParameterProcessorRuleLookupSession getParameterProcessorRuleLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the parameter
processor mapping lookup service for looking up the rules applied to
the configuration.proxy - a proxy ParameterProcessorRuleLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorRuleLookup() is false
optional - This method must be implemented if
supportsParameterProcessorRuleLookup() is
true. ParameterProcessorRuleLookupSession getParameterProcessorRuleLookupSessionForConfiguration(Id configurationId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the parameter
processor mapping lookup service for the given configuration for
looking up rules applied to an configuration.configurationId - the Id of the
Configuration proxy - a proxy ParameterProcessorRuleLookupSession NotFoundException - no Configuration
found by the given Id NullArgumentException - configurationId
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorRuleLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsParameterProcessorRuleLookup() and
supportsVisibleFederation() are true.
ParameterProcessorRuleApplicationSession getParameterProcessorRuleApplicationSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the parameter
processor assignment service to apply to configurations.proxy - a proxy ParameterProcessorRuleApplicationSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorRuleApplication() is
false optional - This method must be implemented if
supportsParameterProcessorRuleApplication() is
true. ParameterProcessorRuleApplicationSession getParameterProcessorRuleApplicationSessionForConfiguration(Id configurationId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the parameter
processor assignment service for the given configuration to apply to
configurations.configurationId - the Id of the
Configuration proxy - a proxy ParameterProcessorRuleApplicationSession NotFoundException - no Configuration
found by the given Id NullArgumentException - configurationId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorRuleApplication() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsParameterProcessorRuleApplication() and
supportsVisibleFederation() are
true. ParameterProcessorEnablerLookupSession getParameterProcessorEnablerLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the parameter
processor enabler lookup service.proxy - a proxy ParameterProcessorEnablerLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorEnablerLookup() is
false optional - This method must be implemented if
supportsParameterProcessorEnablerLookup() is
true. ParameterProcessorEnablerLookupSession getParameterProcessorEnablerLookupSessionForConfiguration(Id configurationId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the parameter
processor enabler lookup service for the given configuration.configurationId - the Id of the
Configuration proxy - a proxy ParameterProcessorEnablerLookupSession NotFoundException - no Configuration
found by the given Id NullArgumentException - configurationId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorEnablerLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsParameterProcessorEnablerLookup() and
supportsVisibleFederation() are
true. ParameterProcessorEnablerQuerySession getParameterProcessorEnablerQuerySession(Proxy proxy) throws OperationFailedException
OsidSession associated with the parameter
processor enabler query service.proxy - a proxy ParameterProcessorEnablerQuerySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorEnablerQuery() is
false optional - This method must be implemented if
supportsParameterProcessorEnablerQuery() is
true. ParameterProcessorEnablerQuerySession getParameterProcessorEnablerQuerySessionForConfiguration(Id configurationId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the parameter
processor enabler query service for the given configuration.configurationId - the Id of the
Configuration proxy - a proxy ParameterProcessorEnablerQuerySession NotFoundException - no Configuration
found by the given Id NullArgumentException - configurationId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorEnablerQuery() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsParameterProcessorEnablerQuery() and
supportsVisibleFederation() are
true. ParameterProcessorEnablerSearchSession getParameterProcessorEnablerSearchSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the parameter
processor enabler search service.proxy - a proxy ParameterProcessorEnablerSearchSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorEnablerSearch() is
false optional - This method must be implemented if
supportsParameterProcessorEnablerSearch() is
true. ParameterProcessorEnablerSearchSession getParameterProcessorEnablerSearchSessionForConfiguration(Id configurationId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the parameter
processor enablers earch service for the given configuration.configurationId - the Id of the
Configuration proxy - a proxy ParameterProcessorEnablerSearchSession NotFoundException - no Configuration
found by the given Id NullArgumentException - configurationId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorEnablerSearch() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsParameterProcessorEnablerSearch() and
supportsVisibleFederation() are
true. ParameterProcessorEnablerAdminSession getParameterProcessorEnablerAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the parameter
processor enabler administration service.proxy - a proxy ParameterProcessorEnablerAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorEnablerAdmin() is
false optional - This method must be implemented if
supportsParameterProcessorEnablerAdmin() is
true. ParameterProcessorEnablerAdminSession getParameterProcessorEnablerAdminSessionForConfiguration(Id configurationId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the parameter
processor enabler administration service for the given configuration.configurationId - the Id of the
Configuration proxy - a proxy ParameterProcessorEnablerAdminSession NotFoundException - no Configuration
found by the given Id NullArgumentException - configurationId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorEnablerAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsParameterProcessorEnablerAdmin() and
supportsVisibleFederation() are
true. ParameterProcessorEnablerNotificationSession getParameterProcessorEnablerNotificationSession(ParameterProcessorEnablerReceiver parameterProcessorEnablerReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the parameter
processor enabler notification service.parameterProcessorEnablerReceiver - the notification callbackproxy - a proxy ParameterProcessorEnablerNotificationSession NullArgumentException -
parameterProcessorEnablerReceiver or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorEnablerNotification() is
false optional - This method must be implemented if
supportsParameterProcessorEnablerNotification() is
true. ParameterProcessorEnablerNotificationSession getParameterProcessorEnablerNotificationSessionForConfiguration(ParameterProcessorEnablerReceiver parameterProcessorEnablerReceiver, Id configurationId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the parameter
processor enabler notification service for the given configuration.parameterProcessorEnablerReceiver - the notification callbackconfigurationId - the Id of the
Configuration proxy - a proxy ParameterProcessorEnablerNotificationSession NotFoundException - no configuration found by the given
Id NullArgumentException -
parameterProcessorEnablerReceiver, configurationId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorEnablerNotification() or
supportsVisibleFederation() is false
optional - This method must be implemented if
supportsParameterProcessorEnablerNotification()
and supportsVisibleFederation() are
true. ParameterProcessorEnablerConfigurationSession getParameterProcessorEnablerConfigurationSession(Proxy proxy) throws OperationFailedException
OsidSession to lookup parameter processor
enabler/configuration mappings for parameter processor enablers.proxy - a proxy ParameterProcessorEnablerConfigurationSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorEnablerConfiguration() is
false optional - This method must be implemented if
supportsParameterProcessorEnablerConfiguration()
is true. ParameterProcessorEnablerConfigurationAssignmentSession getParameterProcessorEnablerConfigurationAssignmentSession(Proxy proxy) throws OperationFailedException
OsidSession associated with assigning
parameter processor enablers to configurations.proxy - a proxy
ParameterProcessorEnablerConfigurationAssignmentSession
NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorEnablerConfigurationAssignment()
is false optional - This method must be implemented if
supportsParameterProcessorEnablerConfigurationAssignment()
is true. ParameterProcessorEnablerSmartConfigurationSession getParameterProcessorEnablerSmartConfigurationSession(Id configurationId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession to manage parameter processor
enabler smart configurations.configurationId - the Id of the
Configuration proxy - a proxy ParameterProcessorEnablerSmartConfigurationSession
NotFoundException - no Configuration
found by the given Id NullArgumentException - configurationId
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorEnablerSmartConfiguration()
is false optional - This method must be implemented if
supportsParameterProcessorEnablerSmartConfiguration()
is true. ParameterProcessorEnablerRuleLookupSession getParameterProcessorEnablerRuleLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the parameter
processor enabler mapping lookup service.proxy - a proxy ParameterProcessorEnablerRuleLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorEnablerRuleLookup() is
false optional - This method must be implemented if
supportsParameterProcessorEnablerRuleLookup() is
true. ParameterProcessorEnablerRuleLookupSession getParameterProcessorEnablerRuleLookupSessionForConfiguration(Id configurationId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the parameter
processor enabler mapping lookup service for the given configuration.configurationId - the Id of the
Configuration proxy - a proxy ParameterProcessorEnablerRuleLookupSession NotFoundException - no Configuration
found by the given Id NullArgumentException - configurationId
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorEnablerRuleLookup() or
supportsVisibleFederation() is false
optional - This method must be implemented if
supportsParameterProcessorEnablerRuleLookup() and
supportsVisibleFederation() are
true. ParameterProcessorEnablerRuleApplicationSession getParameterProcessorEnablerRuleApplicationSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the parameter
processor enabler assignment service.proxy - a proxy ParameterProcessorEnablerRuleApplicationSession
NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorEnablerRuleApplication() is
false optional - This method must be implemented if
supportsParameterProcessorEnablerRuleApplication()
is true. ParameterProcessorEnablerRuleApplicationSession getParameterProcessorEnablerRuleApplicationSessionForConfiguration(Id configurationId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the parameter
processor enabler assignment service for the given configuration.configurationId - the Id of the
Configuration proxy - a proxy ParameterProcessorEnablerRuleApplicationSession
NotFoundException - no Configuration
found by the given Id NullArgumentException - configurationId
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsParameterProcessorEnablerRuleApplication() or
supportsVisibleFederation() is false
optional - This method must be implemented if
supportsParameterProcessorEnablerRuleApplication()
and supportsVisibleFederation() are
true.