Uses of Interface
org.osid.workflow.rules.StepEnablerQuery
Packages that use StepEnablerQuery
Package
Description
The Open Service Interface Definitions for the org.osid.workflow.rules
service.
-
Uses of StepEnablerQuery in org.osid.workflow.rules
Methods in org.osid.workflow.rules that return StepEnablerQueryModifier and TypeMethodDescriptionStepEnablerQuerySession.getStepEnablerQuery()Gets a step enabler query.StepEnablerSmartOfficeSession.getStepEnablerQuery()Gets a step enabler query.StepEnablerSearchSession.getStepEnablerQueryFromInspector(StepEnablerQueryInspector stepEnablerQueryInspector) Gets a step enabler query from an inspector.Methods in org.osid.workflow.rules with parameters of type StepEnablerQueryModifier and TypeMethodDescriptionvoidStepEnablerSmartOfficeSession.applyStepEnablerQuery(StepEnablerQuery stepEnablerQuery) Applies a step enabler query to this office.StepEnablerQuerySession.getStepEnablersByQuery(StepEnablerQuery stepEnablerQuery) Gets a list ofStepEnablersmatching the given search.StepEnablerSearchSession.getStepEnablersBySearch(StepEnablerQuery stepEnablerQuery, StepEnablerSearch stepEnablerSearch) Gets the search results matching the given search query using the given search.