org.alfresco.repo.invitation.activiti
Class RejectNominatedInviteDelegate

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.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

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

RejectNominatedInviteDelegate

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