Package | Description |
---|---|
org.osid.workflow |
The Open Service Interface Definitions for the org.osid.workflow
service.
|
Modifier and Type | Method and Description |
---|---|
WorkflowEvent |
WorkflowEventList.getNextWorkflowEvent()
Gets the next
WorkflowEvent in this list. |
WorkflowEvent[] |
WorkflowEventList.getNextWorkflowEvents(long n)
Gets the next set of
WorkflowEvent elements in this
list. |
WorkflowEvent |
WorkflowSession.getStatusForWork(Id processId,
Id workId)
Gets the status of a work in a process.
|
WorkflowEvent |
WorkflowEventLookupSession.getWorkflowEvent(Id workflowEventId)
Gets the
WorkflowEvent specified by its Id. |