org.alfresco.repo.avm.actions
Class StartAVMWorkflowAction

java.lang.Object
  extended by org.alfresco.repo.action.CommonResourceAbstractBase
      extended by org.alfresco.repo.action.ParameterizedItemAbstractBase
          extended by org.alfresco.repo.action.executer.ActionExecuterAbstractBase
              extended by org.alfresco.repo.avm.actions.StartAVMWorkflowAction
All Implemented Interfaces:
ActionExecuter, org.springframework.beans.factory.BeanNameAware

Deprecated.

public class StartAVMWorkflowAction
extends ActionExecuterAbstractBase

This action knows how to start an AVM specific workflow.


Field Summary
static java.lang.String NAME
          Deprecated.  
static java.lang.String PARAM_WORKFLOW_NAME
          Deprecated.  
 
Fields inherited from class org.alfresco.repo.action.executer.ActionExecuterAbstractBase
actionDefinition, applicableTypes, publicAction
 
Fields inherited from class org.alfresco.repo.action.ParameterizedItemAbstractBase
DISPLAY_LABEL, runtimeActionService
 
Fields inherited from class org.alfresco.repo.action.CommonResourceAbstractBase
name
 
Fields inherited from interface org.alfresco.repo.action.executer.ActionExecuter
PARAM_RESULT
 
Constructor Summary
StartAVMWorkflowAction()
          Deprecated. Default constructor.
 
Method Summary
protected  void addParameterDefinitions(java.util.List paramList)
          Deprecated. Setup any parameters for this action.
protected  void executeImpl(Action action, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
          Deprecated. Start an AVM specific workflow.
 void setPersonService(PersonService service)
          Deprecated. Set the person service.
 void setWorkflowService(WorkflowService service)
          Deprecated. Set the workflow service.
 
Methods inherited from class org.alfresco.repo.action.executer.ActionExecuterAbstractBase
createActionDefinition, execute, getActionDefinition, getIgnoreLock, getQueueName, getTrackStatus, init, setApplicableTypes, setBaseNodeService, setIgnoreLock, setLockService, setPublicAction, setQueueName, setTrackStatus
 
Methods inherited from class org.alfresco.repo.action.ParameterizedItemAbstractBase
checkMandatoryProperties, getAdhocPropertiesAllowed, getDescriptionKey, getParamDisplayLabel, getParameterDefintions, getTitleKey, setRuntimeActionService, toString
 
Methods inherited from class org.alfresco.repo.action.CommonResourceAbstractBase
setBeanName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
Deprecated. 
See Also:
Constant Field Values

PARAM_WORKFLOW_NAME

public static final java.lang.String PARAM_WORKFLOW_NAME
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

StartAVMWorkflowAction

public StartAVMWorkflowAction()
Deprecated. 
Default constructor.

Method Detail

setWorkflowService

public void setWorkflowService(WorkflowService service)
Deprecated. 
Set the workflow service.

Parameters:
service - The workflow service.

setPersonService

public void setPersonService(PersonService service)
Deprecated. 
Set the person service.

Parameters:
service - The person service.

executeImpl

protected void executeImpl(Action action,
                           org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Deprecated. 
Start an AVM specific workflow.

Specified by:
executeImpl in class ActionExecuterAbstractBase
Parameters:
action - The action instance.
actionedUponNodeRef - This should be an AVM folder that contains the nodes to be flowed.

addParameterDefinitions

protected void addParameterDefinitions(java.util.List paramList)
Deprecated. 
Setup any parameters for this action.

Specified by:
addParameterDefinitions in class ParameterizedItemAbstractBase
Parameters:
paramList - The list of parameters to add to.


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