Uses of Interface
com.silverpeas.workflow.api.event.TaskDoneEvent

Packages that use TaskDoneEvent
com.silverpeas.workflow.api   
com.silverpeas.workflow.api.task   
com.silverpeas.workflow.engine   
com.silverpeas.workflow.engine.event   
com.silverpeas.workflow.engine.task   
 

Uses of TaskDoneEvent in com.silverpeas.workflow.api
 

Methods in com.silverpeas.workflow.api with parameters of type TaskDoneEvent
 void WorkflowEngine.process(TaskDoneEvent event)
          A task has been done and sent to the workflow Enginewhich has to process it.
 void WorkflowEngine.process(TaskDoneEvent event, boolean ignoreControls)
          A task has been done and sent to the workflow Enginewhich has to process it.
 

Uses of TaskDoneEvent in com.silverpeas.workflow.api.task
 

Methods in com.silverpeas.workflow.api.task that return TaskDoneEvent
 TaskDoneEvent Task.buildTaskDoneEvent(String actionName, DataRecord data)
          When this Task is done, builds a TaskDoneEvent giving the choosed action name and the filled form.
 

Uses of TaskDoneEvent in com.silverpeas.workflow.engine
 

Methods in com.silverpeas.workflow.engine with parameters of type TaskDoneEvent
static void WorkflowEngineThread.addTaskDoneRequest(TaskDoneEvent event)
          Add a request 'TaskDoneEvent'
 void WorkflowEngineImpl.process(TaskDoneEvent event)
          A task has been done and sent to the workflow Enginewhich has to process it.
 void WorkflowEngineImpl.process(TaskDoneEvent event, boolean ignoreControls)
          A task has been done and sent to the workflow Enginewhich has to process it.
 

Uses of TaskDoneEvent in com.silverpeas.workflow.engine.event
 

Classes in com.silverpeas.workflow.engine.event that implement TaskDoneEvent
 class TaskDoneEventImpl
          A TaskDoneEvent object is the description of a done activity.
 

Uses of TaskDoneEvent in com.silverpeas.workflow.engine.task
 

Methods in com.silverpeas.workflow.engine.task that return TaskDoneEvent
 TaskDoneEvent AbstractTaskImpl.buildTaskDoneEvent(String actionName, DataRecord data)
          Builds a TaskDoneEvent from this Task.
 



Copyright © 2016 Silverpeas. All Rights Reserved.