Module prov.service.core
Class EmptyOtherActionPerformer
java.lang.Object
org.openprovenance.prov.service.core.EmptyOtherActionPerformer
- All Implemented Interfaces:
OtherActionPerformer
-
Constructor Summary
Constructors -
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)
-
Constructor Details
-
EmptyOtherActionPerformer
public EmptyOtherActionPerformer()
-
-
Method Details
-
otherAction
public boolean otherAction(ServiceUtils.Action action, Map<String, List<org.jboss.resteasy.plugins.providers.multipart.InputPart>> formData) - Specified by:
otherActionin interfaceOtherActionPerformer
-
doAction
public 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- Specified by:
doActionin interfaceOtherActionPerformer- Throws:
IOException
-