public class SimpleAVMSubmitAction extends ActionExecuterAbstractBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME
Deprecated.
|
actionDefinition, applicableTypes, publicActionDISPLAY_LABEL, runtimeActionServicenamePARAM_RESULT| Constructor and Description |
|---|
SimpleAVMSubmitAction()
Deprecated.
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
createActionDefinition, execute, getActionDefinition, getIgnoreLock, getQueueName, getTrackStatus, init, isApplicableType, setApplicableTypes, setBaseNodeService, setDictionaryService, setIgnoreLock, setLockService, setPublicAction, setQueueName, setTrackStatuscheckMandatoryProperties, getAdhocPropertiesAllowed, getDescriptionKey, getParamDisplayLabel, getParameterDefintions, getTitleKey, setRuntimeActionService, toStringsetBeanNamepublic SimpleAVMSubmitAction()
public void setAvmService(AVMService avmService)
avmService - The instance.public void setAvmSyncService(AVMSyncService avmSyncService)
avmSyncService - The instance.public void setExcluder(org.alfresco.util.NameMatcher excluder)
excluder - protected void executeImpl(Action action, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
executeImpl in class ActionExecuterAbstractBaseaction - Don't actually need anything from this here.actionedUponNodeRef - The AVM NodeRef.protected void addParameterDefinitions(java.util.List paramList)
addParameterDefinitions in class ParameterizedItemAbstractBaseparamList - The List to add nothing to.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.