Uses of Class
net.pricefx.common.dto.WorkflowDTO
Package
Description
Defines set of data transfer object (DTO) classes.
Defines set of domain object classes.
-
Uses of WorkflowDTO in net.pricefx.common.dto
Modifier and TypeMethodDescriptionWorkflowDTO.withAddStepRestrictedToWFAdmin()
WorkflowDTO.withAddStepRestrictedToWFAdmin
(boolean isAddStepRestrictedToWFAdmin) WorkflowDTO.withAutoConvertToDeal
(boolean autoConvertToDeal) Iftrue
then automatically converts quote to deal when quote is approvedWorkflowDTO.withDataMap
(Map<String, Object> dataMap) Sets dataMap map, which is available then in email templatesWorkflowDTO.withDefaultConditionRecordLogic
(String conditionRecordLogicName) Adds a logic that will be executed after the final approval step or after each approved contract recalculation.WorkflowDTO.withDefaultPostApprovalStepLogic
(String postApprovalStepLogicUniqueName) Adds a logic that will be executed after every approval step.WorkflowDTO.withDenialReasons
(List<String> denialReasons, boolean isDenialReasonOptional) WorkflowDTO.withRunDefaultPostApprovalStepLogicOnEmptyWorkflow
(boolean runDefaultPostStepLogicOnEmptyWorkflow) Decides if default post step logic should be executed also in case the wf has no approval steps (i.e.WorkflowDTO.withSelectStepOnDeny
(boolean isSelectStepOnDeny) ModifierConstructorDescriptionApprovalStepDTO
(WorkflowDTO workflow, String uniqueName) StepDTO
(WorkflowDTO workflow, String uniqueName) WatcherStepDTO
(WorkflowDTO workflow, String userLoginName) -
Uses of WorkflowDTO in net.pricefx.domain
Modifier and TypeMethodDescriptionvoid
Pricelist.onNoApprovalRequired
(User approver, WorkflowDTO workflowDTO)