org.alfresco.repo.invitation.activiti
Class AbstractInvitationDelegate

java.lang.Object
  extended by org.alfresco.repo.workflow.activiti.BaseJavaDelegate
      extended by org.alfresco.repo.invitation.activiti.AbstractInvitationDelegate
All Implemented Interfaces:
org.activiti.engine.delegate.JavaDelegate
Direct Known Subclasses:
AcceptNominatedInviteDelegate, ApproveModeratedInviteDelegate, CancelNominatedInviteDelegate, RejectModeratedInviteDelegate, RejectNominatedInviteDelegate, SendNominatedInviteDelegate

public abstract class AbstractInvitationDelegate
extends BaseJavaDelegate

Since:
4.0

Field Summary
protected  InviteHelper inviteHelper
           
 
Constructor Summary
AbstractInvitationDelegate()
           
 
Method Summary
 void setInviteHelper(InviteHelper inviteHelper)
           
 
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
 
Methods inherited from interface org.activiti.engine.delegate.JavaDelegate
execute
 

Field Detail

inviteHelper

protected InviteHelper inviteHelper
Constructor Detail

AbstractInvitationDelegate

public AbstractInvitationDelegate()
Method Detail

setInviteHelper

public void setInviteHelper(InviteHelper inviteHelper)
Parameters:
inviteHelper - the inviteHelper to set


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