Class RejectNominatedInviteDelegate

All Implemented Interfaces:
org.activiti.engine.delegate.JavaDelegate

public class RejectNominatedInviteDelegate extends AbstractInvitationDelegate
Activiti delegate that is executed when a invitation request has been rejected.
Since:
4.0
Author:
Nick Smith, Frederik Heremans
  • Constructor Details

    • RejectNominatedInviteDelegate

      public RejectNominatedInviteDelegate()
  • Method Details

    • execute

      public void execute(org.activiti.engine.delegate.DelegateExecution execution) throws Exception
      Throws:
      Exception