Class RejectModeratedInviteDelegate

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

public class RejectModeratedInviteDelegate extends AbstractInvitationDelegate
Activiti delegate that is executed when a invitation-moderated process is reviewed and rejected. Same behaviour as ModeratedActionReject
Since:
4.0
Author:
Nick Smith, Frederik Heremans
  • Constructor Details

    • RejectModeratedInviteDelegate

      public RejectModeratedInviteDelegate()
  • Method Details

    • execute

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