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