Class QuestionEventImpl
- java.lang.Object
-
- org.silverpeas.core.workflow.engine.event.AbstractTaskEvent
-
- org.silverpeas.core.workflow.engine.event.QuestionEventImpl
-
- All Implemented Interfaces:
GenericEvent
,QuestionEvent
public class QuestionEventImpl extends AbstractTaskEvent implements QuestionEvent
A QuestionEvent object is the description of a question to a precedent actor. Those descriptions are sent to the workflow engine by the workflow tools when the user asked a question in process instance
-
-
Constructor Summary
Constructors Constructor Description QuestionEventImpl(Task resolvedTask, String stepId, DataRecord data)
A QuestionEventImpl is built from a resolved task, a choosen target state and a filled form.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getStepId()
Returns the discussed step id-
Methods inherited from class org.silverpeas.core.workflow.engine.event.AbstractTaskEvent
getActionDate, getActionName, getDataRecord, getProcessInstance, getProcessModel, getResolvedState, getSubstitute, getUser, getUserOrSubstitute, getUserRoleName, setProcessInstance, setSubstitute
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.workflow.api.event.GenericEvent
getActionDate, getActionName, getDataRecord, getProcessInstance, getResolvedState, getSubstitute, getUser, getUserOrSubstitute, getUserRoleName, setSubstitute
-
Methods inherited from interface org.silverpeas.core.workflow.api.event.QuestionEvent
getProcessModel, setProcessInstance
-
-
-
-
Constructor Detail
-
QuestionEventImpl
public QuestionEventImpl(Task resolvedTask, String stepId, DataRecord data)
A QuestionEventImpl is built from a resolved task, a choosen target state and a filled form.
-
-
Method Detail
-
getStepId
public String getStepId()
Returns the discussed step id- Specified by:
getStepId
in interfaceQuestionEvent
-
-