Class ActionLinear
- java.lang.Object
-
- org.openprovenance.prov.service.xplain.actions.ActionLinear
-
- All Implemented Interfaces:
ActionPerformer
public class ActionLinear extends Object implements ActionPerformer
-
-
Constructor Detail
-
ActionLinear
public ActionLinear(ServiceUtils utils)
-
-
Method Detail
-
getAction
public ServiceUtils.Action getAction()
- Specified by:
getActionin interfaceActionPerformer
-
doAction
public jakarta.ws.rs.core.Response doAction(Map<String,List<org.jboss.resteasy.plugins.providers.multipart.InputPart>> formData, org.openprovenance.prov.storage.api.DocumentResource vr, Date date) throws IOException
- Specified by:
doActionin interfaceActionPerformer- Throws:
IOException
-
-