| Package | Description |
|---|---|
| org.alfresco.po.share.workflow |
| Modifier and Type | Method and Description |
|---|---|
WorkFlowType |
WorkFlowDetails.getType() |
static WorkFlowType |
WorkFlowType.getWorkflowType(String type) |
static WorkFlowType |
WorkFlowType.getWorkflowTypeByTitle(String title)
Based title return
WorkFlowType. |
static WorkFlowType |
WorkFlowType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkFlowType[] |
WorkFlowType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkFlowType> |
StartWorkFlowPage.getWorkflowTypes()
Method to get workflow types exists in select workflow dropdown
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends WorkFlowPage> |
FactoryShareWorkFlow.getPage(org.alfresco.webdrone.WebDrone drone,
WorkFlowType workFlowType)
Gets the sub WorkFlow HTML element from the StartWorkFlow page.
|
WorkFlow |
StartWorkFlowPage.getWorkflowPage(WorkFlowType workFlowType)
Method to get the workflow sub page for the workflow passed.
|
boolean |
StartWorkFlowPage.isWorkflowTypePresent(WorkFlowType workFlowType)
Method to check if a given WorkFlowType is present in the select Workflow drop down
|
Copyright © 2013. All Rights Reserved.