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(String reason) |
|
WorkflowDTO.WatcherStepDTO |
WorkflowDTO.WatcherStepDTO.setReason(List<String> reasons) |
|
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.
|
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.
|
WorkflowDTO.WatcherStepDTO |
WorkflowDTO.WatcherStepDTO.withUserWatchers(String... userLoginNames) |
Specify users as recipients
Last invoked of #withUserWatchers(String...) , #withUserGroupWatchers(String...) ,
#withEmailListWatcher(String...) wins
|