org.alfresco.repo.avm.actions
Class SimpleAVMSubmitAction

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.SimpleAVMSubmitAction
All Implemented Interfaces:
ActionExecuter, org.springframework.beans.factory.BeanNameAware

Deprecated. see org.alfresco.wcm.actions.WCMSandboxSubmitAction or org.alfresco.wcm.SandboxService.submit

public class SimpleAVMSubmitAction
extends ActionExecuterAbstractBase

This action submits all the newer changes in the passed in NodeRef to its corresponding staging area. It ignores conflicts and older nodes.


Field Summary
static java.lang.String 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
SimpleAVMSubmitAction()
          Deprecated. Default constructor.
 
Method Summary
protected  void addParameterDefinitions(java.util.List paramList)
          Deprecated. This action takes no parameters.
protected  void executeImpl(Action action, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
          Deprecated. Perform the action.
 void setAvmService(AVMService avmService)
          Deprecated. Set the AVMService.
 void setAvmSyncService(AVMSyncService avmSyncService)
          Deprecated. Set the AVMSyncService.
 void setExcluder(org.alfresco.util.NameMatcher excluder)
          Deprecated. Set the excluder.
 
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 java.lang.String NAME
Deprecated. 
Constructor Detail

SimpleAVMSubmitAction

public SimpleAVMSubmitAction()
Deprecated. 
Default constructor.

Method Detail

setAvmService

public void setAvmService(AVMService avmService)
Deprecated. 
Set the AVMService.

Parameters:
avmService - The instance.

setAvmSyncService

public void setAvmSyncService(AVMSyncService avmSyncService)
Deprecated. 
Set the AVMSyncService.

Parameters:
avmSyncService - The instance.

setExcluder

public void setExcluder(org.alfresco.util.NameMatcher excluder)
Deprecated. 
Set the excluder.

Parameters:
excluder -

executeImpl

protected void executeImpl(Action action,
                           org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Deprecated. 
Perform the action. The NodeRef must be an AVM NodeRef.

Specified by:
executeImpl in class ActionExecuterAbstractBase
Parameters:
action - Don't actually need anything from this here.
actionedUponNodeRef - The AVM NodeRef.

addParameterDefinitions

protected void addParameterDefinitions(java.util.List paramList)
Deprecated. 
This action takes no parameters.

Specified by:
addParameterDefinitions in class ParameterizedItemAbstractBase
Parameters:
paramList - The List to add nothing to.


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