Uses of Interface
org.osid.workflow.StepQuery
Packages that use StepQuery
Package
Description
The Open Service Interface Definitions for the org.osid.workflow
service.
The Open Service Interface Definitions for the org.osid.workflow.event
service.
The Open Service Interface Definitions for the org.osid.workflow.rules
service.
-
Uses of StepQuery in org.osid.workflow
Methods in org.osid.workflow that return StepQueryModifier and TypeMethodDescriptionProcessQuery.getInitialStepQuery()Gets the query for a step.OfficeQuery.getStepQuery()Gets the query for a step.ProcessQuery.getStepQuery()Gets the query for a step Multiple retrievals produce a nestedORterm.StepQuerySession.getStepQuery()Gets a step query.StepSmartOfficeSession.getStepQuery()Gets a step query.WorkQuery.getStepQuery()Gets the query for a step Multiple retrievals produce a nestedORterm.StepSearchSession.getStepQueryFromInspector(StepQueryInspector stepQueryInspector) Gets a step query from an inspector.StepSmartOfficeSession.getStepQueryFromInspector(StepQueryInspector stepQueryInspector) Gets a step query from an inspector.Methods in org.osid.workflow with parameters of type StepQueryModifier and TypeMethodDescriptionvoidStepSmartOfficeSession.applyStepQuery(StepQuery stepQuery) Applies a step query to this office.StepQuerySession.getStepsByQuery(StepQuery stepQuery) Gets a list ofStepsmatching the given step query.StepSearchSession.getStepsBySearch(StepQuery stepQuery, StepSearch stepSearch) Gets the search results matching the given search query using the given search. -
Uses of StepQuery in org.osid.workflow.event
Methods in org.osid.workflow.event that return StepQuery -
Uses of StepQuery in org.osid.workflow.rules
Methods in org.osid.workflow.rules that return StepQueryModifier and TypeMethodDescriptionStepConstrainerQuery.getRuledStepQuery()Gets the query for a step.StepEnablerQuery.getRuledStepQuery()Gets the query for a step.StepProcessorQuery.getRuledStepQuery()Gets the query for a step.StepEnablerSmartOfficeSession.getStepEnablerQueryFromInspector(StepEnablerQueryInspector stepEnablerQueryInspector) Gets a step enabler query from an inspector.