Uses of Interface
org.osid.workflow.WorkQuery
Packages that use WorkQuery
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.
-
Uses of WorkQuery in org.osid.workflow
Methods in org.osid.workflow that return WorkQueryModifier and TypeMethodDescriptionOfficeQuery.getWorkQuery()Gets the query for a work.ProcessQuery.getWorkQuery()Gets the query for a work.StepQuery.getWorkQuery()Gets the query for a work.WorkQuerySession.getWorkQuery()Gets a work query.WorkSmartOfficeSession.getWorkQuery()Gets a work query.WorkSearchSession.getWorkQueryFromInspector(WorkQueryInspector workQueryInspector) Gets a work query from an inspector.WorkSmartOfficeSession.getWorkQueryFromInspector(WorkQueryInspector workQueryInspector) Gets a work query from an inspector.Methods in org.osid.workflow with parameters of type WorkQueryModifier and TypeMethodDescriptionvoidWorkSmartOfficeSession.applyWorkQuery(WorkQuery workQuery) Applies a work query to this office.WorkQuerySession.getWorksByQuery(WorkQuery workQuery) Gets a list ofWorksmatching the given work query.WorkSearchSession.getWorksBySearch(WorkQuery workQuery, WorkSearch workSearch) Gets the search results matching the given search query using the given search. -
Uses of WorkQuery in org.osid.workflow.event
Methods in org.osid.workflow.event that return WorkQuery