Uses of Class
net.pricefx.common.dto.WorkflowDTO.WatcherStepDTO
-
Uses of WorkflowDTO.WatcherStepDTO in net.pricefx.common.dto
Modifier and TypeMethodDescriptionWorkflowDTO.WatcherStepDTO.addProperty
(String name, Object value) WorkflowDTO.addWatcherStep
(String uniqueName) Adds a watcher step to the end of the approval workflow.InsertWorkflowStepsDTO.insertWatcherStep
(String uniqueName) Inserts a watcher step right after workflow post logic step that is executing this code.WorkflowDTO.WatcherStepDTO.withEmailListWatcher
(String... emails) Instead of specifying a user name or a user group, arbitrary email addresses can be used here Last invoked of#withUserWatchers(String...)
,#withUserGroupWatchers(String...)
,#withEmailListWatcher(String...)
winsWorkflowDTO.WatcherStepDTO.withReasons
(String... reasons) Sets explanations for the watcher step.WorkflowDTO.WatcherStepDTO.withUserGroupWatcher
(String userGroupUniqueName) Deprecated.WorkflowDTO.WatcherStepDTO.withUserGroupWatchers
(String... userGroupUniqueNames) Specify user groups as recipient Last invoked of#withUserWatchers(String...)
,#withUserGroupWatchers(String...)
,#withEmailListWatchers(String...)
winsWorkflowDTO.WatcherStepDTO.withUserWatcher
(String userLoginName) Deprecated.Specify a user as recipient Last invoked of#withUserWatcher(String)
,#withUserGroupWatcher(String)
,#withEmailListWatcher(String...)
winsWorkflowDTO.WatcherStepDTO.withUserWatchers
(String... userLoginNames) Specify users as recipients Last invoked of#withUserWatchers(String...)
,#withUserGroupWatchers(String...)
,#withEmailListWatcher(String...)
wins
#withUserWatcher(String)
,#withUserGroupWatcher(String)
,#withEmailListWatcher(String...)
wins