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

Packages that use TaskSavedEvent
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 TaskSavedEvent in com.silverpeas.workflow.api
 

Methods in com.silverpeas.workflow.api with parameters of type TaskSavedEvent
 void WorkflowEngine.process(TaskSavedEvent event)
          A task has been saved and sent to the workflow Enginewhich has to process it.
 

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

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

Uses of TaskSavedEvent in com.silverpeas.workflow.engine
 

Methods in com.silverpeas.workflow.engine with parameters of type TaskSavedEvent
static void WorkflowEngineThread.addTaskSavedRequest(TaskSavedEvent event)
          Add a request 'TaskSavedEvent'
 void WorkflowEngineImpl.process(TaskSavedEvent event)
          A task has been saved and sent to the workflow Enginewhich has to process it.
 

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

Classes in com.silverpeas.workflow.engine.event that implement TaskSavedEvent
 class TaskSavedEventImpl
          A TaskSavedEvent object is the description of an activity that is not finished but saved to be continued later.
 

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

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



Copyright © 2016 Silverpeas. All Rights Reserved.