Uses of Interface
org.silverpeas.core.workflow.api.instance.Question
-
-
Uses of Question in org.silverpeas.core.workflow.api.instance
Methods in org.silverpeas.core.workflow.api.instance that return Question Modifier and Type Method Description Question[]
ProcessInstance. getPendingQuestions(String stateName)
Get all the questions asked in the given stateQuestion[]
ProcessInstance. getQuestions()
Get all the questions asked in this processInstanceQuestion[]
ProcessInstance. getRelevantQuestions(String stateName)
Get all the questions asked from the given state and that have been answeredQuestion[]
ProcessInstance. getSentQuestions(String stateName)
Get all the questions asked from the given stateMethods in org.silverpeas.core.workflow.api.instance with parameters of type Question Modifier and Type Method Description void
UpdatableProcessInstance. cancelQuestion(Question question)
Cancel a question without response -
Uses of Question in org.silverpeas.core.workflow.api.task
Methods in org.silverpeas.core.workflow.api.task that return Question Modifier and Type Method Description Question[]
Task. getPendingQuestions()
Returns the question that must be answeredQuestion[]
Task. getRelevantQuestions()
Returns the (non onsolete) questions that have been answeredQuestion[]
Task. getSentQuestions()
Returns the question that have been asked and are waiting for a response -
Uses of Question in org.silverpeas.core.workflow.engine.instance
Classes in org.silverpeas.core.workflow.engine.instance that implement Question Modifier and Type Class Description class
QuestionImpl
A Question object represents a question asked for the instanceMethods in org.silverpeas.core.workflow.engine.instance that return Question Modifier and Type Method Description Question[]
ProcessInstanceImpl. getPendingQuestions(String stateName)
Question[]
ProcessInstanceImpl. getQuestions()
Question[]
ProcessInstanceImpl. getRelevantQuestions(String stateName)
Question[]
ProcessInstanceImpl. getSentQuestions(String stateName)
Methods in org.silverpeas.core.workflow.engine.instance with parameters of type Question Modifier and Type Method Description void
ProcessInstanceImpl. addQuestion(Question question)
Add a question to this instancevoid
ProcessInstanceImpl. cancelQuestion(Question question)
-
Uses of Question in org.silverpeas.core.workflow.engine.task
Methods in org.silverpeas.core.workflow.engine.task that return Question Modifier and Type Method Description Question[]
CreationTaskImpl. getPendingQuestions()
no question possible, return null.Question[]
TaskImpl. getPendingQuestions()
Returns the questions that must be answeredQuestion[]
CreationTaskImpl. getRelevantQuestions()
no question possible, return null.Question[]
TaskImpl. getRelevantQuestions()
Returns the (non onsolete) questions that have been answeredQuestion[]
CreationTaskImpl. getSentQuestions()
no question possible, return null.Question[]
TaskImpl. getSentQuestions()
Returns the question that have been asked and are waiting for a response
-