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 |
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
#withUserWatcher(String) , #withUserGroupWatcher(String) ,
#withEmailListWatcher(String...) wins |
WorkflowDTO.WatcherStepDTO |
WorkflowDTO.WatcherStepDTO.withUserGroupWatcher(String userGroupUniqueName)
Specify a user group as recipient
Last invoked of
#withUserWatcher(String) , #withUserGroupWatcher(String) ,
#withEmailListWatcher(String...) wins |
WorkflowDTO.WatcherStepDTO |
WorkflowDTO.WatcherStepDTO.withUserWatcher(String userLoginName)
Specify a user as recipient
Last invoked of
#withUserWatcher(String) , #withUserGroupWatcher(String) ,
#withEmailListWatcher(String...) wins |
Copyright © 2016. All rights reserved.