Uses of Class
com.genologics.ri.workflowconfiguration.Workflow
Packages that use Workflow
Package
Description
Provides JAXB binding classes for the Clarity REST API routing entity and its related components.
Entities for workflow stages in the Clarity system.
Entities for workflow configuration in the Clarity system.
Tools to help move steps through Clarity using the API that allows
processes to be run as if they are done through the browser, rather than
the
ExecutableProcess mechanism.Implementation of the automation service.
-
Uses of Workflow in com.genologics.ri.routing
Method parameters in com.genologics.ri.routing with type arguments of type WorkflowModifier and TypeMethodDescriptionvoidExtArtifactAssignments.setWorkflow(Linkable<Workflow> workflow) Sets the workflow from a Linkable. -
Uses of Workflow in com.genologics.ri.stage
Methods in com.genologics.ri.stage that return types with arguments of type WorkflowModifier and TypeMethodDescriptionWorkflowLink.getEntityClass()Gets the entity class for this link.Method parameters in com.genologics.ri.stage with type arguments of type WorkflowModifier and TypeMethodDescriptionvoidStage.setWorkflow(Linkable<Workflow> workflow) Sets the workflow for this stage.Constructor parameters in com.genologics.ri.stage with type arguments of type WorkflowModifierConstructorDescriptionWorkflowLink(Linkable<Workflow> link) Constructor from a linkable workflow object. -
Uses of Workflow in com.genologics.ri.workflowconfiguration
Methods in com.genologics.ri.workflowconfiguration that return WorkflowMethods in com.genologics.ri.workflowconfiguration that return types with arguments of type WorkflowModifier and TypeMethodDescriptionObjectFactory.createWorkflow(Workflow value) Create a JAXBElement forWorkflow.WorkflowLink.getEntityClass()Gets the entity class for this link.Workflow.getLink()Get a concrete link object to thisLinkablething.Methods in com.genologics.ri.workflowconfiguration with parameters of type WorkflowModifier and TypeMethodDescriptionObjectFactory.createWorkflow(Workflow value) Create a JAXBElement forWorkflow.Constructors in com.genologics.ri.workflowconfiguration with parameters of type WorkflowModifierConstructorDescriptionWorkflowLink(Workflow workflow) Constructor accepting a Workflow object.Constructor parameters in com.genologics.ri.workflowconfiguration with type arguments of type WorkflowModifierConstructorDescriptionWorkflowLink(Linkable<Workflow> link) Constructor accepting a Linkable object. -
Uses of Workflow in org.cruk.clarity.api.automation
Methods in org.cruk.clarity.api.automation that return WorkflowModifier and TypeMethodDescriptionClarityProcessAutomation.findWorkflow(String name) Find a work flow by name.Methods in org.cruk.clarity.api.automation with parameters of type Workflow -
Uses of Workflow in org.cruk.clarity.api.automation.impl
Methods in org.cruk.clarity.api.automation.impl that return WorkflowModifier and TypeMethodDescriptionClarityProcessAutomationImpl.findWorkflow(String name) Find a work flow by name.Methods in org.cruk.clarity.api.automation.impl with parameters of type Workflow