Uses of Interface
org.osid.workflow.ProcessQuery
Packages that use ProcessQuery
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 ProcessQuery in org.osid.workflow
Methods in org.osid.workflow that return ProcessQueryModifier and TypeMethodDescriptionOfficeQuery.getProcessQuery()Gets the query for a process.ProcessQuerySession.getProcessQuery()Gets a process query.ProcessSmartOfficeSession.getProcessQuery()Gets a process query.StepQuery.getProcessQuery()Gets the query for a process.WorkQuery.getProcessQuery()Gets the query for a process.ProcessSearchSession.getProcessQueryFromInspector(ProcessQueryInspector processQueryInspector) Gets a process query from an inspector.ProcessSmartOfficeSession.getProcessQueryFromInspector(ProcessQueryInspector processQueryInspector) Gets a process query from an inspector.Methods in org.osid.workflow with parameters of type ProcessQueryModifier and TypeMethodDescriptionvoidProcessSmartOfficeSession.applyProcessQuery(ProcessQuery processQuery) Applies a process query to this office.ProcessQuerySession.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. -
Uses of ProcessQuery in org.osid.workflow.event
Methods in org.osid.workflow.event that return ProcessQueryModifier and TypeMethodDescriptionWorkflowEventQuery.getProcessQuery()Gets the query for a process. -
Uses of ProcessQuery in org.osid.workflow.rules
Methods in org.osid.workflow.rules that return ProcessQueryModifier and TypeMethodDescriptionProcessConstrainerQuery.getRuledProcessQuery()Gets the query for a process.ProcessEnablerQuery.getRuledProcessQuery()Gets the query for a process.ProcessProcessorQuery.getRuledProcessQuery()Gets the query for a process.