public class NoOpServiceTask extends Object implements JavaDelegate
Modifier and Type | Field and Description |
---|---|
static AtomicInteger |
CALL_COUNT |
protected Expression |
name |
static List<String> |
NAMES |
Constructor and Description |
---|
NoOpServiceTask() |
Modifier and Type | Method and Description |
---|---|
void |
execute(DelegateExecution execution) |
Expression |
getName() |
static void |
reset() |
void |
setName(Expression name) |
public static AtomicInteger CALL_COUNT
protected Expression name
public void execute(DelegateExecution execution) throws Exception
execute
in interface JavaDelegate
Exception
public Expression getName()
public void setName(Expression name)
public static void reset()
Copyright © 2016 Alfresco. All rights reserved.