Interface OtherActionPerformer
-
- All Known Implementing Classes:
EmptyOtherActionPerformer
public interface OtherActionPerformer
-
-
Method Summary
Modifier and Type Method Description javax.ws.rs.core.ResponsedoAction(ServiceUtils.Action action, Map<String,List<org.jboss.resteasy.plugins.providers.multipart.InputPart>> formData, DocumentResource vr, Date date)booleanotherAction(ServiceUtils.Action action, Map<String,List<org.jboss.resteasy.plugins.providers.multipart.InputPart>> formData)
-
-
-
Method Detail
-
otherAction
boolean otherAction(ServiceUtils.Action action, Map<String,List<org.jboss.resteasy.plugins.providers.multipart.InputPart>> formData)
-
doAction
javax.ws.rs.core.Response doAction(ServiceUtils.Action action, Map<String,List<org.jboss.resteasy.plugins.providers.multipart.InputPart>> formData, DocumentResource vr, Date date) throws IOException
- Throws:
IOException
-
-