Interface | osid.resourcing.rules.JobProcessorSmartFoundrySession | ||
---|---|---|---|
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 | getJobProcessorQuery | ||
Description |
Gets a job processor query. | ||
Return | osid.resourcing.rules.JobProcessorQuery | the job processor query | |
Compliance | mandatory | This method must be implemented. | |
Method | getJobProcessorSearchOrder | ||
Description |
Gets a job processor search order. | ||
Return | osid.resourcing.rules.JobProcessorSearchOrder | the job processor search order | |
Compliance | mandatory | This method must be implemented. | |
Method | applyJobProcessorQuery | ||
Description |
Applies a job processor query to this foundry. | ||
Parameters | osid.resourcing.rules.JobProcessorQuery | jobProcessorQuery | the job processor query |
Errors | NULL_ARGUMENT | jobProcessorQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | jobProcessorQuery not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | inspectJobProcessorQuery | ||
Description |
Gets a job processor query inspector for this foundry. | ||
Return | osid.resourcing.rules.JobProcessorQueryInspector | the job processor query inspector | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure occurred | ||
Compliance | mandatory | This method must be implemented. | |
Method | applyJobProcessorSequencing | ||
Description |
Applies a job processor search order to this foundry. | ||
Parameters | osid.resourcing.rules.JobProcessorSearchOrder | jobProcessorSearchOrder | the job processor search order |
Errors | NULL_ARGUMENT | jobProcessorSearchOrder is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | jobProcessorSearchOrder not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getJobProcessorQueryFromInspector | ||
Description |
Gets a job processor query from an inspector. | ||
Parameters | osid.resourcing.rules.JobProcessorQueryInspector | jobProcessorQueryInspector | a job processor query inspector |
Return | osid.resourcing.rules.JobProcessorQuery | the job processor query | |
Errors | NULL_ARGUMENT | jobProcessorQueryInspector is null | |
UNSUPPORTED | jobProcessorQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |