|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of GenericEvent in com.silverpeas.workflow.api |
|---|
| Methods in com.silverpeas.workflow.api with parameters of type GenericEvent | |
|---|---|
WorkflowError |
ErrorManager.saveError(ProcessInstance instance,
GenericEvent event,
HistoryStep step,
Exception exception)
Save an error |
| Uses of GenericEvent in com.silverpeas.workflow.api.event |
|---|
| Subinterfaces of GenericEvent in com.silverpeas.workflow.api.event | |
|---|---|
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 instance |
interface |
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 workflow |
interface |
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 com.silverpeas.workflow.engine.error |
|---|
| Methods in com.silverpeas.workflow.engine.error with parameters of type GenericEvent | |
|---|---|
WorkflowError |
ErrorManagerImpl.saveError(ProcessInstance instance,
GenericEvent event,
HistoryStep step,
Exception exception)
Save an error |
| Constructors in com.silverpeas.workflow.engine.error with parameters of type GenericEvent | |
|---|---|
WorkflowErrorImpl(ProcessInstance instance,
GenericEvent event,
HistoryStep step,
Exception exception)
A WorkflowErrorImpl is build from a process instance, a generic event, a history step and a Exception |
|
| Uses of GenericEvent in com.silverpeas.workflow.engine.event |
|---|
| Classes in com.silverpeas.workflow.engine.event that implement GenericEvent | |
|---|---|
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 com.silverpeas.workflow.external |
|---|
| Methods in com.silverpeas.workflow.external with parameters of type GenericEvent | |
|---|---|
void |
ExternalAction.setEvent(GenericEvent event)
|
| Uses of GenericEvent in com.silverpeas.workflow.external.impl |
|---|
| Methods in com.silverpeas.workflow.external.impl that return GenericEvent | |
|---|---|
GenericEvent |
ExternalActionImpl.getEvent()
|
| Methods in com.silverpeas.workflow.external.impl with parameters of type GenericEvent | |
|---|---|
void |
ExternalActionImpl.setEvent(GenericEvent event)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||