Uses of Interface
org.osid.process.StateQuery
Packages that use StateQuery
Package
Description
The Open Service Interface Definitions for the org.osid
service.
The Open Service Interface Definitions for the org.osid.control
service.
The Open Service Interface Definitions for the org.osid.mapping.path
service.
The Open Service Interface Definitions for the org.osid.process
service.
The Open Service Interface Definitions for the org.osid.workflow
service.
-
Uses of StateQuery in org.osid
Methods in org.osid that return StateQueryModifier and TypeMethodDescriptionOsidRelationshipQuery.getEndReasonQuery(boolean match) Gets the query for the end reason state.OsidRequestQuery.getErrorQuery(boolean match) Gets the query for the state.OsidObjectQuery.getStateQuery()Gets the query for a state. -
Uses of StateQuery in org.osid.control
Methods in org.osid.control that return StateQueryModifier and TypeMethodDescriptionControllerQuery.getDiscreetStateQuery()Gets the query for aState.SettingQuery.getDiscreetStateQuery()Gets the query for aState.TriggerQuery.getDiscreetStateQuery()Gets the query for a discreet state. -
Uses of StateQuery in org.osid.mapping.path
Methods in org.osid.mapping.path that return StateQuery -
Uses of StateQuery in org.osid.process
Methods in org.osid.process that return StateQueryModifier and TypeMethodDescriptionProcessQuery.getStateQuery()Gets the query for a state.StateQuerySession.getStateQuery()Gets a state query.StateSearchSession.getStateQueryFromInspector(StateQueryInspector stateQueryInspector) Gets a state query from an inspector.Methods in org.osid.process with parameters of type StateQueryModifier and TypeMethodDescriptionStateQuerySession.getStatesByQuery(StateQuery stateQuery) Gets a list ofStatesmatching the given state query.StateSearchSession.getStatesBySearch(StateQuery stateQuery, StateSearch stateSearch) Gets the search results matching the given search query using the given search. -
Uses of StateQuery in org.osid.workflow
Methods in org.osid.workflow that return StateQueryModifier and TypeMethodDescriptionProcessQuery.getInitialStateQuery()Gets the query for a state.StepQuery.getInputStateQuery()Gets the query for an input state.StepQuery.getNextStateQuery()Gets the query for a state.