Uses of Interface
org.silverpeas.core.workflow.api.event.GenericEvent
-
-
Uses of GenericEvent in org.silverpeas.core.workflow.api
Methods in org.silverpeas.core.workflow.api with parameters of type GenericEvent Modifier and Type Method Description WorkflowError
ErrorManager. saveError(ProcessInstance instance, GenericEvent event, Exception exception)
Save an error -
Uses of GenericEvent in org.silverpeas.core.workflow.api.event
Subinterfaces of GenericEvent in org.silverpeas.core.workflow.api.event Modifier and Type Interface Description interface
QuestionEvent
A QuestionEvent object is the description of a question and 'back' action Those descriptions are sent to the workflow engine by the workflow tools when the user has done a 'back' action in the instanceinterface
ResponseEvent
A ResponseEvent object is the description of a response sent Those descriptions are sent to the workflow engine by the workflow tools when the user answer a question without re-playing the workflowinterface
TaskDoneEvent
A TaskDoneEvent object is the description of a done activity.interface
TaskSavedEvent
A TaskSavedEvent object is the description of an activity that is not finished but saved to be continued later.interface
TimeoutEvent
A TimeoutEvent object is the description of an instance, that is in the same active state since a long long time ... -
Uses of GenericEvent in org.silverpeas.core.workflow.engine
Methods in org.silverpeas.core.workflow.engine with parameters of type GenericEvent Modifier and Type Method Description protected void
AbstractRequest. processProcessInstance(String id, GenericEvent event, UpdatableHistoryStep step)
protected void
AbstractRequest. saveError(UpdatableProcessInstance instance, GenericEvent event, Exception we)
-
Uses of GenericEvent in org.silverpeas.core.workflow.engine.error
Methods in org.silverpeas.core.workflow.engine.error with parameters of type GenericEvent Modifier and Type Method Description WorkflowError
ErrorManagerImpl. saveError(ProcessInstance instance, GenericEvent event, Exception exception)
Save an errorConstructors in org.silverpeas.core.workflow.engine.error with parameters of type GenericEvent Constructor Description WorkflowErrorImpl(ProcessInstance instance, GenericEvent event, Exception exception)
A WorkflowErrorImpl is build from a process instance, a generic event, a history step and a Exception -
Uses of GenericEvent in org.silverpeas.core.workflow.engine.event
Classes in org.silverpeas.core.workflow.engine.event that implement GenericEvent Modifier and Type Class Description class
AbstractTaskEvent
class
QuestionEventImpl
A QuestionEvent object is the description of a question to a precedent actor.class
ResponseEventImpl
A ResponseEvent object is the description of a answer made to a precedent question.class
TaskDoneEventImpl
A TaskDoneEvent object is the description of a done activity.class
TaskSavedEventImpl
A TaskSavedEvent object is the description of an activity that is not finished but saved to be continued later.class
TimeoutEventImpl
A TimeoutEvent object is the description of an instance, that is in the same active state since too long Those descriptions are sent to the timeout manager -
Uses of GenericEvent in org.silverpeas.core.workflow.external
Methods in org.silverpeas.core.workflow.external with parameters of type GenericEvent Modifier and Type Method Description void
ExternalAction. setEvent(GenericEvent event)
-
Uses of GenericEvent in org.silverpeas.core.workflow.external.impl
Methods in org.silverpeas.core.workflow.external.impl that return GenericEvent Modifier and Type Method Description GenericEvent
ExternalActionImpl. getEvent()
Methods in org.silverpeas.core.workflow.external.impl with parameters of type GenericEvent Modifier and Type Method Description void
ExternalActionImpl. setEvent(GenericEvent event)
-