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