Interface ActionPerformer
-
public interface ActionPerformer
-
-
Method Summary
Modifier and Type Method Description javax.ws.rs.core.ResponsedoAction(Map<String,List<org.jboss.resteasy.plugins.providers.multipart.InputPart>> formData, DocumentResource vr, Date date)ServiceUtils.ActiongetAction()
-
-
-
Method Detail
-
getAction
ServiceUtils.Action getAction()
-
doAction
javax.ws.rs.core.Response doAction(Map<String,List<org.jboss.resteasy.plugins.providers.multipart.InputPart>> formData, DocumentResource vr, Date date) throws IOException
- Throws:
IOException
-
-