Uses of Interface
org.osid.workflow.event.WorkflowEventQuery
Packages that use WorkflowEventQuery
Package
Description
The Open Service Interface Definitions for the org.osid.workflow.event
service.
-
Uses of WorkflowEventQuery in org.osid.workflow.event
Methods in org.osid.workflow.event that return WorkflowEventQueryModifier and TypeMethodDescriptionWorkflowEventQuerySession.getWorkflowEventQuery()Gets a workflow event query.WorkflowEventSmartOfficeSession.getWorkflowEventQuery()Gets a workflow event query.WorkflowEventSearchSession.getWorkflowEventQueryFromInspector(WorkflowEventQueryInspector workflowEventQueryInspector) Gets a workflow event query from an inspector.WorkflowEventSmartOfficeSession.getWorkflowEventQueryFromInspector(WorkflowEventQueryInspector workflowEventQueryInspector) Gets a workflow event query from an inspector.Methods in org.osid.workflow.event with parameters of type WorkflowEventQueryModifier and TypeMethodDescriptionvoidWorkflowEventSmartOfficeSession.applyWorkflowEventQuery(WorkflowEventQuery workflowEventQuery) Applies a workflow event query to this office.WorkflowEventQuerySession.getWorkflowEventsByQuery(WorkflowEventQuery workflowEventQuery) Gets a list ofWorkflowEventsmatching the given search.WorkflowEventSearchSession.getWorkflowEventsBySearch(WorkflowEventQuery workflowEventQuery, WorkflowEventSearch workflowEventSearch) Gets the search results matching the given search query using the given search.