com.silverpeas.workflow.api.event
Interface QuestionEvent

All Superinterfaces:
GenericEvent
All Known Implementing Classes:
QuestionEventImpl

public interface QuestionEvent
extends GenericEvent

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


Method Summary
 ProcessModel getProcessModel()
          Returns the process model (peas).
 String getStepId()
          Returns the discussed step id
 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.


getStepId

String getStepId()
Returns the discussed step id



Copyright © 2016 Silverpeas. All Rights Reserved.