org.alfresco.repo.avm.wf
Class AVMDeployHandler

java.lang.Object
  extended by org.alfresco.repo.workflow.jbpm.JBPMSpringActionHandler
      extended by org.alfresco.repo.avm.wf.AVMDeployHandler
All Implemented Interfaces:
java.io.Serializable, org.jbpm.graph.def.ActionHandler

public class AVMDeployHandler
extends JBPMSpringActionHandler

Deploys the latest snapshot of the staging area the submission was for.

See Also:
Serialized Form

Constructor Summary
AVMDeployHandler()
           
 
Method Summary
 void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
          Do the actual work.
protected  void initialiseHandler(org.springframework.beans.factory.BeanFactory factory)
          Initialize service references.
 
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

AVMDeployHandler

public AVMDeployHandler()
Method Detail

initialiseHandler

protected void initialiseHandler(org.springframework.beans.factory.BeanFactory factory)
Initialize service references.

Specified by:
initialiseHandler in class JBPMSpringActionHandler
Parameters:
factory - The BeanFactory to get references from.

execute

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

Parameters:
executionContext - The context to get stuff from.
Throws:
java.lang.Exception


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