org.alfresco.repo.invitation.site
Class CancelInviteAction

java.lang.Object
  extended by org.alfresco.repo.workflow.jbpm.JBPMSpringActionHandler
      extended by org.alfresco.repo.invitation.site.AbstractInvitationAction
          extended by org.alfresco.repo.invitation.site.CancelInviteAction
All Implemented Interfaces:
java.io.Serializable, org.jbpm.graph.def.ActionHandler

public class CancelInviteAction
extends AbstractInvitationAction

This class contains logic that gets executed when the wf:invitePendingTask in the invite workflow gets cancelled along the "cancel" transition

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.alfresco.repo.invitation.site.AbstractInvitationAction
inviteHelper
 
Constructor Summary
CancelInviteAction()
           
 
Method Summary
 void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
          
 
Methods inherited from class org.alfresco.repo.invitation.site.AbstractInvitationAction
initialiseHandler
 
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
 

Constructor Detail

CancelInviteAction

public CancelInviteAction()
Method Detail

execute

public void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
             throws java.lang.Exception

Throws:
java.lang.Exception


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