public class SimpleAVMPromoteAction extends ActionExecuterAbstractBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME
Deprecated.
|
static java.lang.String |
PARAM_TARGET_STORE
Deprecated.
|
actionDefinition, applicableTypes, publicActionDISPLAY_LABEL, runtimeActionServicenamePARAM_RESULT| Constructor and Description |
|---|
SimpleAVMPromoteAction()
Deprecated.
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addParameterDefinitions(java.util.List paramList)
Deprecated.
Define needed parameters.
|
protected void |
executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Deprecated.
Do a promotion of an asset from one sandbox to another.
|
void |
setAvmSyncService(AVMSyncService avmSyncService)
Deprecated.
Set the AVMSyncService instance.
|
createActionDefinition, execute, getActionDefinition, getIgnoreLock, getQueueName, getTrackStatus, init, isApplicableType, setApplicableTypes, setBaseNodeService, setDictionaryService, setIgnoreLock, setLockService, setPublicAction, setQueueName, setTrackStatuscheckMandatoryProperties, getAdhocPropertiesAllowed, getDescriptionKey, getParamDisplayLabel, getParameterDefintions, getTitleKey, setRuntimeActionService, toStringsetBeanNamepublic static final java.lang.String NAME
public static final java.lang.String PARAM_TARGET_STORE
public SimpleAVMPromoteAction()
public void setAvmSyncService(AVMSyncService avmSyncService)
avmSyncService - protected void executeImpl(Action action, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
executeImpl in class ActionExecuterAbstractBaseaction - The source of parameters.actionedUponNodeRef - The source AVM NodeRef.protected void addParameterDefinitions(java.util.List paramList)
addParameterDefinitions in class ParameterizedItemAbstractBaseparamList - The List of ParameterDefinitions to add to.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.