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
IOException
boolean isAudited()
Copyright © 2011–2015. All rights reserved.