Uses of Interface
org.osid.workflow.rules.ProcessProcessorQuery
Packages that use ProcessProcessorQuery
Package
Description
The Open Service Interface Definitions for the org.osid.workflow.rules
service.
-
Uses of ProcessProcessorQuery in org.osid.workflow.rules
Methods in org.osid.workflow.rules that return ProcessProcessorQueryModifier and TypeMethodDescriptionProcessProcessorQuerySession.getProcessProcessorQuery()Gets a process processor query.ProcessProcessorSmartOfficeSession.getProcessProcessorQuery()Gets a process processor query.ProcessProcessorSearchSession.getProcessProcessorQueryFromInspector(ProcessProcessorQueryInspector processProcessorQueryInspector) Gets a process processor query from an inspector.ProcessProcessorSmartOfficeSession.getProcessProcessorQueryFromInspector(ProcessProcessorQueryInspector processProcessorQueryInspector) Gets a process processor query from an inspector.ProcessProcessorEnablerQuery.getRuledProcessProcessorQuery()Gets the query for a process processor.Methods in org.osid.workflow.rules with parameters of type ProcessProcessorQueryModifier and TypeMethodDescriptionvoidProcessProcessorSmartOfficeSession.applyProcessProcessorQuery(ProcessProcessorQuery processProcessorQuery) Applies a process processor query to this office.ProcessProcessorQuerySession.getProcessProcessorsByQuery(ProcessProcessorQuery processProcessorQuery) Gets a list ofProcessProcessorsmatching the given search.ProcessProcessorSearchSession.getProcessProcessorsBySearch(ProcessProcessorQuery processProcessorQuery, ProcessProcessorSearch processProcessorSearch) Gets the search results matching the given search query using the given search.