|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Question | |
---|---|
com.silverpeas.workflow.api.instance | |
com.silverpeas.workflow.api.task | |
com.silverpeas.workflow.engine.instance | |
com.silverpeas.workflow.engine.task |
Uses of Question in com.silverpeas.workflow.api.instance |
---|
Methods in com.silverpeas.workflow.api.instance that return Question | |
---|---|
Question[] |
ProcessInstance.getPendingQuestions(String stateName)
Get all the questions asked in the given state |
Question[] |
ProcessInstance.getQuestions()
Get all the questions asked in this processInstance |
Question[] |
ProcessInstance.getRelevantQuestions(String stateName)
Get all the questions asked from the given state and that have been aswered |
Question[] |
ProcessInstance.getSentQuestions(String stateName)
Get all the questions asked from the given state |
Methods in com.silverpeas.workflow.api.instance with parameters of type Question | |
---|---|
void |
UpdatableProcessInstance.cancelQuestion(Question question)
Cancel a question without response |
Uses of Question in com.silverpeas.workflow.api.task |
---|
Methods in com.silverpeas.workflow.api.task that return Question | |
---|---|
Question[] |
Task.getPendingQuestions()
Returns the question that must be answered |
Question[] |
Task.getRelevantQuestions()
Returns the (non onsolete) questions that have been answered |
Question[] |
Task.getSentQuestions()
Returns the question that have been asked and are waiting for a response |
Uses of Question in com.silverpeas.workflow.engine.instance |
---|
Classes in com.silverpeas.workflow.engine.instance that implement Question | |
---|---|
class |
QuestionImpl
A Question object represents a question asked for the instance |
Methods in com.silverpeas.workflow.engine.instance that return Question | |
---|---|
Question[] |
ProcessInstanceImpl.getPendingQuestions(String stateName)
Get all the questions asked to the given state |
Question[] |
ProcessInstanceImpl.getQuestions()
Get all the questions asked in this processInstance |
Question[] |
ProcessInstanceImpl.getRelevantQuestions(String stateName)
Get all the questions asked from the given state and that have been aswered |
Question[] |
ProcessInstanceImpl.getSentQuestions(String stateName)
Get all the questions asked from the given state |
Methods in com.silverpeas.workflow.engine.instance that return types with arguments of type Question | |
---|---|
Vector<Question> |
ProcessInstanceImpl.castor_getQuestions()
Get the instance questions |
Methods in com.silverpeas.workflow.engine.instance with parameters of type Question | |
---|---|
void |
ProcessInstanceImpl.addQuestion(Question question)
Add a question for this instance |
void |
ProcessInstanceImpl.cancelQuestion(Question question)
Cancel a question without response 1 - make a fictive answer 2 - remove active state 3 - remove working user 4 - recurse in question target state, if questions have been asked in cascade |
Method parameters in com.silverpeas.workflow.engine.instance with type arguments of type Question | |
---|---|
void |
ProcessInstanceImpl.castor_setQuestions(Vector<Question> questions)
Set the instance questions |
Uses of Question in com.silverpeas.workflow.engine.task |
---|
Methods in com.silverpeas.workflow.engine.task that return Question | |
---|---|
Question[] |
CreationTaskImpl.getPendingQuestions()
no question possible, return null. |
Question[] |
TaskImpl.getPendingQuestions()
Returns the questions that must be answered |
Question[] |
CreationTaskImpl.getRelevantQuestions()
no question possible, return null. |
Question[] |
TaskImpl.getRelevantQuestions()
Returns the (non onsolete) questions that have been answered |
Question[] |
CreationTaskImpl.getSentQuestions()
no question possible, return null. |
Question[] |
TaskImpl.getSentQuestions()
Returns the question that have been asked and are waiting for a response |
Constructors in com.silverpeas.workflow.engine.task with parameters of type Question | |
---|---|
TaskImpl(User user,
String roleName,
ProcessInstance processInstance,
State state,
HistoryStep[] backSteps,
Question[] sentQuestions,
Question[] relevantQuestions,
Question[] pendingQuestions)
Builds a TaskImpl. |
|
TaskImpl(User user,
String roleName,
ProcessInstance processInstance,
State state,
HistoryStep[] backSteps,
Question[] sentQuestions,
Question[] relevantQuestions,
Question[] pendingQuestions)
Builds a TaskImpl. |
|
TaskImpl(User user,
String roleName,
ProcessInstance processInstance,
State state,
HistoryStep[] backSteps,
Question[] sentQuestions,
Question[] relevantQuestions,
Question[] pendingQuestions)
Builds a TaskImpl. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |