org.alfresco.repo.avm.actions
Class SimpleAVMSubmitAction
java.lang.Object
org.alfresco.repo.action.CommonResourceAbstractBase
org.alfresco.repo.action.ParameterizedItemAbstractBase
org.alfresco.repo.action.executer.ActionExecuterAbstractBase
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. |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NAME
public static java.lang.String NAME
- Deprecated.
SimpleAVMSubmitAction
public SimpleAVMSubmitAction()
- Deprecated.
- Default constructor.
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.