Package | Description |
---|---|
net.pricefx.common.dto |
Modifier and Type | Method and Description |
---|---|
WorkflowDTO.WatcherStepDTO |
WorkflowDTO.WatcherStepDTO.addProperty(String name,
Object value) |
WorkflowDTO.WatcherStepDTO |
WorkflowDTO.addWatcherStep(String uniqueName)
Adds a watcher step to the end of the workflow.
|
WorkflowDTO.WatcherStepDTO |
InsertWorkflowStepsDTO.insertWatcherStep(String uniqueName)
Inserts a watcher step right after workflow post logic step that is executing this code.
|
WorkflowDTO.WatcherStepDTO |
WorkflowDTO.WatcherStepDTO.setReason(List<String> reasons) |
WorkflowDTO.WatcherStepDTO |
WorkflowDTO.WatcherStepDTO.setReason(String reason) |
WorkflowDTO.WatcherStepDTO |
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...) wins |
WorkflowDTO.WatcherStepDTO |
WorkflowDTO.WatcherStepDTO.withReasons(String... reasons)
Sets explanations for the watcher step.
|
WorkflowDTO.WatcherStepDTO |
WorkflowDTO.WatcherStepDTO.withUserGroupWatcher(String userGroupUniqueName)
Deprecated.
Specify user group as recipient
Last invoked of
#withUserWatcher(String) , #withUserGroupWatcher(String) ,
#withEmailListWatcher(String...) wins |
WorkflowDTO.WatcherStepDTO |
WorkflowDTO.WatcherStepDTO.withUserGroupWatchers(String... userGroupUniqueNames)
Specify user groups as recipient
Last invoked of
#withUserWatchers(String...) , #withUserGroupWatchers(String...) ,
#withEmailListWatchers(String...) wins |
WorkflowDTO.WatcherStepDTO |
WorkflowDTO.WatcherStepDTO.withUserWatcher(String userLoginName)
Deprecated.
Specify a user as recipient
Last invoked of
#withUserWatcher(String) , #withUserGroupWatcher(String) ,
#withEmailListWatcher(String...) wins |
WorkflowDTO.WatcherStepDTO |
WorkflowDTO.WatcherStepDTO.withUserWatchers(String... userLoginNames)
Specify users as recipients
Last invoked of
#withUserWatchers(String...) , #withUserGroupWatchers(String...) ,
#withEmailListWatcher(String...) wins |
Copyright © 2019. All rights reserved.