Class ApproveModeratedInviteDelegate

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

    public class ApproveModeratedInviteDelegate
    extends AbstractInvitationDelegate
    Activiti delegate that is executed when a invitation-moderated process is reviewed and approved.
    Since:
    4.0
    Author:
    Nick Smith, Frederik Heremans
    • Constructor Detail

      • ApproveModeratedInviteDelegate

        public ApproveModeratedInviteDelegate()
    • Method Detail

      • execute

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