Uses of Class
net.pricefx.common.dto.WorkflowDTO.StepDTO
-
Packages that use WorkflowDTO.StepDTO Package Description net.pricefx.common.dto -
-
Uses of WorkflowDTO.StepDTO in net.pricefx.common.dto
Classes in net.pricefx.common.dto with type parameters of type WorkflowDTO.StepDTO Modifier and Type Class Description static classWorkflowDTO.StepDTO<T extends WorkflowDTO.StepDTO>Subclasses of WorkflowDTO.StepDTO in net.pricefx.common.dto Modifier and Type Class Description static classWorkflowDTO.ApprovalStepDTOstatic classWorkflowDTO.WatcherStepDTOMethods in net.pricefx.common.dto that return WorkflowDTO.StepDTO Modifier and Type Method Description WorkflowDTO.StepDTOWorkflowDTO. getStep(String uniqueName)Retrieves a workflow step with given name (if it exists)Methods in net.pricefx.common.dto that return types with arguments of type WorkflowDTO.StepDTO Modifier and Type Method Description LinkedHashSet<WorkflowDTO.StepDTO>InsertWorkflowStepsDTO. getSteps()LinkedHashSet<WorkflowDTO.StepDTO>WorkflowDTO. getSteps()
-