org.alfresco.repo.invitation.activiti
Class AcceptNominatedInviteDelegate

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.AcceptNominatedInviteDelegate
All Implemented Interfaces:
org.activiti.engine.delegate.JavaDelegate

public class AcceptNominatedInviteDelegate
extends AbstractInvitationDelegate

Activiti delegate that is executed when a nominated invitation request has been accepted.

Since:
4.0

Field Summary
 
Fields inherited from class org.alfresco.repo.invitation.activiti.AbstractInvitationDelegate
inviteHelper
 
Constructor Summary
AcceptNominatedInviteDelegate()
           
 
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

AcceptNominatedInviteDelegate

public AcceptNominatedInviteDelegate()
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.