Uses of Class
com.orchestranetworks.workflow.WorkflowView
Packages that use WorkflowView
Package
Description
This package provides the capability to create custom user interface components
that are integrated within EBX®.
A public API for user services.
Provides classes and interfaces for implementing workflow processes and
invoking them.
-
Uses of WorkflowView in com.orchestranetworks.ui
Methods in com.orchestranetworks.ui that return WorkflowViewModifier and TypeMethodDescriptionUIHttpManagerComponent.getWorkflowView()Returns the workflow view using the serviceServiceKey.WORKFLOW.Methods in com.orchestranetworks.ui with parameters of type WorkflowViewModifier and TypeMethodDescriptionUIResourceLocator.getURLForSelection(WorkflowView aWorkflowView) Returns a URL that, when used, changes the current navigation context to the specified data workflows section.final voidUIHttpManagerComponent.selectWorkflowView(WorkflowView aWorkflowView) Selects the specified workflow view using the serviceServiceKey.WORKFLOW. -
Uses of WorkflowView in com.orchestranetworks.userservice
Methods in com.orchestranetworks.userservice with parameters of type WorkflowViewModifier and TypeMethodDescriptionstatic UserServiceEventOutcomeUserServiceNext.nextWorkflowView(WorkflowView aWorkflowView) The current user service will close and a workflow view will be selected. -
Uses of WorkflowView in com.orchestranetworks.workflow
Fields in com.orchestranetworks.workflow declared as WorkflowViewModifier and TypeFieldDescriptionstatic final WorkflowViewWorkflowView.COMPLETED_WORKFLOWSCompleted workflows section.static final WorkflowViewWorkflowView.INBOXWorkflow inbox section.static final WorkflowViewWorkflowView.LAUNCHERWorkflow launcher section.static final WorkflowViewWorkflowView.MONITORING_PUBLICATIONSWorkflow monitoring publications section.static final WorkflowViewWorkflowView.MONITORING_WORKFLOWSWorkflow monitoring workflows section.static final WorkflowViewWorkflowView.MONITORING_WORKITEMSWorkflow monitoring work items section.Methods in com.orchestranetworks.workflow that return WorkflowViewModifier and TypeMethodDescriptionstatic final WorkflowViewParses the specified string, so as to return the corresponding workflow view.