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