Uses of Interface
org.osid.process.ProcessQuery
Packages that use ProcessQuery
Package
Description
The Open Service Interface Definitions for the org.osid.process
service.
-
Uses of ProcessQuery in org.osid.process
Methods in org.osid.process that return ProcessQueryModifier and TypeMethodDescriptionProcessQuery.getAncestorProcessQuery()Gets the query for a process.ProcessQuery.getDescendantProcessQuery()Gets the query for a process.ProcessQuerySession.getProcessQuery()Gets a process query.StateQuery.getProcessQuery()Gets the query for a process.ProcessSearchSession.getProcessQueryFromInspector(ProcessQueryInspector processQueryInspector) Gets a process query from an inspector.Methods in org.osid.process with parameters of type ProcessQueryModifier and TypeMethodDescriptionProcessQuerySession.getProcessesByQuery(ProcessQuery processQuery) Gets a list ofProcessesmatching the given process query.ProcessSearchSession.getProcessesBySearch(ProcessQuery processQuery, ProcessSearch processSearch) Gets the search results matching the given search query using the given search.