Uses of Class
org.sterl.pmw.model.Workflow
Packages that use Workflow
Package
Description
-
Uses of Workflow in org.sterl.pmw
Methods in org.sterl.pmw with parameters of type WorkflowModifier and TypeMethodDescription<T extends Serializable>
WorkflowId<T extends Serializable>
WorkflowId<T extends Serializable>
WorkflowId<T extends Serializable>
WorkflowId<T extends Serializable>
WorkflowIdWorkflowUmlService.printWorkflow(Workflow<?> workflow) net.sourceforge.plantuml.core.DiagramDescriptionWorkflowUmlService.printWorkflowAsPlantUmlSvg(Workflow<?> workflow, OutputStream out) <T extends Serializable>
RegistryTypeShould register a new workflow or throw an exception if the workflow is already known. -
Uses of Workflow in org.sterl.pmw.command
Methods in org.sterl.pmw.command that return WorkflowModifier and TypeMethodDescriptionTriggerWorkflowCommand.workflow()Returns the value of theworkflowrecord component.Constructors in org.sterl.pmw.command with parameters of type WorkflowModifierConstructorDescriptionTriggerWorkflowCommand(Workflow<T> workflow, T state, Duration delay) Creates an instance of aTriggerWorkflowCommandrecord class. -
Uses of Workflow in org.sterl.pmw.component
Methods in org.sterl.pmw.component that return WorkflowModifier and TypeMethodDescriptionWorkflow<? extends Serializable> WorkflowRepository.getWorkflow(String name) <T extends Serializable>
Workflow<? extends Serializable> Methods in org.sterl.pmw.component that return types with arguments of type WorkflowModifier and TypeMethodDescriptionOptional<Workflow<? extends Serializable>> WorkflowRepository.findWorkflow(String name) Methods in org.sterl.pmw.component with parameters of type WorkflowModifier and TypeMethodDescription<T extends Serializable>
Workflow<? extends Serializable> <T extends Serializable>
voidWorkflowRepository.registerUnique(Workflow<T> w) -
Uses of Workflow in org.sterl.pmw.exception
Constructors in org.sterl.pmw.exception with parameters of type WorkflowModifierConstructorDescriptionWorkflowException(Workflow<?> workflow, WorkflowStep<?> failedStep, Exception cause) WorkflowFailedDoRetryException(Workflow<?> workflow, WorkflowStep<?> failedStep, Exception cause, int tryCount) WorkflowFailedNoRetryException(Workflow<?> workflow, WorkflowStep<?> failedStep, Exception cause, int tryCount) -
Uses of Workflow in org.sterl.pmw.model
Methods in org.sterl.pmw.model that return WorkflowMethods in org.sterl.pmw.model with parameters of type WorkflowModifier and TypeMethodDescription<SubT extends Serializable>
TriggerWorkflowStepFactory<ChooseFactory<C, T>, T, SubT> <SubT extends Serializable>
TriggerWorkflowStepFactory<ChooseFactory<C, T>, T, SubT> static WorkflowIdWorkflowId.newWorkflowId(Workflow<?> w) <TS extends Serializable>
TriggerWorkflowStepFactory<WorkflowFactory<T>, T, TS> <TS extends Serializable>
WorkflowFactory<T> Constructors in org.sterl.pmw.model with parameters of type Workflow -
Uses of Workflow in org.sterl.pmw.spring
Methods in org.sterl.pmw.spring with parameters of type WorkflowModifier and TypeMethodDescription<T extends Serializable>
WorkflowId<T extends Serializable>
org.sterl.spring.persistent_tasks.api.TaskId<T> -
Uses of Workflow in org.sterl.pmw.spring.component
Methods in org.sterl.pmw.spring.component with parameters of type WorkflowModifier and TypeMethodDescriptionstatic StringWorkflowHelper.stepName(Workflow<?> w, WorkflowStep<?> s) -
Uses of Workflow in org.sterl.pmw.uml
Methods in org.sterl.pmw.uml with parameters of type WorkflowModifier and TypeMethodDescriptionstatic voidPlantUmlWritter.writeAsPlantUmlSvg(String filename, Workflow<? extends Serializable> workflow)