Interface | osid.resourcing.rules.JobProcessorEnablerSmartFoundrySession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session manages queries and sequencing to create
"smart" dynamic foundries. A This | ||
Method | getFoundryId | ||
Description |
Gets the | ||
Return | osid.id.Id | the Foundry Id associated with this session | |
Compliance | mandatory | This method must be implemented. | |
Method | getFoundry | ||
Description |
Gets the | ||
Return | osid.resourcing.Foundry | the foundry | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | canManageSmartFoundries | ||
Description |
Tests if this user can manage smart foundries. A return
of true does not guarantee successful authorization. A
return of false indicates that it is known methods in this
session will result in a | ||
Return | boolean | false if smart foundry management is not authorized,
true otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getJobProcessorEnablerQuery | ||
Description |
Gets a job processor enabler query. | ||
Return | osid.resourcing.rules.JobProcessorEnablerQuery | the job processor enabler query | |
Compliance | mandatory | This method must be implemented. | |
Method | getJobProcessorEnablerSearchOrder | ||
Description |
Gets a job processor enabler search order. | ||
Return | osid.resourcing.rules.JobProcessorEnablerSearchOrder | the job processor enabler search order | |
Compliance | mandatory | This method must be implemented. | |
Method | applyJobProcessorEnablerQuery | ||
Description |
Applies a job processor enabler query to this foundry. | ||
Parameters | osid.resourcing.rules.JobProcessorEnablerQuery | jobProcessorEnablerQuery | the job processor enabler query |
Errors | NULL_ARGUMENT | jobProcessorEnablerQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | jobProcessorEnablerQuery not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | inspectJobProcessorEnablerQuery | ||
Description |
Gets a job processor enabler query inspector for this foundry. | ||
Return | osid.resourcing.rules.JobProcessorEnablerQueryInspector | the job processor enabler query inspector | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure occurred | ||
Compliance | mandatory | This method must be implemented. | |
Method | applyJobProcessorEnablerSequencing | ||
Description |
Applies a job processor enabler search order to this foundry. | ||
Parameters | osid.resourcing.rules.JobProcessorEnablerSearchOrder | jobProcessorEnablerSearchOrder | the job processor enabler search order |
Errors | NULL_ARGUMENT | jobProcessorEnablerSearchOrder is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | jobProcessorEnablerSearchOrder not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getJobProcessorEnablerQueryFromInspector | ||
Description |
Gets a job processor enabler query from an inspector. | ||
Parameters | osid.resourcing.rules.JobProcessorEnablerQueryInspector | jobProcessorEnablerQueryInspector | a job processor enabler query inspector |
Return | osid.resourcing.rules.JobProcessorEnablerQuery | the job processor enabler query | |
Errors | NULL_ARGUMENT | jobProcessorEnablerQueryInspector is null | |
UNSUPPORTED | jobProcessorEnablerQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |