Module prov.service.core
Interface OtherActionPerformer
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.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 Details
-
otherAction
boolean otherAction(ServiceUtils.Action action, Map<String, List<org.jboss.resteasy.plugins.providers.multipart.InputPart>> formData) -
doAction
jakarta.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
-