|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WorkflowSteps
Represents the 'Workflow steps' page functionality
| Method Summary | |
|---|---|
WorkflowSteps |
add(String stepName,
String linkedStatus)
Adds a step the current workflow. |
WorkflowSteps |
addTransition(String stepName,
String transitionName,
String transitionDescription,
String destinationStep,
String transitionFieldScreen)
Adds a transition to the current workflow |
WorkflowTransition |
editTransition(int stepId,
int transitionId)
Edit transition with given transitionId for step with given stepId. |
| Method Detail |
|---|
WorkflowTransition editTransition(int stepId,
int transitionId)
stepId - ID of the steptransitionId - ID of the transition
WorkflowSteps add(String stepName,
String linkedStatus)
stepName - The name of the step.linkedStatus - The status to be linked to this step.
WorkflowSteps addTransition(String stepName,
String transitionName,
String transitionDescription,
String destinationStep,
String transitionFieldScreen)
stepName - The origin workflow step for this transition.transitionName - The name of the transition to add.transitionDescription - A description for the transition to add.destinationStep - The destination step for this transition.transitionFieldScreen - The screen to display.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||