org.alfresco.repo.avm.wf
Class AVMSubmitHandler

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

public class AVMSubmitHandler
extends JBPMSpringActionHandler

Performs a 'submit' operation: update from one sandbox layer to its corresponding staging sandbox.

See Also:
Serialized Form

Constructor Summary
AVMSubmitHandler()
           
 
Method Summary
 void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
          Do the actual submit work.
protected  void initialiseHandler(org.springframework.beans.factory.BeanFactory factory)
          Set any bean references necessary.
 
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

AVMSubmitHandler

public AVMSubmitHandler()
Method Detail

initialiseHandler

protected void initialiseHandler(org.springframework.beans.factory.BeanFactory factory)
Set any bean references necessary.

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

execute

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

Parameters:
executionContext - The jBPM context.
Throws:
java.lang.Exception


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