Uses of Interface
org.osid.workflow.event.WorkflowEventForm
Packages that use WorkflowEventForm
Package
Description
The Open Service Interface Definitions for the org.osid.workflow.event
service.
-
Uses of WorkflowEventForm in org.osid.workflow.event
Methods in org.osid.workflow.event that return WorkflowEventFormModifier and TypeMethodDescriptionWorkflowEventAdminSession.getWorkflowEventFormForCreate(Type[] workflowEventRecordTypes) Gets the workflow event form for creating new workflow events.WorkflowEventAdminSession.getWorkflowEventFormForUpdate(Id workflowEventId) Gets the workflow event form for updating an existing workflow event.Methods in org.osid.workflow.event with parameters of type WorkflowEventFormModifier and TypeMethodDescriptionWorkflowEventAdminSession.createWorkflowEvent(WorkflowEventForm workflowEventForm) Creates a newWorkflowEvent.voidWorkflowEventAdminSession.updateWorkflowEvent(WorkflowEventForm workflowEventForm) Updates an existing workflow event.