Class WorkflowView

java.lang.Object
com.orchestranetworks.workflow.WorkflowView

public final class WorkflowView extends Object
Specifies a view in the data workflow area of the user interface.

See Workflow views.

Can be specified in a Web Component using the parameter workflowView

Example:

  • URL to inbox section:
    http://localhost:8080/ebx/?service=@workflow&workflowView=inbox
  • URL to inbox section filtered on label:
    http://localhost:8080/ebx/?service=@workflow&workflowView=inbox&xpath=[contains(osd:label(./dwfWorkItemLabel),"myCriterion")]
See Also:
  • Field Details

    • INBOX

      public static final WorkflowView INBOX
      Workflow inbox section.

      Value is: "inbox"

    • LAUNCHER

      public static final WorkflowView LAUNCHER
      Workflow launcher section.

      Value is: "launcher"

    • MONITORING_PUBLICATIONS

      public static final WorkflowView MONITORING_PUBLICATIONS
      Workflow monitoring publications section.

      Value is: "monitoringPublications"

    • MONITORING_WORKFLOWS

      public static final WorkflowView MONITORING_WORKFLOWS
      Workflow monitoring workflows section.

      Value is: "monitoringWorkflows"

    • MONITORING_WORKITEMS

      public static final WorkflowView MONITORING_WORKITEMS
      Workflow monitoring work items section.

      Value is: "monitoringWorkItems"

    • COMPLETED_WORKFLOWS

      public static final WorkflowView COMPLETED_WORKFLOWS
      Completed workflows section.

      Value is: "completedWorkflows"

  • Method Details

    • parse

      public static final WorkflowView parse(String aFormattedWorkflowView)
      Parses the specified string, so as to return the corresponding workflow view.

      The specified string must have been generated by format().

      See Also:
    • format

      public final String format()
      Returns a persistent identifier of this workflow view.
      See Also:
    • isInbox

      public final boolean isInbox()
      See Also:
    • isLauncher

      public final boolean isLauncher()
      See Also:
    • isMonitoringPublications

      public final boolean isMonitoringPublications()
      See Also:
    • isMonitoringWorkflows

      public final boolean isMonitoringWorkflows()
      See Also:
    • isMonitoringWorkItems

      public final boolean isMonitoringWorkItems()
      See Also:
    • isCompletedWorkflows

      public final boolean isCompletedWorkflows()
      See Also:
    • toString

      public String toString()
      Overrides:
      toString in class Object