Interface | osid.control.rules.TriggerEnablerSmartSystemSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session manages queries and sequencing to create
"smart" dynamic systems. A This | ||
Method | getSystemId | ||
Description |
Gets the | ||
Return | osid.id.Id | the System Id associated with this session | |
Compliance | mandatory | This method must be implemented. | |
Method | getSystem | ||
Description |
Gets the | ||
Return | osid.control.System | the system | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | canManageSmartSystems | ||
Description |
Tests if this user can manage smart systems. 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 system management is not authorized,
true otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getTriggerEnablerQuery | ||
Description |
Gets a trigger enabler query. | ||
Return | osid.control.rules.TriggerEnablerQuery | the trigger enabler query | |
Compliance | mandatory | This method must be implemented. | |
Method | getTriggerEnablerSearchOrder | ||
Description |
Gets a trigger enabler search order. | ||
Return | osid.control.rules.TriggerEnablerSearchOrder | the trigger enabler search order | |
Compliance | mandatory | This method must be implemented. | |
Method | applyTriggerEnablerQuery | ||
Description |
Applies a trigger enabler query to this system. | ||
Parameters | osid.control.rules.TriggerEnablerQuery | triggerEnablerQuery | the trigger enabler query |
Errors | NULL_ARGUMENT | triggerEnablerQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | triggerEnablerQuery not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | inspectTriggerEnablerQuery | ||
Description |
Gets a trigger enabler query inspector for this system. | ||
Return | osid.control.rules.TriggerEnablerQueryInspector | the trigger enabler query inspector | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure occurred | ||
Compliance | mandatory | This method must be implemented. | |
Method | applyTriggerEnablerSequencing | ||
Description |
Applies a trigger enabler search order to this system. | ||
Parameters | osid.control.rules.TriggerEnablerSearchOrder | triggerEnablerSearchOrder | the trigger enabler search order |
Errors | NULL_ARGUMENT | triggerEnablerSearchOrder is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | triggerEnablerSearchOrder not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getTriggerEnablerQueryFromInspector | ||
Description |
Gets a trigger enabler query from an inspector. | ||
Parameters | osid.control.rules.TriggerEnablerQueryInspector | triggerEnablerQueryInspector | a trigger enabler query inspector |
Return | osid.control.rules.TriggerEnablerQuery | the trigger enabler query | |
Errors | NULL_ARGUMENT | triggerEnablerQueryInspector is null | |
UNSUPPORTED | triggerEnablerQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |