|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QuestionEvent | |
|---|---|
| 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 QuestionEvent in com.silverpeas.workflow.api |
|---|
| Methods in com.silverpeas.workflow.api with parameters of type QuestionEvent | |
|---|---|
void |
WorkflowEngine.process(QuestionEvent event)
A question has been sent to a previous participant |
| Uses of QuestionEvent in com.silverpeas.workflow.api.task |
|---|
| Methods in com.silverpeas.workflow.api.task that return QuestionEvent | |
|---|---|
QuestionEvent |
Task.buildQuestionEvent(String stepId,
DataRecord data)
When this Question is asked for a task, builds a QuestionEvent giving the choosed step that must give the answer. |
| Uses of QuestionEvent in com.silverpeas.workflow.engine |
|---|
| Methods in com.silverpeas.workflow.engine with parameters of type QuestionEvent | |
|---|---|
static void |
WorkflowEngineThread.addQuestionRequest(QuestionEvent event)
Add a request 'QuestionEvent' |
void |
WorkflowEngineImpl.process(QuestionEvent event)
A question has been sent to a previous participant |
| Uses of QuestionEvent in com.silverpeas.workflow.engine.event |
|---|
| Classes in com.silverpeas.workflow.engine.event that implement QuestionEvent | |
|---|---|
class |
QuestionEventImpl
A QuestionEvent object is the description of a question to a precedent actor. |
| Uses of QuestionEvent in com.silverpeas.workflow.engine.task |
|---|
| Methods in com.silverpeas.workflow.engine.task that return QuestionEvent | |
|---|---|
QuestionEvent |
AbstractTaskImpl.buildQuestionEvent(String stepId,
DataRecord data)
Builds a QuestionEvent from this Task. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||