OSID Logo
OSID Specifications
workflow event package
Version 3.1.0
Interfaceosid.workflow.event.WorkflowEventQueryInspector
Implementsosid.OsidObjectQueryInspector
Used Byosid.workflow.event.WorkflowEventSearchResults
osid.workflow.event.WorkflowEventSmartOfficeSession
Description

This is the query inspector for examining workflow event queries.

MethodgetTimestampTerms
Description

Gets the timestamp query terms.

Returnosid.search.terms.DateTimeRangeTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetProcessIdTerms
Description

Gets the process Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetProcessTerms
Description

Gets the process query terms.

Returnosid.workflow.ProcessQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetWorkerIdTerms
Description

Gets the worker Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetWorkerTerms
Description

Gets the worker query terms.

Returnosid.resource.ResourceQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetWorkingAgentIdTerms
Description

Gets the agent Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetWorkingAgentTerms
Description

Gets the agent query terms.

Returnosid.authentication.AgentQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetWorkIdTerms
Description

Gets the work Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetWorkTerms
Description

Gets the work query terms.

Returnosid.workflow.WorkQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetCanceledTerms
Description

Gets the canceled query terms.

Returnosid.search.terms.BooleanTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetStepIdTerms
Description

Gets the step Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetStepTerms
Description

Gets the step query terms.

Returnosid.workflow.StepQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetOfficeIdTerms
Description

Gets the office Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetOfficeTerms
Description

Gets the office query terms.

Returnosid.workflow.OfficeQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetWorkflowEventQueryInspectorRecord
Description

Gets the workflow event query inspector record corresponding to the given WorkflowEvent record Type.

Parametersosid.type.TypeworkflowEventRecordType a workflow event record type
Returnosid.workflow.event.records.WorkflowEventQueryInspectorRecord the workflow event query inspector record
ErrorsNULL_ARGUMENT workflowEventRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(workflowEventRecordType) is false
Compliancemandatory This method must be implemented.