public interface TaskAction<RetType>
| Modifier and Type | Method and Description | 
|---|---|
com.fasterxml.jackson.core.type.TypeReference<RetType> | 
getReturnTypeReference()  | 
boolean | 
isAudited()  | 
RetType | 
perform(Task task,
       TaskActionToolbox toolbox)  | 
com.fasterxml.jackson.core.type.TypeReference<RetType> getReturnTypeReference()
RetType perform(Task task, TaskActionToolbox toolbox) throws IOException
IOExceptionboolean isAudited()
Copyright © 2011–2018. All rights reserved.