public interface ResourcingRulesManager extends OsidManager, ResourcingRulesProfile
The resourcing rules manager provides access to resourcing rules sessions and provides interoperability tests for various aspects of this service. 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 jobs 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 jobs 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()
Gets the
OsidSession associated with the availability
enabler administration service. |
AvailabilityEnablerAdminSession |
getAvailabilityEnablerAdminSessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the availability
enabler administration service for the given foundry. |
AvailabilityEnablerFoundryAssignmentSession |
getAvailabilityEnablerFoundryAssignmentSession()
Gets the
OsidSession associated with assigning
availability enabler to foundries. |
AvailabilityEnablerFoundrySession |
getAvailabilityEnablerFoundrySession()
Gets the
OsidSession to lookup availability
enabler/foundry mappings for availability enablers. |
AvailabilityEnablerLookupSession |
getAvailabilityEnablerLookupSession()
Gets the
OsidSession associated with the availability
enabler lookup service. |
AvailabilityEnablerLookupSession |
getAvailabilityEnablerLookupSessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the availability
enabler lookup service for the given foundry. |
AvailabilityEnablerNotificationSession |
getAvailabilityEnablerNotificationSession(AvailabilityEnablerReceiver availabilityConstrainerReceiver)
Gets the
OsidSession associated with the availability
enabler notification service. |
AvailabilityEnablerNotificationSession |
getAvailabilityEnablerNotificationSessionForFoundry(AvailabilityEnablerReceiver availabilityConstrainerReceiver,
Id foundryId)
Gets the
OsidSession associated with the availability
enabler notification service for the given foundry. |
AvailabilityEnablerQuerySession |
getAvailabilityEnablerQuerySession()
Gets the
OsidSession associated with the availability
enabler query service. |
AvailabilityEnablerQuerySession |
getAvailabilityEnablerQuerySessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the availability
enabler query service for the given foundry. |
AvailabilityEnablerRuleApplicationSession |
getAvailabilityEnablerRuleApplicationSession()
Gets the
OsidSession associated with the availability
enabler assignment service to apply to availabilities. |
AvailabilityEnablerRuleApplicationSession |
getAvailabilityEnablerRuleApplicationSessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the availability
enabler assignment service for the given foundry to apply to
availabilities. |
AvailabilityEnablerRuleLookupSession |
getAvailabilityEnablerRuleLookupSession()
Gets the
OsidSession associated with the availability
enabler mapping lookup service for looking up the rules applied to an
availability. |
AvailabilityEnablerRuleLookupSession |
getAvailabilityEnablerRuleLookupSessionForFoundry(Id foundryId)
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()
Gets the
OsidSession associated with the availability
enabler search service. |
AvailabilityEnablerSearchSession |
getAvailabilityEnablerSearchSessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the availability
enabler earch service for the given foundry. |
AvailabilityEnablerSmartFoundrySession |
getAvailabilityEnablerSmartFoundrySession(Id foundryId)
Gets the
OsidSession to manage availability enabler
smart foundries. |
CommissionEnablerAdminSession |
getCommissionEnablerAdminSession()
Gets the
OsidSession associated with the commission
enabler administration service. |
CommissionEnablerAdminSession |
getCommissionEnablerAdminSessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the commission
enabler administration service for the given foundry. |
CommissionEnablerFoundryAssignmentSession |
getCommissionEnablerFoundryAssignmentSession()
Gets the
OsidSession associated with assigning
commission enabler to foundries. |
CommissionEnablerFoundrySession |
getCommissionEnablerFoundrySession()
Gets the
OsidSession to lookup commission
enabler/foundry mappings for commission enablers. |
CommissionEnablerLookupSession |
getCommissionEnablerLookupSession()
Gets the
OsidSession associated with the commission
enabler lookup service. |
CommissionEnablerLookupSession |
getCommissionEnablerLookupSessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the commission
enabler lookup service for the given foundry. |
CommissionEnablerNotificationSession |
getCommissionEnablerNotificationSession(CommissionEnablerReceiver commissionConstrainerReceiver)
Gets the
OsidSession associated with the commission
enabler notification service. |
CommissionEnablerNotificationSession |
getCommissionEnablerNotificationSessionForFoundry(CommissionEnablerReceiver commissionConstrainerReceiver,
Id foundryId)
Gets the
OsidSession associated with the commission
enabler notification service for the given foundry. |
CommissionEnablerQuerySession |
getCommissionEnablerQuerySession()
Gets the
OsidSession associated with the commission
enabler query service. |
CommissionEnablerQuerySession |
getCommissionEnablerQuerySessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the commission
enabler query service for the given foundry. |
CommissionEnablerRuleApplicationSession |
getCommissionEnablerRuleApplicationSession()
Gets the
OsidSession associated with the commission
enabler assignment service to apply to commissions. |
CommissionEnablerRuleApplicationSession |
getCommissionEnablerRuleApplicationSessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the commission
enabler assignment service for the given foundry to apply to
commissions. |
CommissionEnablerRuleLookupSession |
getCommissionEnablerRuleLookupSession()
Gets the
OsidSession associated with the commission
enabler mapping lookup service for looking up the rules applied to the
commission. |
CommissionEnablerRuleLookupSession |
getCommissionEnablerRuleLookupSessionForFoundry(Id foundryId)
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()
Gets the
OsidSession associated with the commission
enabler search service. |
CommissionEnablerSearchSession |
getCommissionEnablerSearchSessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the commission
enabler earch service for the given foundry. |
CommissionEnablerSmartFoundrySession |
getCommissionEnablerSmartFoundrySession(Id foundryId)
Gets the
OsidSession to manage commission enabler smart
foundries. |
JobConstrainerAdminSession |
getJobConstrainerAdminSession()
Gets the
OsidSession associated with the job
constrainer administration service. |
JobConstrainerAdminSession |
getJobConstrainerAdminSessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the job
constrainer administration service for the given foundry. |
JobConstrainerEnablerAdminSession |
getJobConstrainerEnablerAdminSession()
Gets the
OsidSession associated with the job
constrainer enabler administration service. |
JobConstrainerEnablerAdminSession |
getJobConstrainerEnablerAdminSessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the job
constrainer enabler administration service for the given foundry. |
JobConstrainerEnablerFoundryAssignmentSession |
getJobConstrainerEnablerFoundryAssignmentSession()
Gets the
OsidSession associated with assigning job
constrainer enablers to foundries. |
JobConstrainerEnablerFoundrySession |
getJobConstrainerEnablerFoundrySession()
Gets the
OsidSession to lookup job constrainer
enabler/foundry mappings for job constrainer enablers. |
JobConstrainerEnablerLookupSession |
getJobConstrainerEnablerLookupSession()
Gets the
OsidSession associated with the job
constrainer enabler lookup service. |
JobConstrainerEnablerLookupSession |
getJobConstrainerEnablerLookupSessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the job
constrainer enabler lookup service for the given foundry. |
JobConstrainerEnablerNotificationSession |
getJobConstrainerEnablerNotificationSession(JobConstrainerEnablerReceiver jobConstrainerEnablerReceiver)
Gets the
OsidSession associated with the job
constrainer enabler notification service. |
JobConstrainerEnablerNotificationSession |
getJobConstrainerEnablerNotificationSessionForFoundry(JobConstrainerEnablerReceiver jobConstrainerEnablerReceiver,
Id foundryId)
Gets the
OsidSession associated with the job
constrainer enabler notification service for the given foundry. |
JobConstrainerEnablerQuerySession |
getJobConstrainerEnablerQuerySession()
Gets the
OsidSession associated with the job
constrainer enabler query service. |
JobConstrainerEnablerQuerySession |
getJobConstrainerEnablerQuerySessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the job
constrainer enabler query service for the given foundry. |
JobConstrainerEnablerRuleApplicationSession |
getJobConstrainerEnablerRuleApplicationSession()
Gets the
OsidSession associated with the job
constrainer enabler assignment service. |
JobConstrainerEnablerRuleApplicationSession |
getJobConstrainerEnablerRuleApplicationSessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the job
constrainer enabler assignment service for the given foundry. |
JobConstrainerEnablerRuleLookupSession |
getJobConstrainerEnablerRuleLookupSession()
Gets the
OsidSession associated with the job
constrainer enabler mapping lookup service. |
JobConstrainerEnablerRuleLookupSession |
getJobConstrainerEnablerRuleLookupSessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the job
constrainer enabler mapping lookup service for the given foundry. |
JobConstrainerEnablerSearchSession |
getJobConstrainerEnablerSearchSession()
Gets the
OsidSession associated with the job
constrainer enabler search service. |
JobConstrainerEnablerSearchSession |
getJobConstrainerEnablerSearchSessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the job
constrainer enablers earch service for the given foundry. |
JobConstrainerEnablerSmartFoundrySession |
getJobConstrainerEnablerSmartFoundrySession(Id foundryId)
Gets the
OsidSession to manage job constrainer enabler
smart foundries. |
JobConstrainerFoundryAssignmentSession |
getJobConstrainerFoundryAssignmentSession()
Gets the
OsidSession associated with assigning job
constrainer to foundries. |
JobConstrainerFoundrySession |
getJobConstrainerFoundrySession()
Gets the
OsidSession to lookup job constrainer/foundry
mappings for job constrainers. |
JobConstrainerLookupSession |
getJobConstrainerLookupSession()
Gets the
OsidSession associated with the job
constrainer lookup service. |
JobConstrainerLookupSession |
getJobConstrainerLookupSessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the job
constrainer lookup service for the given foundry. |
JobConstrainerNotificationSession |
getJobConstrainerNotificationSession(JobConstrainerReceiver jobConstrainerReceiver)
Gets the
OsidSession associated with the job
constrainer notification service. |
JobConstrainerNotificationSession |
getJobConstrainerNotificationSessionForFoundry(JobConstrainerReceiver jobConstrainerReceiver,
Id foundryId)
Gets the
OsidSession associated with the job
constrainer notification service for the given foundry. |
JobConstrainerQuerySession |
getJobConstrainerQuerySession()
Gets the
OsidSession associated with the job
constrainer query service. |
JobConstrainerQuerySession |
getJobConstrainerQuerySessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the job
constrainer query service for the given foundry. |
JobConstrainerRuleApplicationSession |
getJobConstrainerRuleApplicationSession()
Gets the
OsidSession associated with the job
constrainer assignment service to apply to jobs. |
JobConstrainerRuleApplicationSession |
getJobConstrainerRuleApplicationSessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the job
constrainer assignment service for the given foundry to apply to jobs. |
JobConstrainerRuleLookupSession |
getJobConstrainerRuleLookupSession()
Gets the
OsidSession associated with the job
constrainer mapping lookup service for looking up the rules applied to
a job. |
JobConstrainerRuleLookupSession |
getJobConstrainerRuleLookupSessionForFoundry(Id foundryId)
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()
Gets the
OsidSession associated with the job
constrainer search service. |
JobConstrainerSearchSession |
getJobConstrainerSearchSessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the job
constrainer earch service for the given foundry. |
JobConstrainerSmartFoundrySession |
getJobConstrainerSmartFoundrySession(Id foundryId)
Gets the
OsidSession to manage job constrainer smart
foundries. |
JobProcessorAdminSession |
getJobProcessorAdminSession()
Gets the
OsidSession associated with the job processor
administration service. |
JobProcessorAdminSession |
getJobProcessorAdminSessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the job processor
administration service for the given foundry. |
JobProcessorEnablerAdminSession |
getJobProcessorEnablerAdminSession()
Gets the
OsidSession associated with the job processor
enabler administration service. |
JobProcessorEnablerAdminSession |
getJobProcessorEnablerAdminSessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the job processor
enabler administration service for the given foundry. |
JobProcessorEnablerFoundryAssignmentSession |
getJobProcessorEnablerFoundryAssignmentSession()
Gets the
OsidSession associated with assigning job
processor enablers to foundries. |
JobProcessorEnablerFoundrySession |
getJobProcessorEnablerFoundrySession()
Gets the
OsidSession to lookup job processor
enabler/foundry mappings for job processor enablers. |
JobProcessorEnablerLookupSession |
getJobProcessorEnablerLookupSession()
Gets the
OsidSession associated with the job processor
enabler lookup service. |
JobProcessorEnablerLookupSession |
getJobProcessorEnablerLookupSessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the job processor
enabler lookup service for the given foundry. |
JobProcessorEnablerNotificationSession |
getJobProcessorEnablerNotificationSession(JobProcessorEnablerReceiver jobProcessorEnablerReceiver)
Gets the
OsidSession associated with the job processor
enabler notification service. |
JobProcessorEnablerNotificationSession |
getJobProcessorEnablerNotificationSessionForFoundry(JobProcessorEnablerReceiver jobProcessorEnablerReceiver,
Id foundryId)
Gets the
OsidSession associated with the job processor
enabler notification service for the given foundry. |
JobProcessorEnablerQuerySession |
getJobProcessorEnablerQuerySession()
Gets the
OsidSession associated with the job processor
enabler query service. |
JobProcessorEnablerQuerySession |
getJobProcessorEnablerQuerySessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the job processor
enabler query service for the given foundry. |
JobProcessorEnablerRuleApplicationSession |
getJobProcessorEnablerRuleApplicationSession()
Gets the
OsidSession associated with the job processor
enabler assignment service. |
JobProcessorEnablerRuleApplicationSession |
getJobProcessorEnablerRuleApplicationSessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the job processor
enabler assignment service for the given foundry. |
JobProcessorEnablerRuleLookupSession |
getJobProcessorEnablerRuleLookupSession()
Gets the
OsidSession associated with the job processor
enabler mapping lookup service. |
JobProcessorEnablerRuleLookupSession |
getJobProcessorEnablerRuleLookupSessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the job processor
enabler mapping lookup service. |
JobProcessorEnablerSearchSession |
getJobProcessorEnablerSearchSession()
Gets the
OsidSession associated with the job processor
enabler search service. |
JobProcessorEnablerSearchSession |
getJobProcessorEnablerSearchSessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the job processor
enablers earch service for the given foundry. |
JobProcessorEnablerSmartFoundrySession |
getJobProcessorEnablerSmartFoundrySession(Id foundryId)
Gets the
OsidSession to manage job processor enabler
smart foundries. |
JobProcessorFoundryAssignmentSession |
getJobProcessorFoundryAssignmentSession()
Gets the
OsidSession associated with assigning job
processor to foundries. |
JobProcessorFoundrySession |
getJobProcessorFoundrySession()
Gets the
OsidSession to lookup job processor/foundry
mappings for job processors. |
JobProcessorLookupSession |
getJobProcessorLookupSession()
Gets the
OsidSession associated with the job processor
lookup service. |
JobProcessorLookupSession |
getJobProcessorLookupSessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the job processor
lookup service for the given foundry. |
JobProcessorNotificationSession |
getJobProcessorNotificationSession(JobProcessorReceiver jobProcessorReceiver)
Gets the
OsidSession associated with the job processor
notification service. |
JobProcessorNotificationSession |
getJobProcessorNotificationSessionForFoundry(JobProcessorReceiver jobProcessorReceiver,
Id foundryId)
Gets the
OsidSession associated with the job processor
notification service for the given foundry. |
JobProcessorQuerySession |
getJobProcessorQuerySession()
Gets the
OsidSession associated with the job processor
query service. |
JobProcessorQuerySession |
getJobProcessorQuerySessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the job processor
query service for the given foundry. |
JobProcessorRuleApplicationSession |
getJobProcessorRuleApplicationSession()
Gets the
OsidSession associated with the job processor
assignment service. |
JobProcessorRuleApplicationSession |
getJobProcessorRuleApplicationSessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the job processor
assignment service for the given foundry. |
JobProcessorRuleLookupSession |
getJobProcessorRuleLookupSession()
Gets the
OsidSession associated with the job processor
mapping lookup service for looking up the rules applied to the job. |
JobProcessorRuleLookupSession |
getJobProcessorRuleLookupSessionForFoundry(Id foundryId)
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()
Gets the
OsidSession associated with the job processor
search service. |
JobProcessorSearchSession |
getJobProcessorSearchSessionForFoundry(Id foundryId)
Gets the
OsidSession associated with the job processor
earch service for the given foundry. |
JobProcessorSmartFoundrySession |
getJobProcessorSmartFoundrySession(Id foundryId)
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() throws OperationFailedException
OsidSession associated with the availability
enabler lookup service. AvailabilityEnablerLookupSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAvailabilityEnablerLookup() is false
optional - This method must be implemented if
supportsAvailabilityEnablerLookup() is
true. AvailabilityEnablerLookupSession getAvailabilityEnablerLookupSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the availability
enabler lookup service for the given foundry.foundryId - the Id of the Foundry AvailabilityEnablerLookupSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the availability
enabler query service. AvailabilityEnablerQuerySession OperationFailedException - unable to complete requestUnimplementedException -
supportsAvailabilityEnablerQuery() is false
optional - This method must be implemented if
supportsAvailabilityEnablerQuery() is true.
AvailabilityEnablerQuerySession getAvailabilityEnablerQuerySessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the availability
enabler query service for the given foundry.foundryId - the Id of the Foundry AvailabilityEnablerQuerySession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the availability
enabler search service. AvailabilityEnablerSearchSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAvailabilityEnablerSearch() is false
optional - This method must be implemented if
supportsAvailabilityEnablerSearch() is
true. AvailabilityEnablerSearchSession getAvailabilityEnablerSearchSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the availability
enabler earch service for the given foundry.foundryId - the Id of the Foundry AvailabilityEnablerSearchSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the availability
enabler administration service. AvailabilityEnablerAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAvailabilityEnablerAdmin() is false
optional - This method must be implemented if
supportsAvailabilityEnablerAdmin() is true.
AvailabilityEnablerAdminSession getAvailabilityEnablerAdminSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the availability
enabler administration service for the given foundry.foundryId - the Id of the Foundry AvailabilityEnablerAdminSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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) throws OperationFailedException
OsidSession associated with the availability
enabler notification service.availabilityConstrainerReceiver - the notification callback AvailabilityEnablerNotificationSession NullArgumentException -
availabilityConstrainerReceiver 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) throws NotFoundException, OperationFailedException
OsidSession associated with the availability
enabler notification service for the given foundry.availabilityConstrainerReceiver - the notification callbackfoundryId - the Id of the Foundry AvailabilityEnablerNotificationSession NotFoundException - no foundry found by the given
Id NullArgumentException -
availabilityConstrainerReceiver or foundryId
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() throws OperationFailedException
OsidSession to lookup availability
enabler/foundry mappings for availability enablers. AvailabilityEnablerFoundrySession OperationFailedException - unable to complete requestUnimplementedException -
supportsAvailabilityEnablerFoundry() is false
optional - This method must be implemented if
supportsAvailabilityEnablerFoundry() is
true. AvailabilityEnablerFoundryAssignmentSession getAvailabilityEnablerFoundryAssignmentSession() throws OperationFailedException
OsidSession associated with assigning
availability enabler to foundries. AvailabilityEnablerFoundryAssignmentSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAvailabilityEnablerFoundryAssignment() is
false optional - This method must be implemented if
supportsAvailabilityEnablerFoundryAssignment() is
true. AvailabilityEnablerSmartFoundrySession getAvailabilityEnablerSmartFoundrySession(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession to manage availability enabler
smart foundries.foundryId - the Id of the Foundry AvailabilityEnablerSmartFoundrySession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAvailabilityEnablerSmartFoundry() is
false optional - This method must be implemented if
supportsAvailabilityEnablerSmartFoundry() is
true. AvailabilityEnablerRuleLookupSession getAvailabilityEnablerRuleLookupSession() throws OperationFailedException
OsidSession associated with the availability
enabler mapping lookup service for looking up the rules applied to an
availability. AvailabilityEnablerRuleLookupSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAvailabilityEnablerRuleLookup() is
false optional - This method must be implemented if
supportsAvailabilityEnablerRuleLookup() is
true. AvailabilityEnablerRuleLookupSession getAvailabilityEnablerRuleLookupSessionForFoundry(Id foundryId) 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 AvailabilityEnablerRuleLookupSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the availability
enabler assignment service to apply to availabilities. AvailabilityEnablerRuleApplicationSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAvailabilityEnablerRuleApplication() is
false optional - This method must be implemented if
supportsAvailabilityEnablerRuleApplication() is
true. AvailabilityEnablerRuleApplicationSession getAvailabilityEnablerRuleApplicationSessionForFoundry(Id foundryId) 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 AvailabilityEnablerRuleApplicationSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the commission
enabler lookup service. CommissionEnablerLookupSession OperationFailedException - unable to complete requestUnimplementedException -
supportsCommissionEnablerLookup() is false
optional - This method must be implemented if
supportsCommissionEnablerLookup() is true.
CommissionEnablerLookupSession getCommissionEnablerLookupSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the commission
enabler lookup service for the given foundry.foundryId - the Id of the Foundry CommissionEnablerLookupSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the commission
enabler query service. CommissionEnablerQuerySession OperationFailedException - unable to complete requestUnimplementedException -
supportsCommissionEnablerQuery() is false
optional - This method must be implemented if
supportsCommissionEnablerQuery() is true.
CommissionEnablerQuerySession getCommissionEnablerQuerySessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the commission
enabler query service for the given foundry.foundryId - the Id of the Foundry CommissionEnablerQuerySession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the commission
enabler search service. CommissionEnablerSearchSession OperationFailedException - unable to complete requestUnimplementedException -
supportsCommissionEnablerSearch() is false
optional - This method must be implemented if
supportsCommissionEnablerSearch() is true.
CommissionEnablerSearchSession getCommissionEnablerSearchSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the commission
enabler earch service for the given foundry.foundryId - the Id of the Foundry CommissionEnablerSearchSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the commission
enabler administration service. CommissionEnablerAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsCommissionEnablerAdmin() is false
optional - This method must be implemented if
supportsCommissionEnablerAdmin() is true.
CommissionEnablerAdminSession getCommissionEnablerAdminSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the commission
enabler administration service for the given foundry.foundryId - the Id of the Foundry CommissionEnablerAdminSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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) throws OperationFailedException
OsidSession associated with the commission
enabler notification service.commissionConstrainerReceiver - the notification callback CommissionEnablerNotificationSession NullArgumentException -
commissionConstrainerReceiver 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) throws NotFoundException, OperationFailedException
OsidSession associated with the commission
enabler notification service for the given foundry.commissionConstrainerReceiver - the notification callbackfoundryId - the Id of the Foundry CommissionEnablerNotificationSession NotFoundException - no foundry found by the given
Id NullArgumentException -
commissionConstrainerReceiver or foundryId
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() throws OperationFailedException
OsidSession to lookup commission
enabler/foundry mappings for commission enablers. CommissionEnablerFoundrySession OperationFailedException - unable to complete requestUnimplementedException -
supportsCommissionEnablerFoundry() is false
optional - This method must be implemented if
supportsCommissionEnablerFoundry() is true.
CommissionEnablerFoundryAssignmentSession getCommissionEnablerFoundryAssignmentSession() throws OperationFailedException
OsidSession associated with assigning
commission enabler to foundries. CommissionEnablerFoundryAssignmentSession OperationFailedException - unable to complete requestUnimplementedException -
supportsCommissionEnablerFoundryAssignment() is
false optional - This method must be implemented if
supportsCommissionEnablerFoundryAssignment() is
true. CommissionEnablerSmartFoundrySession getCommissionEnablerSmartFoundrySession(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession to manage commission enabler smart
foundries.foundryId - the Id of the Foundry CommissionEnablerSmartFoundrySession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsCommissionEnablerSmartFoundry() is
false optional - This method must be implemented if
supportsCommissionEnablerSmartFoundry() is
true. CommissionEnablerRuleLookupSession getCommissionEnablerRuleLookupSession() throws OperationFailedException
OsidSession associated with the commission
enabler mapping lookup service for looking up the rules applied to the
commission. CommissionEnablerRuleLookupSession OperationFailedException - unable to complete requestUnimplementedException -
supportsCommissionEnablerRuleLookup() is false
optional - This method must be implemented if
supportsCommissionEnablerRuleLookup() is
true. CommissionEnablerRuleLookupSession getCommissionEnablerRuleLookupSessionForFoundry(Id foundryId) 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 CommissionEnablerRuleLookupSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the commission
enabler assignment service to apply to commissions. CommissionEnablerRuleApplicationSession OperationFailedException - unable to complete requestUnimplementedException -
supportsCommissionEnablerRuleApplication() is
false optional - This method must be implemented if
supportsCommissionEnablerRuleApplication() is
true. CommissionEnablerRuleApplicationSession getCommissionEnablerRuleApplicationSessionForFoundry(Id foundryId) 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 CommissionEnablerRuleApplicationSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the job
constrainer lookup service. JobConstrainerLookupSession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerLookup() is false optional - This method must be implemented if
supportsJobConstrainerLookup() is true.
JobConstrainerLookupSession getJobConstrainerLookupSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the job
constrainer lookup service for the given foundry.foundryId - the Id of the Foundry JobConstrainerLookupSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the job
constrainer query service. JobConstrainerQuerySession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerQuery() is false optional - This method must be implemented if
supportsJobConstrainerQuery() is true.
JobConstrainerQuerySession getJobConstrainerQuerySessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the job
constrainer query service for the given foundry.foundryId - the Id of the Foundry JobConstrainerQuerySession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the job
constrainer search service. JobConstrainerSearchSession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerSearch() is false optional - This method must be implemented if
supportsJobConstrainerSearch() is true.
JobConstrainerSearchSession getJobConstrainerSearchSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the job
constrainer earch service for the given foundry.foundryId - the Id of the Foundry JobConstrainerSearchSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the job
constrainer administration service. JobConstrainerAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerAdmin() is false optional - This method must be implemented if
supportsJobConstrainerAdmin() is true.
JobConstrainerAdminSession getJobConstrainerAdminSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the job
constrainer administration service for the given foundry.foundryId - the Id of the Foundry JobConstrainerAdminSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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) throws OperationFailedException
OsidSession associated with the job
constrainer notification service.jobConstrainerReceiver - the notification callback JobConstrainerNotificationSession NullArgumentException - jobConstrainerReceiver
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) throws NotFoundException, OperationFailedException
OsidSession associated with the job
constrainer notification service for the given foundry.jobConstrainerReceiver - the notification callbackfoundryId - the Id of the Foundry JobConstrainerNotificationSession NotFoundException - no foundry found by the given
Id NullArgumentException - jobConstrainerReceiver
or foundryId 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() throws OperationFailedException
OsidSession to lookup job constrainer/foundry
mappings for job constrainers. JobConstrainerFoundrySession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerFoundry() is false
optional - This method must be implemented if
supportsJobConstrainerFoundry() is true.
JobConstrainerFoundryAssignmentSession getJobConstrainerFoundryAssignmentSession() throws OperationFailedException
OsidSession associated with assigning job
constrainer to foundries. JobConstrainerFoundryAssignmentSession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerFoundryAssignment() is
false optional - This method must be implemented if
supportsJobConstrainerFoundryAssignment() is
true. JobConstrainerSmartFoundrySession getJobConstrainerSmartFoundrySession(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession to manage job constrainer smart
foundries.foundryId - the Id of the Foundry JobConstrainerSmartFoundrySession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerSmartFoundry() is false
optional - This method must be implemented if
supportsJobConstrainerSmartFoundry() is
true. JobConstrainerRuleLookupSession getJobConstrainerRuleLookupSession() throws OperationFailedException
OsidSession associated with the job
constrainer mapping lookup service for looking up the rules applied to
a job. JobConstrainerRuleLookupSession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerRuleLookup() is false
optional - This method must be implemented if
supportsJobConstrainerRuleLookup() is true.
JobConstrainerRuleLookupSession getJobConstrainerRuleLookupSessionForFoundry(Id foundryId) 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 JobConstrainerRuleLookupSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the job
constrainer assignment service to apply to jobs. JobConstrainerRuleApplicationSession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerRuleApplication() is
false optional - This method must be implemented if
supportsJobConstrainerRuleApplication() is
true. JobConstrainerRuleApplicationSession getJobConstrainerRuleApplicationSessionForFoundry(Id foundryId) 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 JobConstrainerRuleApplicationSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the job
constrainer enabler lookup service. JobConstrainerEnablerLookupSession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerEnablerLookup() is false
optional - This method must be implemented if
supportsJobConstrainerEnablerLookup() is
true. JobConstrainerEnablerLookupSession getJobConstrainerEnablerLookupSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the job
constrainer enabler lookup service for the given foundry.foundryId - the Id of the Foundry JobConstrainerEnablerLookupSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the job
constrainer enabler query service. JobConstrainerEnablerQuerySession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerEnablerQuery() is false
optional - This method must be implemented if
supportsJobConstrainerEnablerQuery() is
true. JobConstrainerEnablerQuerySession getJobConstrainerEnablerQuerySessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the job
constrainer enabler query service for the given foundry.foundryId - the Id of the Foundry JobConstrainerEnablerQuerySession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the job
constrainer enabler search service. JobConstrainerEnablerSearchSession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerEnablerSearch() is false
optional - This method must be implemented if
supportsJobConstrainerEnablerSearch() is
true. JobConstrainerEnablerSearchSession getJobConstrainerEnablerSearchSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the job
constrainer enablers earch service for the given foundry.foundryId - the Id of the Foundry JobConstrainerEnablerSearchSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the job
constrainer enabler administration service. JobConstrainerEnablerAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerEnablerAdmin() is false
optional - This method must be implemented if
supportsJobConstrainerEnablerAdmin() is
true. JobConstrainerEnablerAdminSession getJobConstrainerEnablerAdminSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the job
constrainer enabler administration service for the given foundry.foundryId - the Id of the Foundry JobConstrainerEnablerAdminSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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) throws OperationFailedException
OsidSession associated with the job
constrainer enabler notification service.jobConstrainerEnablerReceiver - the notification callback JobConstrainerEnablerNotificationSession NullArgumentException -
jobConstrainerEnablerReceiver 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) 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 JobConstrainerEnablerNotificationSession NotFoundException - no foundry found by the given
Id NullArgumentException -
jobConstrainerEnablerReceiver or foundryId
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() throws OperationFailedException
OsidSession to lookup job constrainer
enabler/foundry mappings for job constrainer enablers. JobConstrainerEnablerFoundrySession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerEnablerFoundry() is false
optional - This method must be implemented if
supportsJobConstrainerEnablerFoundry() is
true. JobConstrainerEnablerFoundryAssignmentSession getJobConstrainerEnablerFoundryAssignmentSession() throws OperationFailedException
OsidSession associated with assigning job
constrainer enablers to foundries. JobConstrainerEnablerFoundryAssignmentSession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerEnablerFoundryAssignment() is
false optional - This method must be implemented if
supportsJobConstrainerEnablerFoundryAssignment()
is true. JobConstrainerEnablerSmartFoundrySession getJobConstrainerEnablerSmartFoundrySession(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession to manage job constrainer enabler
smart foundries.foundryId - the Id of the Foundry JobConstrainerEnablerSmartFoundrySession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerEnablerSmartFoundry() is
false optional - This method must be implemented if
supportsJobConstrainerEnablerSmartFoundry() is
true. JobConstrainerEnablerRuleLookupSession getJobConstrainerEnablerRuleLookupSession() throws OperationFailedException
OsidSession associated with the job
constrainer enabler mapping lookup service. JobConstrainerEnablerRuleLookupSession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerEnablerRuleLookup() is
false optional - This method must be implemented if
supportsJobConstrainerEnablerRuleLookup() is
true. JobConstrainerEnablerRuleLookupSession getJobConstrainerEnablerRuleLookupSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the job
constrainer enabler mapping lookup service for the given foundry.foundryId - the Id of the Foundry JobConstrainerEnablerRuleLookupSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the job
constrainer enabler assignment service. JobConstrainerEnablerRuleApplicationSession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobConstrainerEnablerRuleApplication() is
false optional - This method must be implemented if
supportsJobConstrainerEnablerRuleApplication() is
true. JobConstrainerEnablerRuleApplicationSession getJobConstrainerEnablerRuleApplicationSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the job
constrainer enabler assignment service for the given foundry.foundryId - the Id of the Foundry JobConstrainerEnablerRuleApplicationSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the job processor
lookup service. JobProcessorLookupSession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorLookup() is false optional - This method must be implemented if
supportsJobProcessorLookup() is true.
JobProcessorLookupSession getJobProcessorLookupSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the job processor
lookup service for the given foundry.foundryId - the Id of the Foundry JobProcessorLookupSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the job processor
query service. JobProcessorQuerySession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorQuery() is false optional - This method must be implemented if
supportsJobProcessorQuery() is true.
JobProcessorQuerySession getJobProcessorQuerySessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the job processor
query service for the given foundry.foundryId - the Id of the Foundry JobProcessorQuerySession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the job processor
search service. JobProcessorSearchSession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorSearch() is false optional - This method must be implemented if
supportsJobProcessorSearch() is true.
JobProcessorSearchSession getJobProcessorSearchSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the job processor
earch service for the given foundry.foundryId - the Id of the Foundry JobProcessorSearchSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the job processor
administration service. JobProcessorAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorAdmin() is false optional - This method must be implemented if
supportsJobProcessorAdmin() is true.
JobProcessorAdminSession getJobProcessorAdminSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the job processor
administration service for the given foundry.foundryId - the Id of the Foundry JobProcessorAdminSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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) throws OperationFailedException
OsidSession associated with the job processor
notification service.jobProcessorReceiver - the notification callback JobProcessorNotificationSession NullArgumentException - jobProcessorReceiver
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) throws NotFoundException, OperationFailedException
OsidSession associated with the job processor
notification service for the given foundry.jobProcessorReceiver - the notification callbackfoundryId - the Id of the Foundry JobProcessorNotificationSession NotFoundException - no foundry found by the given
Id NullArgumentException - jobProcessorReceiver
or foundryId 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() throws OperationFailedException
OsidSession to lookup job processor/foundry
mappings for job processors. JobProcessorFoundrySession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorFoundry() is false optional - This method must be implemented if
supportsJobProcessorFoundry() is true.
JobProcessorFoundryAssignmentSession getJobProcessorFoundryAssignmentSession() throws OperationFailedException
OsidSession associated with assigning job
processor to foundries. JobProcessorFoundryAssignmentSession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorFoundryAssignment() is
false optional - This method must be implemented if
supportsJobProcessorFoundryAssignment() is
true. JobProcessorSmartFoundrySession getJobProcessorSmartFoundrySession(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession to manage job processor smart
foundries.foundryId - the Id of the Foundry JobProcessorSmartFoundrySession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorSmartFoundry() is false
optional - This method must be implemented if
supportsJobProcessorSmartFoundry() is true.
JobProcessorRuleLookupSession getJobProcessorRuleLookupSession() throws OperationFailedException
OsidSession associated with the job processor
mapping lookup service for looking up the rules applied to the job. JobProcessorRuleLookupSession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorRuleLookup() is false
optional - This method must be implemented if
supportsJobProcessorRuleLookup() is true.
JobProcessorRuleLookupSession getJobProcessorRuleLookupSessionForFoundry(Id foundryId) 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 JobProcessorRuleLookupSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the job processor
assignment service. JobProcessorRuleApplicationSession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorRuleApplication() is false
optional - This method must be implemented if
supportsJobProcessorRuleApplication() is
true. JobProcessorRuleApplicationSession getJobProcessorRuleApplicationSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the job processor
assignment service for the given foundry.foundryId - the Id of the Foundry JobProcessorRuleApplicationSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the job processor
enabler lookup service. JobProcessorEnablerLookupSession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorEnablerLookup() is false
optional - This method must be implemented if
supportsJobProcessorEnablerLookup() is
true. JobProcessorEnablerLookupSession getJobProcessorEnablerLookupSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the job processor
enabler lookup service for the given foundry.foundryId - the Id of the Foundry JobProcessorEnablerLookupSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the job processor
enabler query service. JobProcessorEnablerQuerySession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorEnablerQuery() is false
optional - This method must be implemented if
supportsJobProcessorEnablerQuery() is true.
JobProcessorEnablerQuerySession getJobProcessorEnablerQuerySessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the job processor
enabler query service for the given foundry.foundryId - the Id of the Foundry JobProcessorEnablerQuerySession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the job processor
enabler search service. JobProcessorEnablerSearchSession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorEnablerSearch() is false
optional - This method must be implemented if
supportsJobProcessorEnablerSearch() is
true. JobProcessorEnablerSearchSession getJobProcessorEnablerSearchSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the job processor
enablers earch service for the given foundry.foundryId - the Id of the Foundry JobProcessorEnablerSearchSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the job processor
enabler administration service. JobProcessorEnablerAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorEnablerAdmin() is false
optional - This method must be implemented if
supportsJobProcessorEnablerAdmin() is true.
JobProcessorEnablerAdminSession getJobProcessorEnablerAdminSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the job processor
enabler administration service for the given foundry.foundryId - the Id of the Foundry JobProcessorEnablerAdminSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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) throws OperationFailedException
OsidSession associated with the job processor
enabler notification service.jobProcessorEnablerReceiver - the notification callback JobProcessorEnablerNotificationSession NullArgumentException -
jobProcessorEnablerReceiver 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) 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 JobProcessorEnablerNotificationSession NotFoundException - no foundry found by the given
Id NullArgumentException -
jobProcessorEnablerReceiver or foundryId
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() throws OperationFailedException
OsidSession to lookup job processor
enabler/foundry mappings for job processor enablers. JobProcessorEnablerFoundrySession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorEnablerFoundry() is false
optional - This method must be implemented if
supportsJobProcessorEnablerFoundry() is
true. JobProcessorEnablerFoundryAssignmentSession getJobProcessorEnablerFoundryAssignmentSession() throws OperationFailedException
OsidSession associated with assigning job
processor enablers to foundries. JobProcessorEnablerFoundryAssignmentSession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorEnablerFoundryAssignment() is
false optional - This method must be implemented if
supportsJobProcessorEnablerFoundryAssignment() is
true. JobProcessorEnablerSmartFoundrySession getJobProcessorEnablerSmartFoundrySession(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession to manage job processor enabler
smart foundries.foundryId - the Id of the Foundry JobProcessorEnablerSmartFoundrySession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorEnablerSmartFoundry() is
false optional - This method must be implemented if
supportsJobProcessorEnablerSmartFoundry() is
true. JobProcessorEnablerRuleLookupSession getJobProcessorEnablerRuleLookupSession() throws OperationFailedException
OsidSession associated with the job processor
enabler mapping lookup service. JobProcessorEnablerRuleLookupSession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorEnablerRuleLookup() is
false optional - This method must be implemented if
supportsJobProcessorEnablerRuleLookup() is
true. JobProcessorEnablerRuleLookupSession getJobProcessorEnablerRuleLookupSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the job processor
enabler mapping lookup service.foundryId - the Id of the Foundry JobProcessorEnablerRuleLookupSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId 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() throws OperationFailedException
OsidSession associated with the job processor
enabler assignment service. JobProcessorEnablerRuleApplicationSession OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorEnablerRuleApplication() is
false optional - This method must be implemented if
supportsJobProcessorEnablerRuleApplication() is
true. JobProcessorEnablerRuleApplicationSession getJobProcessorEnablerRuleApplicationSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException
OsidSession associated with the job processor
enabler assignment service for the given foundry.foundryId - the Id of the Foundry JobProcessorEnablerRuleApplicationSession NotFoundException - no Foundry found by
the given Id NullArgumentException - foundryId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsJobProcessorEnablerRuleApplication() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsJobProcessorEnablerRuleApplication() and
supportsVisibleFederation() are
true.