org.alfresco.repo.invitation.activiti
Class ApproveModeratedInviteDelegate

java.lang.Object
  extended by org.alfresco.repo.workflow.activiti.BaseJavaDelegate
      extended by org.alfresco.repo.invitation.activiti.AbstractInvitationDelegate
          extended by org.alfresco.repo.invitation.activiti.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

Field Summary
 
Fields inherited from class org.alfresco.repo.invitation.activiti.AbstractInvitationDelegate
inviteHelper
 
Constructor Summary
ApproveModeratedInviteDelegate()
           
 
Method Summary
 void execute(org.activiti.engine.delegate.DelegateExecution execution)
           
 
Methods inherited from class org.alfresco.repo.invitation.activiti.AbstractInvitationDelegate
setInviteHelper
 
Methods inherited from class org.alfresco.repo.workflow.activiti.BaseJavaDelegate
getName, getServiceRegistry, setBeanRegistry, setServiceRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.