Uses of Interface
org.osid.workflow.event.WorkflowEventList
Packages that use WorkflowEventList
Package
Description
The Open Service Interface Definitions for the org.osid.workflow.event
service.
-
Uses of WorkflowEventList in org.osid.workflow.event
Methods in org.osid.workflow.event that return WorkflowEventListModifier and TypeMethodDescriptionWorkflowEventLookupSession.getWorkflowEvents()Gets allWorkflowEvents.WorkflowEventSearchResults.getWorkflowEvents()Gets the workflow event list resulting from a search.WorkflowEventLookupSession.getWorkflowEventsByDate(DateTime start, DateTime end) Gets the entire workflow log within the given date range inclusive.WorkflowEventLookupSession.getWorkflowEventsByDateForProcess(Id processId, DateTime start, DateTime end) Gets the entire workflow log for this process within the given date range inclusive.WorkflowEventLookupSession.getWorkflowEventsByDateForStep(Id stepId, DateTime start, DateTime end) Gets the workflow log for a step within the given date range inclusive.WorkflowEventLookupSession.getWorkflowEventsByDateForStepAndWork(Id stepId, Id workId, DateTime start, DateTime end) Gets the workflow log for a work in this process within the given date range inclusive.WorkflowEventLookupSession.getWorkflowEventsByDateForWork(Id workId, DateTime start, DateTime end) Gets the workflow log for a work within the given date range inclusive.WorkflowEventLookupSession.getWorkflowEventsByDateForWorkAndProcess(Id processId, Id workId, DateTime start, DateTime end) Gets the workflow log for a work in a process within the given date range inclusive.WorkflowEventLookupSession.getWorkflowEventsByDateForWorker(Id resourceId, DateTime start, DateTime end) Gets the workflow log by the resource in this process within the given date range inclusive.WorkflowEventLookupSession.getWorkflowEventsByDateForWorkerAndProcess(Id resourceId, Id processId, DateTime start, DateTime end) Gets the workflow log by the resource in this process within the given date range inclusive.WorkflowEventLookupSession.getWorkflowEventsByGenusType(Type workflowEventGenusType) Gets aWorkflowEventListcorresponding to the given workflow event genusTypewhich does not include workflow events of genus types derived from the specifiedType.WorkflowEventLookupSession.getWorkflowEventsByIds(IdList workflowEventIds) Gets aWorkflowEventListcorresponding to the givenIdList.WorkflowEventOfficeSession.getWorkflowEventsByOffice(Id officeId) Gets the list ofWorkflowEventsassociated with anOffice.WorkflowEventOfficeSession.getWorkflowEventsByOffices(IdList officeIds) Gets the list ofWorkflowEventcorresponding to a list ofOffices.WorkflowEventLookupSession.getWorkflowEventsByParentGenusType(Type workflowEventGenusType) Gets aWorkflowEventListcorresponding to the given workflow event genusTypeand include any additional workflow events with genus types derived from the specifiedType.WorkflowEventQuerySession.getWorkflowEventsByQuery(WorkflowEventQuery workflowEventQuery) Gets a list ofWorkflowEventsmatching the given search.WorkflowEventLookupSession.getWorkflowEventsByRecordType(Type workflowEventRecordType) Gets aWorkflowEventListcontaining the given workflow event recordType.WorkflowEventLookupSession.getWorkflowEventsForProcess(Id processId) Gets the entire workflow log for a process.WorkflowEventLookupSession.getWorkflowEventsForStep(Id stepId) Gets the workflow log for a step.WorkflowEventLookupSession.getWorkflowEventsForStepAndWork(Id stepId, Id workId) Gets the workflow log for a work in this process.WorkflowEventLookupSession.getWorkflowEventsForWork(Id workId) Gets the workflow log for a work.WorkflowEventLookupSession.getWorkflowEventsForWorkAndProcess(Id processId, Id workId) Gets the workflow log for a work in a process.WorkflowEventLookupSession.getWorkflowEventsForWorker(Id resourceId) Gets the workflow log by an agent in this process.WorkflowEventLookupSession.getWorkflowEventsForWorkerAndProcess(Id resourceId, Id processId) Gets the workflow log by an agent in this process.