public interface ResourcingRulesProxyManager extends OsidProxyManager, ResourcingRulesProfile
The resourcing rules proxy manager provides access to resourcing 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:
AvailabilityEnablerLookupSession: a session to
retrieve availability enabler AvailabilityEnablerQuerySession: a session to
query for availability enabler AvailabilityEnablerSearchSession: a session to
search for availability enabler AvailabilityEnablerAdminSession: a session to
create and delete availability enabler AvailabilityEnablerNotificationSession: a session
to receive notifications pertaining to availability enabler changes
AvailabilityEnablerFoundrySession: a session to
look up availability enabler foundry mappings AvailabilityEnablerFoundryAssignmentSession: a
session to manage availability enabler to foundry mappings AvailabilityEnablerSmartFoundrySession: a session
to manage dynamic foundries of availability enabler AvailabilityEnablerRuleLookupSession: a session to
look up availability enabler to availability mappings AvailabilityEnablerRuleApplicationSession: a
session to apply availability enabler to availabilities CommissionEnablerLookupSession: a session to
retrieve commission enabler CommissionEnablerQuerySession: a session to query
for commission enabler CommissionEnablerSearchSession: a session to
search for commission enabler CommissionEnablerAdminSession: a session to create
and delete commission enabler CommissionEnablerNotificationSession: a session to
receive notifications pertaining to commission enabler changes CommissionEnablerFoundrySession: a session to look
up commission enabler foundry mappings CommissionEnablerFoundryAssignmentSession: a
session to manage commission enabler to foundry mappings CommissionEnablerSmartFoundrySession: a session to
manage dynamic foundries of commission enabler CommissionEnablerRuleLookupSession: a session to
look up commission enabler to commission mappings CommissionEnablerRuleApplicationSession: a session
to apply commission enabler to commissions JobConstrainerLookupSession: a session to retrieve
job constrainer JobConstrainerQuerySession: a session to query for
job constrainer JobConstrainerSearchSession: a session to search
for job constrainer JobConstrainerAdminSession: a session to create
and delete job constrainer JobConstrainerNotificationSession: a session to
receive notifications pertaining to job constrainer changes JobConstrainerFoundrySession: a session to look up
job constrainer foundry mappings JobConstrainerFoundryAssignmentSession: a session
to manage job constrainer to foundry mappings JobConstrainerSmartFoundrySession: a session to
manage dynamic foundries of job constrainer JobConstrainerRuleLookupSession: a session to look
up job constrainer to job mappings JobConstrainerRuleApplicationSession: a session to
apply job constrainer to jobss JobConstrainerEnablerLookupSession: a session to
retrieve job constrainer enablers JobConstrainerEnablerQuerySession: a session to
query for job constrainer enablers JobConstrainerEnablerSearchSession: a session to
search for job constrainer enablers JobConstrainerEnablerAdminSession: a session to
create and delete job constrainer enablers JobConstrainerEnablerNotificationSession: a
session to receive notifications pertaining to job constrainer enabler
changes JobConstrainerEnablerFoundrySession: a session to
look up job constrainer enabler foundry mappings JobConstrainerEnablerFoundryAssignmentSession: a
session to manage job constrainer enabler to foundry mappings JobConstrainerEnablerSmartFoundrySession: a
session to manage dynamic foundries of job constrainer enablers JobConstrainerEnableRuleLookupSession: a session
to look up job constrainer enabler mappings JobConstrainerEnablerRuleApplicationSession: a
session to apply job constrainer enablers JobProcessorLookupSession: a session to retrieve
job processor JobProcessorQuerySession: a session to query for
job processor JobProcessorSearchSession: a session to search for
job processor JobProcessorAdminSession: a session to create and
delete job processor JobProcessorNotificationSession: a session to
receive notifications pertaining to job processor changes JobProcessorFoundrySession: a session to look up
job processor foundry mappings JobProcessorFoundryAssignmentSession: a session to
manage job processor to foundry mappings JobProcessorSmartFoundrySession: a session to
manage dynamic foundries of job processor JobProcessorRuleLookupSession: a session to look
up job processor to job mappings JobProcessorRuleApplicationSession: a session to
apply job processor to jobss JobProcessorEnablerLookupSession: a session to
retrieve job processor enablers JobProcessorEnablerQuerySession: a session to
query for job processor enablers JobProcessorEnablerSearchSession: a session to
search for job processor enablers JobProcessorEnablerAdminSession: a session to
create and delete job processor enablers JobProcessorEnablerNotificationSession: a session
to receive notifications pertaining to job processor enabler changes
JobProcessorEnablerFoundrySession: a session to
look up job processor enabler foundry mappings JobProcessorEnablerFoundryAssignmentSession: a
session to manage job processor enabler to foundry mappings JobProcessorEnablerSmartFoundrySession: a session
to manage dynamic foundries of job processor enablers JobProcessorEnablerRuleLookupSession: a session to
look up job processor enabler mappings JobProcessorEnablerRuleApplicationSession: a
session to apply job processor enablers | Modifier and Type | Method and Description |
|---|---|
AvailabilityEnablerAdminSession |
getAvailabilityEnablerAdminSession(Proxy proxy)
Gets the
OsidSession associated with the availability
enabler administration service. |
AvailabilityEnablerAdminSession |
getAvailabilityEnablerAdminSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the availability
enabler administration service for the given foundry. |
AvailabilityEnablerFoundryAssignmentSession |
getAvailabilityEnablerFoundryAssignmentSession(Proxy proxy)
Gets the
OsidSession associated with assigning
availability enabler to foundries. |
AvailabilityEnablerFoundrySession |
getAvailabilityEnablerFoundrySession(Proxy proxy)
Gets the
OsidSession to lookup availability
enabler/foundry mappings for availability enablers. |
AvailabilityEnablerLookupSession |
getAvailabilityEnablerLookupSession(Proxy proxy)
Gets the
OsidSession associated with the availability
enabler lookup service. |
AvailabilityEnablerLookupSession |
getAvailabilityEnablerLookupSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the availability
enabler lookup service for the given foundry. |
AvailabilityEnablerNotificationSession |
getAvailabilityEnablerNotificationSession(AvailabilityEnablerReceiver availabilityConstrainerReceiver,
Proxy proxy)
Gets the
OsidSession associated with the availability
enabler notification service. |
AvailabilityEnablerNotificationSession |
getAvailabilityEnablerNotificationSessionForFoundry(AvailabilityEnablerReceiver availabilityConstrainerReceiver,
Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the availability
enabler notification service for the given foundry. |
AvailabilityEnablerQuerySession |
getAvailabilityEnablerQuerySession(Proxy proxy)
Gets the
OsidSession associated with the availability
enabler query service. |
AvailabilityEnablerQuerySession |
getAvailabilityEnablerQuerySessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the availability
enabler query service for the given foundry. |
AvailabilityEnablerRuleApplicationSession |
getAvailabilityEnablerRuleApplicationSession(Proxy proxy)
Gets the
OsidSession associated with the availability
enabler assignment service to apply to availabilities. |
AvailabilityEnablerRuleApplicationSession |
getAvailabilityEnablerRuleApplicationSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the availability
enabler assignment service for the given foundry to apply to
availabilities. |
AvailabilityEnablerRuleLookupSession |
getAvailabilityEnablerRuleLookupSession(Proxy proxy)
Gets the
OsidSession associated with the availability
enabler mapping lookup service for looking up the rules applied to tan
availability. |
AvailabilityEnablerRuleLookupSession |
getAvailabilityEnablerRuleLookupSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the availability
enabler mapping lookup service for the given foundry for looking up
rules applied to an availability. |
AvailabilityEnablerSearchSession |
getAvailabilityEnablerSearchSession(Proxy proxy)
Gets the
OsidSession associated with the availability
enabler search service. |
AvailabilityEnablerSearchSession |
getAvailabilityEnablerSearchSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the availability
enabler earch service for the given foundry. |
AvailabilityEnablerSmartFoundrySession |
getAvailabilityEnablerSmartFoundrySession(Id foundryId,
Proxy proxy)
Gets the
OsidSession to manage availability enabler
smart foundries. |
CommissionEnablerAdminSession |
getCommissionEnablerAdminSession(Proxy proxy)
Gets the
OsidSession associated with the commission
enabler administration service. |
CommissionEnablerAdminSession |
getCommissionEnablerAdminSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the commission
enabler administration service for the given foundry. |
CommissionEnablerFoundryAssignmentSession |
getCommissionEnablerFoundryAssignmentSession(Proxy proxy)
Gets the
OsidSession associated with assigning
commission enabler to foundries. |
CommissionEnablerFoundrySession |
getCommissionEnablerFoundrySession(Proxy proxy)
Gets the
OsidSession to lookup commission
enabler/foundry mappings for commission enablers. |
CommissionEnablerLookupSession |
getCommissionEnablerLookupSession(Proxy proxy)
Gets the
OsidSession associated with the commission
enabler lookup service. |
CommissionEnablerLookupSession |
getCommissionEnablerLookupSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the commission
enabler lookup service for the given foundry. |
CommissionEnablerNotificationSession |
getCommissionEnablerNotificationSession(CommissionEnablerReceiver commissionConstrainerReceiver,
Proxy proxy)
Gets the
OsidSession associated with the commission
enabler notification service. |
CommissionEnablerNotificationSession |
getCommissionEnablerNotificationSessionForFoundry(CommissionEnablerReceiver commissionConstrainerReceiver,
Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the commission
enabler notification service for the given foundry. |
CommissionEnablerQuerySession |
getCommissionEnablerQuerySession(Proxy proxy)
Gets the
OsidSession associated with the commission
enabler query service. |
CommissionEnablerQuerySession |
getCommissionEnablerQuerySessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the commission
enabler query service for the given foundry. |
CommissionEnablerRuleApplicationSession |
getCommissionEnablerRuleApplicationSession(Proxy proxy)
Gets the
OsidSession associated with the commission
enabler assignment service to apply to commissions. |
CommissionEnablerRuleApplicationSession |
getCommissionEnablerRuleApplicationSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the commission
enabler assignment service for the given foundry to apply to
commissions. |
CommissionEnablerRuleLookupSession |
getCommissionEnablerRuleLookupSession(Proxy proxy)
Gets the
OsidSession associated with the commission
enabler mapping lookup service for looking up the rules applied to a
commission. |
CommissionEnablerRuleLookupSession |
getCommissionEnablerRuleLookupSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the commission
enabler mapping lookup service for the given foundry for looking up
rules applied to a commission. |
CommissionEnablerSearchSession |
getCommissionEnablerSearchSession(Proxy proxy)
Gets the
OsidSession associated with the commission
enabler search service. |
CommissionEnablerSearchSession |
getCommissionEnablerSearchSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the commission
enabler earch service for the given foundry. |
CommissionEnablerSmartFoundrySession |
getCommissionEnablerSmartFoundrySession(Id foundryId,
Proxy proxy)
Gets the
OsidSession to manage commission enabler smart
foundries. |
JobConstrainerAdminSession |
getJobConstrainerAdminSession(Proxy proxy)
Gets the
OsidSession associated with the job
constrainer administration service. |
JobConstrainerAdminSession |
getJobConstrainerAdminSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job
constrainer administration service for the given foundry. |
JobConstrainerEnablerAdminSession |
getJobConstrainerEnablerAdminSession(Proxy proxy)
Gets the
OsidSession associated with the job
constrainer enabler administration service. |
JobConstrainerEnablerAdminSession |
getJobConstrainerEnablerAdminSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job
constrainer enabler administration service for the given foundry. |
JobConstrainerEnablerFoundryAssignmentSession |
getJobConstrainerEnablerFoundryAssignmentSession(Proxy proxy)
Gets the
OsidSession associated with assigning job
constrainer enablers to foundries. |
JobConstrainerEnablerFoundrySession |
getJobConstrainerEnablerFoundrySession(Proxy proxy)
Gets the
OsidSession to lookup job constrainer
enabler/foundry mappings for job constrainer enablers. |
JobConstrainerEnablerLookupSession |
getJobConstrainerEnablerLookupSession(Proxy proxy)
Gets the
OsidSession associated with the job
constrainer enabler lookup service. |
JobConstrainerEnablerLookupSession |
getJobConstrainerEnablerLookupSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job
constrainer enabler lookup service for the given foundry. |
JobConstrainerEnablerNotificationSession |
getJobConstrainerEnablerNotificationSession(JobConstrainerEnablerReceiver jobConstrainerEnablerReceiver,
Proxy proxy)
Gets the
OsidSession associated with the job
constrainer enabler notification service. |
JobConstrainerEnablerNotificationSession |
getJobConstrainerEnablerNotificationSessionForFoundry(JobConstrainerEnablerReceiver jobConstrainerEnablerReceiver,
Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job
constrainer enabler notification service for the given foundry. |
JobConstrainerEnablerQuerySession |
getJobConstrainerEnablerQuerySession(Proxy proxy)
Gets the
OsidSession associated with the job
constrainer enabler query service. |
JobConstrainerEnablerQuerySession |
getJobConstrainerEnablerQuerySessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job
constrainer enabler query service for the given foundry. |
JobConstrainerEnablerRuleApplicationSession |
getJobConstrainerEnablerRuleApplicationSession(Proxy proxy)
Gets the
OsidSession associated with the job
constrainer enabler assignment service. |
JobConstrainerEnablerRuleApplicationSession |
getJobConstrainerEnablerRuleApplicationSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job
constrainer enabler assignment service for the given foundry. |
JobConstrainerEnablerRuleLookupSession |
getJobConstrainerEnablerRuleLookupSession(Proxy proxy)
Gets the
OsidSession associated with the job
constrainer enabler mapping lookup service . |
JobConstrainerEnablerRuleLookupSession |
getJobConstrainerEnablerRuleLookupSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job
constrainer enabler mapping lookup service for the given foundry. |
JobConstrainerEnablerSearchSession |
getJobConstrainerEnablerSearchSession(Proxy proxy)
Gets the
OsidSession associated with the job
constrainer enabler search service. |
JobConstrainerEnablerSearchSession |
getJobConstrainerEnablerSearchSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job
constrainer enablers earch service for the given foundry. |
JobConstrainerEnablerSmartFoundrySession |
getJobConstrainerEnablerSmartFoundrySession(Id foundryId,
Proxy proxy)
Gets the
OsidSession to manage job constrainer enabler
smart foundries. |
JobConstrainerFoundryAssignmentSession |
getJobConstrainerFoundryAssignmentSession(Proxy proxy)
Gets the
OsidSession associated with assigning job
constrainer to foundries. |
JobConstrainerFoundrySession |
getJobConstrainerFoundrySession(Proxy proxy)
Gets the
OsidSession to lookup job constrainer/foundry
mappings for job constrainers. |
JobConstrainerLookupSession |
getJobConstrainerLookupSession(Proxy proxy)
Gets the
OsidSession associated with the job
constrainer lookup service. |
JobConstrainerLookupSession |
getJobConstrainerLookupSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job
constrainer lookup service for the given foundry. |
JobConstrainerNotificationSession |
getJobConstrainerNotificationSession(JobConstrainerReceiver jobConstrainerReceiver,
Proxy proxy)
Gets the
OsidSession associated with the job
constrainer notification service. |
JobConstrainerNotificationSession |
getJobConstrainerNotificationSessionForFoundry(JobConstrainerReceiver jobConstrainerReceiver,
Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job
constrainer notification service for the given foundry. |
JobConstrainerQuerySession |
getJobConstrainerQuerySession(Proxy proxy)
Gets the
OsidSession associated with the job
constrainer query service. |
JobConstrainerQuerySession |
getJobConstrainerQuerySessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job
constrainer query service for the given foundry. |
JobConstrainerRuleApplicationSession |
getJobConstrainerRuleApplicationSession(Proxy proxy)
Gets the
OsidSession associated with the job
constrainer assignment service to apply to jobs. |
JobConstrainerRuleApplicationSession |
getJobConstrainerRuleApplicationSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job
constrainer assignment service for the given foundry to apply to jobs. |
JobConstrainerRuleLookupSession |
getJobConstrainerRuleLookupSession(Proxy proxy)
Gets the
OsidSession associated with the job
constrainer mapping lookup service for looking up the rules applied to
a job. |
JobConstrainerRuleLookupSession |
getJobConstrainerRuleLookupSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job
constrainer mapping lookup service for the given foundry for looking
up rules applied to a job. |
JobConstrainerSearchSession |
getJobConstrainerSearchSession(Proxy proxy)
Gets the
OsidSession associated with the job
constrainer search service. |
JobConstrainerSearchSession |
getJobConstrainerSearchSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job
constrainer earch service for the given foundry. |
JobConstrainerSmartFoundrySession |
getJobConstrainerSmartFoundrySession(Id foundryId,
Proxy proxy)
Gets the
OsidSession to manage job constrainer smart
foundries. |
JobProcessorAdminSession |
getJobProcessorAdminSession(Proxy proxy)
Gets the
OsidSession associated with the job processor
administration service. |
JobProcessorAdminSession |
getJobProcessorAdminSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job processor
administration service for the given foundry. |
JobProcessorEnablerAdminSession |
getJobProcessorEnablerAdminSession(Proxy proxy)
Gets the
OsidSession associated with the job processor
enabler administration service. |
JobProcessorEnablerAdminSession |
getJobProcessorEnablerAdminSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job processor
enabler administration service for the given foundry. |
JobProcessorEnablerFoundryAssignmentSession |
getJobProcessorEnablerFoundryAssignmentSession(Proxy proxy)
Gets the
OsidSession associated with assigning job
processor enablers to foundries. |
JobProcessorEnablerFoundrySession |
getJobProcessorEnablerFoundrySession(Proxy proxy)
Gets the
OsidSession to lookup job processor
enabler/foundry mappings for job processor enablers. |
JobProcessorEnablerLookupSession |
getJobProcessorEnablerLookupSession(Proxy proxy)
Gets the
OsidSession associated with the job processor
enabler lookup service. |
JobProcessorEnablerLookupSession |
getJobProcessorEnablerLookupSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job processor
enabler lookup service for the given foundry. |
JobProcessorEnablerNotificationSession |
getJobProcessorEnablerNotificationSession(JobProcessorEnablerReceiver jobProcessorEnablerReceiver,
Proxy proxy)
Gets the
OsidSession associated with the job processor
enabler notification service. |
JobProcessorEnablerNotificationSession |
getJobProcessorEnablerNotificationSessionForFoundry(JobProcessorEnablerReceiver jobProcessorEnablerReceiver,
Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job processor
enabler notification service for the given foundry. |
JobProcessorEnablerQuerySession |
getJobProcessorEnablerQuerySession(Proxy proxy)
Gets the
OsidSession associated with the job processor
enabler query service. |
JobProcessorEnablerQuerySession |
getJobProcessorEnablerQuerySessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job processor
enabler query service for the given foundry. |
JobProcessorEnablerRuleApplicationSession |
getJobProcessorEnablerRuleApplicationSession(Proxy proxy)
Gets the
OsidSession associated with the job processor
enabler assignment service. |
JobProcessorEnablerRuleApplicationSession |
getJobProcessorEnablerRuleApplicationSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job processor
enabler assignment service for the given foundry. |
JobProcessorEnablerRuleLookupSession |
getJobProcessorEnablerRuleLookupSession(Proxy proxy)
Gets the
OsidSession associated with the job processor
enabler mapping lookup service. |
JobProcessorEnablerRuleLookupSession |
getJobProcessorEnablerRuleLookupSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job processor
enabler mapping lookup service for the given foundry. |
JobProcessorEnablerSearchSession |
getJobProcessorEnablerSearchSession(Proxy proxy)
Gets the
OsidSession associated with the job processor
enabler search service. |
JobProcessorEnablerSearchSession |
getJobProcessorEnablerSearchSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job processor
enablers earch service for the given foundry. |
JobProcessorEnablerSmartFoundrySession |
getJobProcessorEnablerSmartFoundrySession(Id foundryId,
Proxy proxy)
Gets the
OsidSession to manage job processor enabler
smart foundries. |
JobProcessorFoundryAssignmentSession |
getJobProcessorFoundryAssignmentSession(Proxy proxy)
Gets the
OsidSession associated with assigning job
processor to foundries. |
JobProcessorFoundrySession |
getJobProcessorFoundrySession(Proxy proxy)
Gets the
OsidSession to lookup job processor/foundry
mappings for job processors. |
JobProcessorLookupSession |
getJobProcessorLookupSession(Proxy proxy)
Gets the
OsidSession associated with the job processor
lookup service. |
JobProcessorLookupSession |
getJobProcessorLookupSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job processor
lookup service for the given foundry. |
JobProcessorNotificationSession |
getJobProcessorNotificationSession(JobProcessorReceiver jobProcessorReceiver,
Proxy proxy)
Gets the
OsidSession associated with the job processor
notification service. |
JobProcessorNotificationSession |
getJobProcessorNotificationSessionForFoundry(JobProcessorReceiver jobProcessorReceiver,
Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job processor
notification service for the given foundry. |
JobProcessorQuerySession |
getJobProcessorQuerySession(Proxy proxy)
Gets the
OsidSession associated with the job processor
query service. |
JobProcessorQuerySession |
getJobProcessorQuerySessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job processor
query service for the given foundry. |
JobProcessorRuleApplicationSession |
getJobProcessorRuleApplicationSession(Proxy proxy)
Gets the
OsidSession associated with the job processor
assignment service to apply to jobs. |
JobProcessorRuleApplicationSession |
getJobProcessorRuleApplicationSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job processor
assignment service for the given foundry to apply to jobs. |
JobProcessorRuleLookupSession |
getJobProcessorRuleLookupSession(Proxy proxy)
Gets the
OsidSession associated with the job processor
mapping lookup service for looking up the rules applied to a job. |
JobProcessorRuleLookupSession |
getJobProcessorRuleLookupSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job processor
mapping lookup service for the given foundry for looking up rules
applied to a job. |
JobProcessorSearchSession |
getJobProcessorSearchSession(Proxy proxy)
Gets the
OsidSession associated with the job processor
search service. |
JobProcessorSearchSession |
getJobProcessorSearchSessionForFoundry(Id foundryId,
Proxy proxy)
Gets the
OsidSession associated with the job processor
earch service for the given foundry. |
JobProcessorSmartFoundrySession |
getJobProcessorSmartFoundrySession(Id foundryId,
Proxy proxy)
Gets the
OsidSession to manage job processor smart
foundries. |
changeBranch, initialize, rollbackServiceclosegetAvailabilityEnablerRecordTypes, getAvailabilityEnablerSearchRecordTypes, getCommissionEnablerRecordTypes, getCommissionEnablerSearchRecordTypes, getJobConstrainerEnablerRecordTypes, getJobConstrainerEnablerSearchRecordTypes, getJobConstrainerRecordTypes, getJobConstrainerSearchRecordTypes, getJobProcessorEnablerRecordTypes, getJobProcessorEnablerSearchRecordTypes, getJobProcessorRecordTypes, getJobProcessorSearchRecordTypes, supportsAvailabilityEnablerAdmin, supportsAvailabilityEnablerFoundry, supportsAvailabilityEnablerFoundryAssignment, supportsAvailabilityEnablerLookup, supportsAvailabilityEnablerNotification, supportsAvailabilityEnablerQuery, supportsAvailabilityEnablerRecordType, supportsAvailabilityEnablerRuleApplication, supportsAvailabilityEnablerRuleLookup, supportsAvailabilityEnablerSearch, supportsAvailabilityEnablerSmartFoundry, supportsCommissionEnablerAdmin, supportsCommissionEnablerFoundry, supportsCommissionEnablerFoundryAssignment, supportsCommissionEnablerLookup, supportsCommissionEnablerNotification, supportsCommissionEnablerQuery, supportsCommissionEnablerRecordType, supportsCommissionEnablerRuleApplication, supportsCommissionEnablerRuleLookup, supportsCommissionEnablerSearch, supportsCommissionEnablerSearchRecordType, supportsCommissionEnablerSmartFoundry, supportsJobConstrainerAdmin, supportsJobConstrainerEnablerAdmin, supportsJobConstrainerEnablerFoundry, supportsJobConstrainerEnablerFoundryAssignment, supportsJobConstrainerEnablerLookup, supportsJobConstrainerEnablerNotification, supportsJobConstrainerEnablerQuery, supportsJobConstrainerEnablerRecordType, supportsJobConstrainerEnablerRuleApplication, supportsJobConstrainerEnablerRuleLookup, supportsJobConstrainerEnablerSearch, supportsJobConstrainerEnablerSearchRecordType, supportsJobConstrainerEnablerSmartFoundry, supportsJobConstrainerFoundry, supportsJobConstrainerFoundryAssignment, supportsJobConstrainerLookup, supportsJobConstrainerNotification, supportsJobConstrainerQuery, supportsJobConstrainerRecordType, supportsJobConstrainerRuleApplication, supportsJobConstrainerRuleLookup, supportsJobConstrainerSearch, supportsJobConstrainerSearchRecordType, supportsJobConstrainerSmartFoundry, supportsJobProcessorAdmin, supportsJobProcessorEnablerAdmin, supportsJobProcessorEnablerFoundry, supportsJobProcessorEnablerFoundryAssignment, supportsJobProcessorEnablerLookup, supportsJobProcessorEnablerNotification, supportsJobProcessorEnablerQuery, supportsJobProcessorEnablerRecordType, supportsJobProcessorEnablerRuleApplication, supportsJobProcessorEnablerRuleLookup, supportsJobProcessorEnablerSearch, supportsJobProcessorEnablerSearchRecordType, supportsJobProcessorEnablerSmartFoundry, supportsJobProcessorFoundry, supportsJobProcessorFoundryAssignment, supportsJobProcessorLookup, supportsJobProcessorNotification, supportsJobProcessorQuery, supportsJobProcessorRecordType, supportsJobProcessorRuleApplication, supportsJobProcessorRuleLookup, supportsJobProcessorSearch, supportsJobProcessorSearchRecordType, supportsJobProcessorSmartFoundry, supportsVisibleFederationgetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdAvailabilityEnablerLookupSession getAvailabilityEnablerLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the availability
enabler lookup service.proxy - a proxy AvailabilityEnablerLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAvailabilityEnablerLookup() is false
optional - This method must be implemented if
supportsAvailabilityEnablerLookup() is
true. AvailabilityEnablerLookupSession getAvailabilityEnablerLookupSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the availability
enabler lookup service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy AvailabilityEnablerLookupSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAvailabilityEnablerLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAvailabilityEnablerLookup() and
supportsVisibleFederation() are true.
AvailabilityEnablerQuerySession getAvailabilityEnablerQuerySession(Proxy proxy) throws OperationFailedException
OsidSession associated with the availability
enabler query service.proxy - a proxy AvailabilityEnablerQuerySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAvailabilityEnablerQuery() is false
optional - This method must be implemented if
supportsAvailabilityEnablerQuery() is true.
AvailabilityEnablerQuerySession getAvailabilityEnablerQuerySessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the availability
enabler query service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy AvailabilityEnablerQuerySession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAvailabilityEnablerQuery() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAvailabilityEnablerQuery() and
supportsVisibleFederation() are true.
AvailabilityEnablerSearchSession getAvailabilityEnablerSearchSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the availability
enabler search service.proxy - a proxy AvailabilityEnablerSearchSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAvailabilityEnablerSearch() is false
optional - This method must be implemented if
supportsAvailabilityEnablerSearch() is
true. AvailabilityEnablerSearchSession getAvailabilityEnablerSearchSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the availability
enabler earch service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy AvailabilityEnablerSearchSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAvailabilityEnablerSearch() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAvailabilityEnablerSearch() and
supportsVisibleFederation() are true.
AvailabilityEnablerAdminSession getAvailabilityEnablerAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the availability
enabler administration service.proxy - a proxy AvailabilityEnablerAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAvailabilityEnablerAdmin() is false
optional - This method must be implemented if
supportsAvailabilityEnablerAdmin() is true.
AvailabilityEnablerAdminSession getAvailabilityEnablerAdminSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the availability
enabler administration service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy AvailabilityEnablerAdminSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAvailabilityEnablerAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAvailabilityEnablerAdmin() and
supportsVisibleFederation() are true.
AvailabilityEnablerNotificationSession getAvailabilityEnablerNotificationSession(AvailabilityEnablerReceiver availabilityConstrainerReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the availability
enabler notification service.availabilityConstrainerReceiver - the notification callbackproxy - a proxy AvailabilityEnablerNotificationSession NullArgumentException -
availabilityConstrainerReceiver or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsAvailabilityEnablerNotification() is
false optional - This method must be implemented if
supportsAvailabilityEnablerNotification() is
true. AvailabilityEnablerNotificationSession getAvailabilityEnablerNotificationSessionForFoundry(AvailabilityEnablerReceiver availabilityConstrainerReceiver, Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the availability
enabler notification service for the given foundry.availabilityConstrainerReceiver - the notification callbackfoundryId - the Id of the Foundry proxy - a proxy AvailabilityEnablerNotificationSession NotFoundException - no foundry found by the given
Id NullArgumentException -
availabilityConstrainerReceiver, foundryId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsAvailabilityEnablerNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAvailabilityEnablerNotification() and
supportsVisibleFederation() are
true. AvailabilityEnablerFoundrySession getAvailabilityEnablerFoundrySession(Proxy proxy) throws OperationFailedException
OsidSession to lookup availability
enabler/foundry mappings for availability enablers.proxy - a proxy AvailabilityEnablerFoundrySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAvailabilityEnablerFoundry() is false
optional - This method must be implemented if
supportsAvailabilityEnablerFoundry() is
true. AvailabilityEnablerFoundryAssignmentSession getAvailabilityEnablerFoundryAssignmentSession(Proxy proxy) throws OperationFailedException
OsidSession associated with assigning
availability enabler to foundries.proxy - a proxy AvailabilityEnablerFoundryAssignmentSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAvailabilityEnablerFoundryAssignment() is
false optional - This method must be implemented if
supportsAvailabilityEnablerFoundryAssignment() is
true. AvailabilityEnablerSmartFoundrySession getAvailabilityEnablerSmartFoundrySession(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession to manage availability enabler
smart foundries.foundryId - the Id of the Foundry proxy - a proxy AvailabilityEnablerSmartFoundrySession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsAvailabilityEnablerSmartFoundry() is
false optional - This method must be implemented if
supportsAvailabilityEnablerSmartFoundry() is
true. AvailabilityEnablerRuleLookupSession getAvailabilityEnablerRuleLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the availability
enabler mapping lookup service for looking up the rules applied to tan
availability.proxy - a proxy AvailabilityEnablerRuleLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAvailabilityEnablerRuleLookup() is
false optional - This method must be implemented if
supportsAvailabilityEnablerRuleLookup() is
true. AvailabilityEnablerRuleLookupSession getAvailabilityEnablerRuleLookupSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the availability
enabler mapping lookup service for the given foundry for looking up
rules applied to an availability.foundryId - the Id of the Foundry proxy - a proxy AvailabilityEnablerRuleLookupSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsAvailabilityEnablerRuleLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAvailabilityEnablerRuleLookup() and
supportsVisibleFederation() are true.
AvailabilityEnablerRuleApplicationSession getAvailabilityEnablerRuleApplicationSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the availability
enabler assignment service to apply to availabilities.proxy - a proxy AvailabilityEnablerRuleApplicationSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAvailabilityEnablerRuleApplication() is
false optional - This method must be implemented if
supportsAvailabilityEnablerRuleApplication() is
true. AvailabilityEnablerRuleApplicationSession getAvailabilityEnablerRuleApplicationSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the availability
enabler assignment service for the given foundry to apply to
availabilities.foundryId - the Id of the Foundry proxy - a proxy AvailabilityEnablerRuleApplicationSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsAvailabilityEnablerRuleApplication() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAvailabilityEnablerRuleApplication() and
supportsVisibleFederation() are
true. CommissionEnablerLookupSession getCommissionEnablerLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the commission
enabler lookup service.proxy - a proxy CommissionEnablerLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsCommissionEnablerLookup() is false
optional - This method must be implemented if
supportsCommissionEnablerLookup() is true.
CommissionEnablerLookupSession getCommissionEnablerLookupSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the commission
enabler lookup service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy CommissionEnablerLookupSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsCommissionEnablerLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsCommissionEnablerLookup() and
supportsVisibleFederation() are true.
CommissionEnablerQuerySession getCommissionEnablerQuerySession(Proxy proxy) throws OperationFailedException
OsidSession associated with the commission
enabler query service.proxy - a proxy CommissionEnablerQuerySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsCommissionEnablerQuery() is false
optional - This method must be implemented if
supportsCommissionEnablerQuery() is true.
CommissionEnablerQuerySession getCommissionEnablerQuerySessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the commission
enabler query service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy CommissionEnablerQuerySession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsCommissionEnablerQuery() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsCommissionEnablerQuery() and
supportsVisibleFederation() are true.
CommissionEnablerSearchSession getCommissionEnablerSearchSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the commission
enabler search service.proxy - a proxy CommissionEnablerSearchSession NullArgumentException - a
CommissionEnablerSearchSession OperationFailedException - unable to complete requestUnimplementedException -
supportsCommissionEnablerSearch() is false
optional - This method must be implemented if
supportsCommissionEnablerSearch() is true.
CommissionEnablerSearchSession getCommissionEnablerSearchSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the commission
enabler earch service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy CommissionEnablerSearchSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsCommissionEnablerSearch() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsCommissionEnablerSearch() and
supportsVisibleFederation() are true.
CommissionEnablerAdminSession getCommissionEnablerAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the commission
enabler administration service.proxy - a proxy CommissionEnablerAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsCommissionEnablerAdmin() is false
optional - This method must be implemented if
supportsCommissionEnablerAdmin() is true.
CommissionEnablerAdminSession getCommissionEnablerAdminSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the commission
enabler administration service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy CommissionEnablerAdminSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsCommissionEnablerAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsCommissionEnablerAdmin() and
supportsVisibleFederation() are true.
CommissionEnablerNotificationSession getCommissionEnablerNotificationSession(CommissionEnablerReceiver commissionConstrainerReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the commission
enabler notification service.commissionConstrainerReceiver - the notification callbackproxy - a proxy CommissionEnablerNotificationSession NullArgumentException -
commissionConstrainerReceiver or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsCommissionEnablerNotification() is
false optional - This method must be implemented if
supportsCommissionEnablerNotification() is
true. CommissionEnablerNotificationSession getCommissionEnablerNotificationSessionForFoundry(CommissionEnablerReceiver commissionConstrainerReceiver, Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the commission
enabler notification service for the given foundry.commissionConstrainerReceiver - the notification callbackfoundryId - the Id of the Foundry proxy - a proxy CommissionEnablerNotificationSession NotFoundException - no foundry found by the given
Id NullArgumentException -
commissionConstrainerReceiver, foundryId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsCommissionEnablerNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsCommissionEnablerNotification() and
supportsVisibleFederation() are true.
CommissionEnablerFoundrySession getCommissionEnablerFoundrySession(Proxy proxy) throws OperationFailedException
OsidSession to lookup commission
enabler/foundry mappings for commission enablers.proxy - a proxy CommissionEnablerFoundrySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsCommissionEnablerFoundry() is false
optional - This method must be implemented if
supportsCommissionEnablerFoundry() is true.
CommissionEnablerFoundryAssignmentSession getCommissionEnablerFoundryAssignmentSession(Proxy proxy) throws OperationFailedException
OsidSession associated with assigning
commission enabler to foundries.proxy - a proxy CommissionEnablerFoundryAssignmentSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsCommissionEnablerFoundryAssignment() is
false optional - This method must be implemented if
supportsCommissionEnablerFoundryAssignment() is
true. CommissionEnablerSmartFoundrySession getCommissionEnablerSmartFoundrySession(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession to manage commission enabler smart
foundries.foundryId - the Id of the Foundry proxy - a proxy CommissionEnablerSmartFoundrySession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsCommissionEnablerSmartFoundry() is
false optional - This method must be implemented if
supportsCommissionEnablerSmartFoundry() is
true. CommissionEnablerRuleLookupSession getCommissionEnablerRuleLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the commission
enabler mapping lookup service for looking up the rules applied to a
commission.proxy - a proxy CommissionEnablerRuleLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsCommissionEnablerRuleLookup() is false
optional - This method must be implemented if
supportsCommissionEnablerRuleLookup() is
true. CommissionEnablerRuleLookupSession getCommissionEnablerRuleLookupSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the commission
enabler mapping lookup service for the given foundry for looking up
rules applied to a commission.foundryId - the Id of the Foundry proxy - a proxy CommissionEnablerRuleLookupSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsCommissionEnablerRuleLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsCommissionEnablerRuleLookup() and
supportsVisibleFederation() are true.
CommissionEnablerRuleApplicationSession getCommissionEnablerRuleApplicationSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the commission
enabler assignment service to apply to commissions.proxy - a proxy CommissionEnablerRuleApplicationSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsCommissionEnablerRuleApplication() is
false optional - This method must be implemented if
supportsCommissionEnablerRuleApplication() is
true. CommissionEnablerRuleApplicationSession getCommissionEnablerRuleApplicationSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the commission
enabler assignment service for the given foundry to apply to
commissions.foundryId - the Id of the Foundry proxy - a proxy CommissionEnablerRuleApplicationSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsCommissionEnablerRuleApplication() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsCommissionEnablerRuleApplication() and
supportsVisibleFederation() are
true. JobConstrainerLookupSession getJobConstrainerLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the job
constrainer lookup service.proxy - a proxy JobConstrainerLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerLookup() is false optional - This method must be implemented if
supportsJobConstrainerLookup() is true.
JobConstrainerLookupSession getJobConstrainerLookupSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job
constrainer lookup service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy JobConstrainerLookupSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobConstrainerLookup() and
supportsVisibleFederation() are true.
JobConstrainerQuerySession getJobConstrainerQuerySession(Proxy proxy) throws OperationFailedException
OsidSession associated with the job
constrainer query service.proxy - a proxy JobConstrainerQuerySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerQuery() is false optional - This method must be implemented if
supportsJobConstrainerQuery() is true.
JobConstrainerQuerySession getJobConstrainerQuerySessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job
constrainer query service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy JobConstrainerQuerySession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerQuery() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobConstrainerQuery() and
supportsVisibleFederation() are true.
JobConstrainerSearchSession getJobConstrainerSearchSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the job
constrainer search service.proxy - a proxy JobConstrainerSearchSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerSearch() is false optional - This method must be implemented if
supportsJobConstrainerSearch() is true.
JobConstrainerSearchSession getJobConstrainerSearchSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job
constrainer earch service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy JobConstrainerSearchSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerSearch() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobConstrainerSearch() and
supportsVisibleFederation() are true.
JobConstrainerAdminSession getJobConstrainerAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the job
constrainer administration service.proxy - a proxy JobConstrainerAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerAdmin() is false optional - This method must be implemented if
supportsJobConstrainerAdmin() is true.
JobConstrainerAdminSession getJobConstrainerAdminSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job
constrainer administration service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy JobConstrainerAdminSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobConstrainerAdmin() and
supportsVisibleFederation() are true.
JobConstrainerNotificationSession getJobConstrainerNotificationSession(JobConstrainerReceiver jobConstrainerReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the job
constrainer notification service.jobConstrainerReceiver - the notification callbackproxy - a proxy JobConstrainerNotificationSession NullArgumentException - jobConstrainerReceiver
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerNotification() is false
optional - This method must be implemented if
supportsJobConstrainerNotification() is
true. JobConstrainerNotificationSession getJobConstrainerNotificationSessionForFoundry(JobConstrainerReceiver jobConstrainerReceiver, Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job
constrainer notification service for the given foundry.jobConstrainerReceiver - the notification callbackfoundryId - the Id of the Foundry proxy - a proxy JobConstrainerNotificationSession NotFoundException - no foundry found by the given
Id NullArgumentException - jobConstrainerReceiver,
foundryId or proxy is null
OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobConstrainerNotification() and
supportsVisibleFederation() are true.
JobConstrainerFoundrySession getJobConstrainerFoundrySession(Proxy proxy) throws OperationFailedException
OsidSession to lookup job constrainer/foundry
mappings for job constrainers.proxy - a proxy JobConstrainerFoundrySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerFoundry() is false
optional - This method must be implemented if
supportsJobConstrainerFoundry() is true.
JobConstrainerFoundryAssignmentSession getJobConstrainerFoundryAssignmentSession(Proxy proxy) throws OperationFailedException
OsidSession associated with assigning job
constrainer to foundries.proxy - a proxy JobConstrainerFoundryAssignmentSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerFoundryAssignment() is
false optional - This method must be implemented if
supportsJobConstrainerFoundryAssignment() is
true. JobConstrainerSmartFoundrySession getJobConstrainerSmartFoundrySession(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession to manage job constrainer smart
foundries.foundryId - the Id of the Foundry proxy - a proxy JobConstrainerSmartFoundrySession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerSmartFoundry() is false
optional - This method must be implemented if
supportsJobConstrainerSmartFoundry() is
true. JobConstrainerRuleLookupSession getJobConstrainerRuleLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the job
constrainer mapping lookup service for looking up the rules applied to
a job.proxy - a proxy JobConstrainerRuleLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerRuleLookup() is false
optional - This method must be implemented if
supportsJobConstrainerRuleLookup() is true.
JobConstrainerRuleLookupSession getJobConstrainerRuleLookupSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job
constrainer mapping lookup service for the given foundry for looking
up rules applied to a job.foundryId - the Id of the Foundry proxy - a proxy JobConstrainerRuleLookupSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerRuleLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobConstrainerRuleLookup() and
supportsVisibleFederation() are true.
JobConstrainerRuleApplicationSession getJobConstrainerRuleApplicationSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the job
constrainer assignment service to apply to jobs.proxy - a proxy JobConstrainerRuleApplicationSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerRuleApplication() is
false optional - This method must be implemented if
supportsJobConstrainerRuleApplication() is
true. JobConstrainerRuleApplicationSession getJobConstrainerRuleApplicationSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job
constrainer assignment service for the given foundry to apply to jobs.foundryId - the Id of the Foundry proxy - a proxy JobConstrainerRuleApplicationSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerRuleApplication() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobConstrainerRuleApplication() and
supportsVisibleFederation() are true.
JobConstrainerEnablerLookupSession getJobConstrainerEnablerLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the job
constrainer enabler lookup service.proxy - a proxy JobConstrainerEnablerLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerEnablerLookup() is false
optional - This method must be implemented if
supportsJobConstrainerEnablerLookup() is
true. JobConstrainerEnablerLookupSession getJobConstrainerEnablerLookupSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job
constrainer enabler lookup service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy JobConstrainerEnablerLookupSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerEnablerLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobConstrainerEnablerLookup() and
supportsVisibleFederation() are true.
JobConstrainerEnablerQuerySession getJobConstrainerEnablerQuerySession(Proxy proxy) throws OperationFailedException
OsidSession associated with the job
constrainer enabler query service.proxy - a proxy JobConstrainerEnablerQuerySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerEnablerQuery() is false
optional - This method must be implemented if
supportsJobConstrainerEnablerQuery() is
true. JobConstrainerEnablerQuerySession getJobConstrainerEnablerQuerySessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job
constrainer enabler query service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy JobConstrainerEnablerQuerySession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerEnablerQuery() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobConstrainerEnablerQuery() and
supportsVisibleFederation() are true.
JobConstrainerEnablerSearchSession getJobConstrainerEnablerSearchSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the job
constrainer enabler search service.proxy - a proxy JobConstrainerEnablerSearchSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerEnablerSearch() is false
optional - This method must be implemented if
supportsJobConstrainerEnablerSearch() is
true. JobConstrainerEnablerSearchSession getJobConstrainerEnablerSearchSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job
constrainer enablers earch service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy JobConstrainerEnablerSearchSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerEnablerSearch() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobConstrainerEnablerSearch() and
supportsVisibleFederation() are true.
JobConstrainerEnablerAdminSession getJobConstrainerEnablerAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the job
constrainer enabler administration service.proxy - a proxy JobConstrainerEnablerAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerEnablerAdmin() is false
optional - This method must be implemented if
supportsJobConstrainerEnablerAdmin() is
true. JobConstrainerEnablerAdminSession getJobConstrainerEnablerAdminSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job
constrainer enabler administration service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy JobConstrainerEnablerAdminSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerEnablerAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobConstrainerEnablerAdmin() and
supportsVisibleFederation() are true.
JobConstrainerEnablerNotificationSession getJobConstrainerEnablerNotificationSession(JobConstrainerEnablerReceiver jobConstrainerEnablerReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the job
constrainer enabler notification service.jobConstrainerEnablerReceiver - the notification callbackproxy - a proxy JobConstrainerEnablerNotificationSession NullArgumentException -
jobConstrainerEnablerReceiver or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerEnablerNotification() is
false optional - This method must be implemented if
supportsJobConstrainerEnablerNotification() is
true. JobConstrainerEnablerNotificationSession getJobConstrainerEnablerNotificationSessionForFoundry(JobConstrainerEnablerReceiver jobConstrainerEnablerReceiver, Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job
constrainer enabler notification service for the given foundry.jobConstrainerEnablerReceiver - the notification callbackfoundryId - the Id of the Foundry proxy - a proxy JobConstrainerEnablerNotificationSession NotFoundException - no foundry found by the given
Id NullArgumentException -
jobConstrainerEnablerReceiver, foundryId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerEnablerNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobConstrainerEnablerNotification() and
supportsVisibleFederation() are
true. JobConstrainerEnablerFoundrySession getJobConstrainerEnablerFoundrySession(Proxy proxy) throws OperationFailedException
OsidSession to lookup job constrainer
enabler/foundry mappings for job constrainer enablers.proxy - a proxy JobConstrainerEnablerFoundrySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerEnablerFoundry() is false
optional - This method must be implemented if
supportsJobConstrainerEnablerFoundry() is
true. JobConstrainerEnablerFoundryAssignmentSession getJobConstrainerEnablerFoundryAssignmentSession(Proxy proxy) throws OperationFailedException
OsidSession associated with assigning job
constrainer enablers to foundries.proxy - a proxy JobConstrainerEnablerFoundryAssignmentSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerEnablerFoundryAssignment() is
false optional - This method must be implemented if
supportsJobConstrainerEnablerFoundryAssignment()
is true. JobConstrainerEnablerSmartFoundrySession getJobConstrainerEnablerSmartFoundrySession(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession to manage job constrainer enabler
smart foundries.foundryId - the Id of the Foundry proxy - a proxy JobConstrainerEnablerSmartFoundrySession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerEnablerSmartFoundry() is
false optional - This method must be implemented if
supportsJobConstrainerEnablerSmartFoundry() is
true. JobConstrainerEnablerRuleLookupSession getJobConstrainerEnablerRuleLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the job
constrainer enabler mapping lookup service .proxy - a proxy JobConstrainerEnablerRuleLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerEnablerRuleLookup() is
false optional - This method must be implemented if
supportsJobConstrainerEnablerRuleLookup() is
true. JobConstrainerEnablerRuleLookupSession getJobConstrainerEnablerRuleLookupSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job
constrainer enabler mapping lookup service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy JobConstrainerEnablerRuleLookupSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerEnablerRuleLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobConstrainerEnablerRuleLookup() and
supportsVisibleFederation() are
true. JobConstrainerEnablerRuleApplicationSession getJobConstrainerEnablerRuleApplicationSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the job
constrainer enabler assignment service.proxy - a proxy JobConstrainerEnablerRuleApplicationSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerEnablerRuleApplication() is
false optional - This method must be implemented if
supportsJobConstrainerEnablerRuleApplication() is
true. JobConstrainerEnablerRuleApplicationSession getJobConstrainerEnablerRuleApplicationSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job
constrainer enabler assignment service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy JobConstrainerEnablerRuleApplicationSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerEnablerRuleApplication() or
supportsVisibleFederation() is false
optional - This method must be implemented if
supportsJobConstrainerEnablerRuleApplication() and
supportsVisibleFederation() are
true. JobProcessorLookupSession getJobProcessorLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the job processor
lookup service.proxy - a proxy JobProcessorLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorLookup() is false optional - This method must be implemented if
supportsJobProcessorLookup() is true.
JobProcessorLookupSession getJobProcessorLookupSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job processor
lookup service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy JobProcessorLookupSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobProcessorLookup() and
supportsVisibleFederation() are true.
JobProcessorQuerySession getJobProcessorQuerySession(Proxy proxy) throws OperationFailedException
OsidSession associated with the job processor
query service.proxy - a proxy JobProcessorQuerySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorQuery() is false optional - This method must be implemented if
supportsJobProcessorQuery() is true.
JobProcessorQuerySession getJobProcessorQuerySessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job processor
query service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy JobProcessorQuerySession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorQuery() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobProcessorQuery() and
supportsVisibleFederation() are true.
JobProcessorSearchSession getJobProcessorSearchSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the job processor
search service.proxy - a proxy JobProcessorSearchSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorSearch() is false optional - This method must be implemented if
supportsJobProcessorSearch() is true.
JobProcessorSearchSession getJobProcessorSearchSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job processor
earch service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy JobProcessorSearchSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorSearch() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobProcessorSearch() and
supportsVisibleFederation() are true.
JobProcessorAdminSession getJobProcessorAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the job processor
administration service.proxy - a proxy JobProcessorAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorAdmin() is false optional - This method must be implemented if
supportsJobProcessorAdmin() is true.
JobProcessorAdminSession getJobProcessorAdminSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job processor
administration service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy JobProcessorAdminSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobProcessorAdmin() and
supportsVisibleFederation() are true.
JobProcessorNotificationSession getJobProcessorNotificationSession(JobProcessorReceiver jobProcessorReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the job processor
notification service.jobProcessorReceiver - the notification callbackproxy - a proxy JobProcessorNotificationSession NullArgumentException - jobProcessorReceiver
or proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorNotification() is false
optional - This method must be implemented if
supportsJobProcessorNotification() is true.
JobProcessorNotificationSession getJobProcessorNotificationSessionForFoundry(JobProcessorReceiver jobProcessorReceiver, Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job processor
notification service for the given foundry.jobProcessorReceiver - the notification callbackfoundryId - the Id of the Foundry proxy - a proxy JobProcessorNotificationSession NotFoundException - no foundry found by the given
Id NullArgumentException - jobProcessorReceiver,
foundryId or proxy is null
OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobProcessorNotification() and
supportsVisibleFederation() are true.
JobProcessorFoundrySession getJobProcessorFoundrySession(Proxy proxy) throws OperationFailedException
OsidSession to lookup job processor/foundry
mappings for job processors.proxy - a proxy JobProcessorFoundrySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorFoundry() is false optional - This method must be implemented if
supportsJobProcessorFoundry() is true.
JobProcessorFoundryAssignmentSession getJobProcessorFoundryAssignmentSession(Proxy proxy) throws OperationFailedException
OsidSession associated with assigning job
processor to foundries.proxy - a proxy JobProcessorFoundryAssignmentSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorFoundryAssignment() is
false optional - This method must be implemented if
supportsJobProcessorFoundryAssignment() is
true. JobProcessorSmartFoundrySession getJobProcessorSmartFoundrySession(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession to manage job processor smart
foundries.foundryId - the Id of the Foundry proxy - a proxy JobProcessorSmartFoundrySession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorSmartFoundry() is false
optional - This method must be implemented if
supportsJobProcessorSmartFoundry() is true.
JobProcessorRuleLookupSession getJobProcessorRuleLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the job processor
mapping lookup service for looking up the rules applied to a job.proxy - a proxy JobProcessorRuleLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorRuleLookup() is false
optional - This method must be implemented if
supportsJobProcessorRuleLookup() is true.
JobProcessorRuleLookupSession getJobProcessorRuleLookupSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job processor
mapping lookup service for the given foundry for looking up rules
applied to a job.foundryId - the Id of the Foundry proxy - a proxy JobProcessorRuleLookupSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorRuleLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobProcessorRuleLookup() and
supportsVisibleFederation() are true.
JobProcessorRuleApplicationSession getJobProcessorRuleApplicationSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the job processor
assignment service to apply to jobs.proxy - a proxy JobProcessorRuleApplicationSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorRuleApplication() is false
optional - This method must be implemented if
supportsJobProcessorRuleApplication() is
true. JobProcessorRuleApplicationSession getJobProcessorRuleApplicationSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job processor
assignment service for the given foundry to apply to jobs.foundryId - the Id of the Foundry proxy - a proxy JobProcessorRuleApplicationSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorRuleApplication() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobProcessorRuleApplication() and
supportsVisibleFederation() are true.
JobProcessorEnablerLookupSession getJobProcessorEnablerLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the job processor
enabler lookup service.proxy - a proxy JobProcessorEnablerLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorEnablerLookup() is false
optional - This method must be implemented if
supportsJobProcessorEnablerLookup() is
true. JobProcessorEnablerLookupSession getJobProcessorEnablerLookupSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job processor
enabler lookup service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy JobProcessorEnablerLookupSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorEnablerLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobProcessorEnablerLookup() and
supportsVisibleFederation() are true.
JobProcessorEnablerQuerySession getJobProcessorEnablerQuerySession(Proxy proxy) throws OperationFailedException
OsidSession associated with the job processor
enabler query service.proxy - a proxy JobProcessorEnablerQuerySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorEnablerQuery() is false
optional - This method must be implemented if
supportsJobProcessorEnablerQuery() is true.
JobProcessorEnablerQuerySession getJobProcessorEnablerQuerySessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job processor
enabler query service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy JobProcessorEnablerQuerySession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorEnablerQuery() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobProcessorEnablerQuery() and
supportsVisibleFederation() are true.
JobProcessorEnablerSearchSession getJobProcessorEnablerSearchSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the job processor
enabler search service.proxy - a proxy JobProcessorEnablerSearchSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorEnablerSearch() is false
optional - This method must be implemented if
supportsJobProcessorEnablerSearch() is
true. JobProcessorEnablerSearchSession getJobProcessorEnablerSearchSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job processor
enablers earch service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy JobProcessorEnablerSearchSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorEnablerSearch() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobProcessorEnablerSearch() and
supportsVisibleFederation() are true.
JobProcessorEnablerAdminSession getJobProcessorEnablerAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the job processor
enabler administration service.proxy - a proxy JobProcessorEnablerAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorEnablerAdmin() is false
optional - This method must be implemented if
supportsJobProcessorEnablerAdmin() is true.
JobProcessorEnablerAdminSession getJobProcessorEnablerAdminSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job processor
enabler administration service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy JobProcessorEnablerAdminSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorEnablerAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobProcessorEnablerAdmin() and
supportsVisibleFederation() are true.
JobProcessorEnablerNotificationSession getJobProcessorEnablerNotificationSession(JobProcessorEnablerReceiver jobProcessorEnablerReceiver, Proxy proxy) throws OperationFailedException
OsidSession associated with the job processor
enabler notification service.jobProcessorEnablerReceiver - the notification callbackproxy - a proxy JobProcessorEnablerNotificationSession NullArgumentException -
jobProcessorEnablerReceiver or proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorEnablerNotification() is
false optional - This method must be implemented if
supportsJobProcessorEnablerNotification() is
true. JobProcessorEnablerNotificationSession getJobProcessorEnablerNotificationSessionForFoundry(JobProcessorEnablerReceiver jobProcessorEnablerReceiver, Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job processor
enabler notification service for the given foundry.jobProcessorEnablerReceiver - the notification callbackfoundryId - the Id of the Foundry proxy - a proxy JobProcessorEnablerNotificationSession NotFoundException - no foundry found by the given
Id NullArgumentException -
jobProcessorEnablerReceiver, foundryId or proxy
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorEnablerNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobProcessorEnablerNotification() and
supportsVisibleFederation() are
true. JobProcessorEnablerFoundrySession getJobProcessorEnablerFoundrySession(Proxy proxy) throws OperationFailedException
OsidSession to lookup job processor
enabler/foundry mappings for job processor enablers.proxy - a proxy JobProcessorEnablerFoundrySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorEnablerFoundry() is false
optional - This method must be implemented if
supportsJobProcessorEnablerFoundry() is
true. JobProcessorEnablerFoundryAssignmentSession getJobProcessorEnablerFoundryAssignmentSession(Proxy proxy) throws OperationFailedException
OsidSession associated with assigning job
processor enablers to foundries.proxy - a proxy JobProcessorEnablerFoundryAssignmentSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorEnablerFoundryAssignment() is
false optional - This method must be implemented if
supportsJobProcessorEnablerFoundryAssignment() is
true. JobProcessorEnablerSmartFoundrySession getJobProcessorEnablerSmartFoundrySession(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession to manage job processor enabler
smart foundries.foundryId - the Id of the Foundry proxy - a proxy JobProcessorEnablerSmartFoundrySession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorEnablerSmartFoundry() is
false optional - This method must be implemented if
supportsJobProcessorEnablerSmartFoundry() is
true. JobProcessorEnablerRuleLookupSession getJobProcessorEnablerRuleLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the job processor
enabler mapping lookup service.proxy - a proxy JobProcessorEnablerRuleLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorEnablerRuleLookup() is
false optional - This method must be implemented if
supportsJobProcessorEnablerRuleLookup() is
true. JobProcessorEnablerRuleLookupSession getJobProcessorEnablerRuleLookupSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job processor
enabler mapping lookup service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy JobProcessorEnablerRuleLookupSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorEnablerRuleLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobProcessorEnablerRuleLookup() and
supportsVisibleFederation() are true.
JobProcessorEnablerRuleApplicationSession getJobProcessorEnablerRuleApplicationSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the job processor
enabler assignment service.proxy - a proxy JobProcessorEnablerRuleApplicationSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorEnablerRuleApplication() is
false optional - This method must be implemented if
supportsJobProcessorEnablerRuleApplication() is
true. JobProcessorEnablerRuleApplicationSession getJobProcessorEnablerRuleApplicationSessionForFoundry(Id foundryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the job processor
enabler assignment service for the given foundry.foundryId - the Id of the Foundry proxy - a proxy JobProcessorEnablerRuleApplicationSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorEnablerRuleApplication() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobProcessorEnablerRuleApplication() and
supportsVisibleFederation() are
true.