Uses of Class
net.pricefx.workflowengine.WorkflowStep.WorkflowStepExecutionAction
-
Packages that use WorkflowStep.WorkflowStepExecutionAction Package Description net.pricefx.workflowengine Provides Workflow API. -
-
Uses of WorkflowStep.WorkflowStepExecutionAction in net.pricefx.workflowengine
Methods in net.pricefx.workflowengine that return WorkflowStep.WorkflowStepExecutionAction Modifier and Type Method Description static WorkflowStep.WorkflowStepExecutionAction
WorkflowStep.WorkflowStepExecutionAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static WorkflowStep.WorkflowStepExecutionAction[]
WorkflowStep.WorkflowStepExecutionAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.pricefx.workflowengine with parameters of type WorkflowStep.WorkflowStepExecutionAction Modifier and Type Method Description boolean
WorkflowStep. execute(WorkflowStep.WorkflowStepExecutionAction action, String comment, String selectedApprover, String submitterTypedId)
Executes step.
-