com.silverpeas.workflow.api.event
Interface ResponseEvent

All Superinterfaces:
GenericEvent
All Known Implementing Classes:
ResponseEventImpl

public interface ResponseEvent
extends GenericEvent

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


Method Summary
 ProcessModel getProcessModel()
          Returns the process model (peas).
 String getQuestionId()
          Returns the id of question corresponding to this answer
 void setProcessInstance(ProcessInstance instance)
          Set the process instance.
 
Methods inherited from interface com.silverpeas.workflow.api.event.GenericEvent
getActionDate, getActionName, getDataRecord, getProcessInstance, getResolvedState, getUser, getUserRoleName
 

Method Detail

getProcessModel

ProcessModel getProcessModel()
Returns the process model (peas).


setProcessInstance

void setProcessInstance(ProcessInstance instance)
Set the process instance.


getQuestionId

String getQuestionId()
Returns the id of question corresponding to this answer



Copyright © 2016 Silverpeas. All Rights Reserved.