public class LockListAction extends Object implements TaskAction<List<TaskLock>>
| Constructor and Description |
|---|
LockListAction() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.core.type.TypeReference<List<TaskLock>> |
getReturnTypeReference() |
boolean |
isAudited() |
List<TaskLock> |
perform(Task task,
TaskActionToolbox toolbox) |
String |
toString() |
public com.fasterxml.jackson.core.type.TypeReference<List<TaskLock>> getReturnTypeReference()
getReturnTypeReference in interface TaskAction<List<TaskLock>>public List<TaskLock> perform(Task task, TaskActionToolbox toolbox)
perform in interface TaskAction<List<TaskLock>>public boolean isAudited()
isAudited in interface TaskAction<List<TaskLock>>Copyright © 2011–2017. All rights reserved.