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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notify(org.flowable.engine.delegate.DelegateExecution execution)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SetResponsibilitiesExecutionListener

      public SetResponsibilitiesExecutionListener()
  • Method Details

    • notify

      public void notify(org.flowable.engine.delegate.DelegateExecution execution)
      Specified by:
      notify in interface org.flowable.engine.delegate.ExecutionListener