|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.workflow.engine.task.AbstractTaskImpl
com.silverpeas.workflow.engine.task.CreationTaskImpl
public class CreationTaskImpl
A creation task is the first task of a creation instance.
Constructor Summary | |
---|---|
CreationTaskImpl(User user,
String roleName,
ProcessModel processModel)
Builds a CreationTaskImpl. |
Method Summary | |
---|---|
String[] |
getActionNames()
Returns the action names list from which the user must choose to resolve the activity. |
HistoryStep[] |
getBackSteps()
no back action possible, return null. |
Question[] |
getPendingQuestions()
no question possible, return null. |
ProcessInstance |
getProcessInstance()
Returns the process instance. |
Question[] |
getRelevantQuestions()
no question possible, return null. |
Question[] |
getSentQuestions()
no question possible, return null. |
State |
getState()
Returns the state to be resolved by the user. |
void |
setProcessInstance(ProcessInstance processInstance)
Set process instance associated with task |
Methods inherited from class com.silverpeas.workflow.engine.task.AbstractTaskImpl |
---|
buildQuestionEvent, buildResponseEvent, buildTaskDoneEvent, buildTaskSavedEvent, getGroupId, getProcessModel, getUser, getUserRoleName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreationTaskImpl(User user, String roleName, ProcessModel processModel) throws WorkflowException
WorkflowException
Method Detail |
---|
public ProcessInstance getProcessInstance()
Task
public void setProcessInstance(ProcessInstance processInstance)
Task
public State getState()
public String[] getActionNames()
public HistoryStep[] getBackSteps()
public Question[] getPendingQuestions()
public Question[] getSentQuestions()
public Question[] getRelevantQuestions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |