org.alfresco.repo.invitation.site
Class AbstractInvitationAction

java.lang.Object
  extended by org.alfresco.repo.workflow.jbpm.JBPMSpringActionHandler
      extended by org.alfresco.repo.invitation.site.AbstractInvitationAction
All Implemented Interfaces:
java.io.Serializable, org.jbpm.graph.def.ActionHandler
Direct Known Subclasses:
AcceptInviteAction, CancelInviteAction, ModeratedActionApprove, ModeratedActionReject, RejectInviteAction, SendInviteAction

public abstract class AbstractInvitationAction
extends JBPMSpringActionHandler

Since:
4.0
See Also:
Serialized Form

Field Summary
protected  InviteHelper inviteHelper
           
 
Constructor Summary
AbstractInvitationAction()
           
 
Method Summary
protected  void initialiseHandler(org.springframework.beans.factory.BeanFactory factory)
          Initialise Action Handler
 
Methods inherited from class org.alfresco.repo.workflow.jbpm.JBPMSpringActionHandler
getWorkflowInstanceId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jbpm.graph.def.ActionHandler
execute
 

Field Detail

inviteHelper

protected InviteHelper inviteHelper
Constructor Detail

AbstractInvitationAction

public AbstractInvitationAction()
Method Detail

initialiseHandler

protected void initialiseHandler(org.springframework.beans.factory.BeanFactory factory)
Initialise Action Handler

Specified by:
initialiseHandler in class JBPMSpringActionHandler
Parameters:
factory - Spring bean factory for accessing Alfresco beans


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