Class SetResponsibilitiesExecutionListener
java.lang.Object
com.collibra.dgc.workflow.api.listener.SetResponsibilitiesExecutionListener
- All Implemented Interfaces:
Serializable,org.flowable.engine.delegate.BaseExecutionListener,org.flowable.engine.delegate.ExecutionListener
public class SetResponsibilitiesExecutionListener
extends Object
implements org.flowable.engine.delegate.ExecutionListener
This
ExecutionListener will set the responsibilities for the business item of the workflow.
Possible input fields are:
- userNames: a csv of user names you want to set a responsible for.
- roleName: the name of the role.
- clearExisting: if 'true' all existing responsible for the current business item will be deleted prior to adding new ones (OPTIONAL). If empty no clearing is performed.
- See Also:
-
Field Summary
Fields inherited from interface org.flowable.engine.delegate.BaseExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnotify(org.flowable.engine.delegate.DelegateExecution execution)
-
Constructor Details
-
SetResponsibilitiesExecutionListener
public SetResponsibilitiesExecutionListener()
-
-
Method Details
-
notify
public void notify(org.flowable.engine.delegate.DelegateExecution execution) - Specified by:
notifyin interfaceorg.flowable.engine.delegate.ExecutionListener
-