OSID Logo
OSID Specifications
control package
Version 3.1.0
Interfaceosid.control.ActionGroupQuery
Implementsosid.OsidObjectQuery
osid.OsidAggregateableQuery
Used Byosid.control.ActionGroupQuerySession
osid.control.ActionGroupSearchSession
osid.control.ActionGroupSmartSystemSession
osid.control.ActionQuery
osid.control.SystemQuery
osid.control.TriggerQuery
Description

This is the query for searching action groups. Each method match specifies an AND term while multiple invocations of the same method produce a nested OR.

MethodmatchActionId
Description

Sets the action Id for this query.

Parametersosid.id.IdactionId the action Id
booleanmatch true for a positive match, false for a negative match
ErrorsNULL_ARGUMENT actionId is null
Compliancemandatory This method must be implemented.
MethodclearActionIdTerms
Description

Clears the action Id query terms.

Compliancemandatory This method must be implemented.
MethodsupportsActionQuery
Description

Tests if an ActionQuery is available.

Returnboolean true if an action query is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetActionQuery
Description

Gets the query for an action. Multiple retrievals produce a nested OR term.

Returnosid.control.ActionQuery the action query
ErrorsUNIMPLEMENTED supportsActionQuery() is false
Complianceoptional This method must be implemented if supportsActionQuery() is true.
MethodmatchAnyAction
Description

Matches action groups with any action.

Parametersbooleanmatch true to match action groups with any action, false to match action groups with no actions
Compliancemandatory This method must be implemented.
MethodclearActionTerms
Description

Clears the action query terms.

Compliancemandatory This method must be implemented.
MethodmatchSystemId
Description

Sets the action group Id for this query to match controllers assigned to action groups.

Parametersosid.id.IdactionGroupId the action group Id
booleanmatch true for a positive match, false for a negative match
ErrorsNULL_ARGUMENT actionGroupId is null
Compliancemandatory This method must be implemented.
MethodclearSystemIdTerms
Description

Clears the system Id query terms.

Compliancemandatory This method must be implemented.
MethodsupportsSystemQuery
Description

Tests if a SystemQuery is available.

Returnboolean true if a system query is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetSystemQuery
Description

Gets the query for a system. Multiple retrievals produce a nested OR term.

Returnosid.control.SystemQuery the system query
ErrorsUNIMPLEMENTED supportsSystemQuery() is false
Complianceoptional This method must be implemented if supportsSystemQuery() is true.
MethodclearSystemTerms
Description

Clears the system query terms.

Compliancemandatory This method must be implemented.
MethodgetActionGroupQueryRecord
Description

Gets the action group query record corresponding to the given ActionGroup record Type. Multiple record retrievals produce a nested OR term.

Parametersosid.type.TypeactionGroupRecordType an action group record type
Returnosid.control.records.ActionGroupQueryRecord the action group query record
ErrorsNULL_ARGUMENT actionGroupRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(actionGroupRecordType) is false
Compliancemandatory This method must be implemented.