org.alfresco.repo.avm.wf
Class AVMRemoveAllSrcWebappsHandler

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

public class AVMRemoveAllSrcWebappsHandler
extends JBPMSpringActionHandler

Remove all webapps in a sandbox

See Also:
Serialized Form

Constructor Summary
AVMRemoveAllSrcWebappsHandler()
           
 
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

AVMRemoveAllSrcWebappsHandler

public AVMRemoveAllSrcWebappsHandler()
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.