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 class
WorkflowDTO.StepDTO<T extends WorkflowDTO.StepDTO>
Subclasses of WorkflowDTO.StepDTO in net.pricefx.common.dto Modifier and Type Class Description static class
WorkflowDTO.ApprovalStepDTO
static class
WorkflowDTO.WatcherStepDTO
Methods in net.pricefx.common.dto that return WorkflowDTO.StepDTO Modifier and Type Method Description WorkflowDTO.StepDTO
WorkflowDTO. getStep(String uniqueName)
Retrieves a named step (if existing)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()
-