public static class ActionServiceImplTest.SleepActionExecuter extends ActionExecuterAbstractBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FAIL_FATALLY |
static java.lang.String |
GO_BANG |
static java.lang.String |
NAME |
actionDefinition, applicableTypes, publicActionDISPLAY_LABEL, runtimeActionServicenamePARAM_RESULT| Constructor and Description |
|---|
ActionServiceImplTest.SleepActionExecuter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addParameterDefinitions(java.util.List paramList)
Add parameter definitions
|
protected void |
executeImpl(Action action,
org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
Execute the action implementation
|
java.lang.Thread |
getExecutingThread() |
int |
getSleepMs() |
int |
getTimesExecuted() |
static void |
registerIfNeeded(org.springframework.context.ConfigurableApplicationContext ctx)
Loads this executor into the ApplicationContext, if it isn't already there
|
void |
resetTimesExecuted() |
void |
setSleepMs(int sleepMs) |
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 GO_BANG
public static final java.lang.String FAIL_FATALLY
public ActionServiceImplTest.SleepActionExecuter()
public int getTimesExecuted()
public void resetTimesExecuted()
public static void registerIfNeeded(org.springframework.context.ConfigurableApplicationContext ctx)
public java.lang.Thread getExecutingThread()
public int getSleepMs()
public void setSleepMs(int sleepMs)
protected void addParameterDefinitions(java.util.List paramList)
addParameterDefinitions in class ParameterizedItemAbstractBaseparamList - the parameter definitions listprotected void executeImpl(Action action, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef)
ActionExecuterAbstractBaseexecuteImpl in class ActionExecuterAbstractBaseaction - the actionactionedUponNodeRef - the actioned upon nodeCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.