|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ViewWorkflows
Represents operations on the 'Workflows' page in administration.
Nested Class Summary | |
---|---|
static class |
ViewWorkflows.WorkflowItem
|
static class |
ViewWorkflows.WorkflowItemsList
|
static class |
ViewWorkflows.WorkflowState
|
Method Summary | |
---|---|
ViewWorkflows.WorkflowItemsList |
active()
|
ViewWorkflows |
addWorkflow(String name,
String description)
Add new workflow with given name and description. |
WorkflowDesignerPage |
copyWorkflow(String nameToCopy,
String newWorkflowName)
Cope workflow with given nameToCopy as a new workflow named newWorkflowName. |
WorkflowDesignerPage |
copyWorkflow(String nameToCopy,
String newWorkflowName,
String newWorkflowDescription)
|
WorkflowSteps |
createDraft(String name)
|
WorkflowDesignerPage |
edit(String workflowName)
|
ViewWorkflows |
goTo()
Go to 'Workflows' page. |
ViewWorkflows.WorkflowItemsList |
inactive()
|
boolean |
isEditable(String workflowName)
|
boolean |
isImportWorkflowFromXmlButtonPresent()
Whether the import workflow from xml operation is available. |
ViewWorkflows |
launchDesigner(String workflowName)
Deprecated. Now the edit button always takes you to the workflow designer. Use edit(String) instead |
PublishDraftPage |
publishDraft(String name)
|
ViewWorkflowPage |
view(String workflowName)
|
WorkflowSteps |
workflowSteps(String workflowName)
Go to 'Workflow steps' page for given workflow |
Method Detail |
---|
ViewWorkflows goTo()
ViewWorkflows addWorkflow(String name, String description)
name
- name of the new workflowdescription
- description of the new workflow
WorkflowDesignerPage edit(String workflowName)
WorkflowSteps createDraft(String name)
PublishDraftPage publishDraft(String name)
WorkflowDesignerPage copyWorkflow(String nameToCopy, String newWorkflowName)
nameToCopy
- name of the workflow to copy (must exist)newWorkflowName
- name of the new workflow
WorkflowDesignerPage copyWorkflow(String nameToCopy, String newWorkflowName, String newWorkflowDescription)
WorkflowSteps workflowSteps(String workflowName)
workflowName
- name of the workflow
@Deprecated ViewWorkflows launchDesigner(String workflowName)
edit(String)
instead
workflowName
- name of the workflow
boolean isImportWorkflowFromXmlButtonPresent()
ViewWorkflows.WorkflowItemsList active()
ViewWorkflows.WorkflowItemsList inactive()
boolean isEditable(String workflowName)
ViewWorkflowPage view(String workflowName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |