Uses of Class
com.orchestranetworks.workflow.ProcessLauncher
-
Packages that use ProcessLauncher Package Description com.orchestranetworks.workflow Provides classes and interfaces for implementing workflow processes and invoking them. -
-
Uses of ProcessLauncher in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow that return ProcessLauncher Modifier and Type Method Description ProcessLauncherWorkflowEngine. getProcessLauncher(PublishedProcessKey aKey)Returns a launcher to create workflows from the specified publication.ProcessLauncherSubWorkflowsCreationContext. registerSubWorkflow(AdaptationName aWorkflowModel, String aSubWorkflowName)Registers the launch of a sub-workflow.Methods in com.orchestranetworks.workflow with parameters of type ProcessLauncher Modifier and Type Method Description voidSubWorkflowsCreationContext. setForegroundSubWorkflow(ProcessLauncher foregroundSubWorkflow)Registers which sub-workflow should be opened, accordingly to the progress strategy of the previous step.
-