public final class WorkflowView extends Object
See Workflow views.
Can be specified in a Web Component using the parameterworkflowView
Example:
http://localhost:8080/ebx/?service=@workflow&workflowView=inboxhttp://localhost:8080/ebx/?service=@workflow&workflowView=inbox&xpath=[contains(osd:label(./dwfWorkItemLabel),"myCriterion")]| Modifier and Type | Field and Description |
|---|---|
static WorkflowView |
COMPLETED_WORKFLOWS
Completed workflows section.
|
static WorkflowView |
INBOX
Workflow inbox section.
|
static WorkflowView |
LAUNCHER
Workflow launcher section.
|
static WorkflowView |
MONITORING_PUBLICATIONS
Workflow monitoring publications section.
|
static WorkflowView |
MONITORING_WORKFLOWS
Workflow monitoring workflows section.
|
static WorkflowView |
MONITORING_WORKITEMS
Workflow monitoring work items section.
|
| Modifier and Type | Method and Description |
|---|---|
String |
format()
Returns a persistent identifier of this workflow view.
|
boolean |
isCompletedWorkflows() |
boolean |
isInbox() |
boolean |
isLauncher() |
boolean |
isMonitoringPublications() |
boolean |
isMonitoringWorkflows() |
boolean |
isMonitoringWorkItems() |
static WorkflowView |
parse(String aFormattedWorkflowView)
Parses the specified string, so as to return the corresponding workflow view.
|
String |
toString() |
public static final WorkflowView INBOX
Value is: "inbox"
public static final WorkflowView LAUNCHER
Value is: "launcher"
public static final WorkflowView MONITORING_PUBLICATIONS
Value is: "monitoringPublications"
public static final WorkflowView MONITORING_WORKFLOWS
Value is: "monitoringWorkflows"
public static final WorkflowView MONITORING_WORKITEMS
Value is: "monitoringWorkItems"
public static final WorkflowView COMPLETED_WORKFLOWS
Value is: "completedWorkflows"
public static final WorkflowView parse(String aFormattedWorkflowView)
The specified string must have been generated by format().
format()public final String format()
parse(String)public final boolean isInbox()
INBOXpublic final boolean isLauncher()
LAUNCHERpublic final boolean isMonitoringPublications()
MONITORING_PUBLICATIONSpublic final boolean isMonitoringWorkflows()
MONITORING_WORKFLOWSpublic final boolean isMonitoringWorkItems()
MONITORING_WORKITEMSpublic final boolean isCompletedWorkflows()
COMPLETED_WORKFLOWS