Class ActionSummary
java.lang.Object
org.openprovenance.prov.service.summary.actions.ActionSummary
- All Implemented Interfaces:
ActionPerformer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponsedoAction(Map<String, List<org.jboss.resteasy.plugins.providers.multipart.InputPart>> formData, DocumentResource dr, Date date) voiddoLog(String action, SummaryDocumentResource vr) voiddoLogSummary(SummaryDocumentResource vr, org.openprovenance.prov.scala.immutable.Document doc) org.openprovenance.prov.scala.summary.SummaryIndextoString()
-
Constructor Details
-
ActionSummary
-
-
Method Details
-
getAction
- Specified by:
getActionin interfaceActionPerformer
-
doAction
public jakarta.ws.rs.core.Response doAction(Map<String, List<org.jboss.resteasy.plugins.providers.multipart.InputPart>> formData, DocumentResource dr, Date date) throws IOException- Specified by:
doActionin interfaceActionPerformer- Throws:
IOException
-
doLogSummary
public void doLogSummary(SummaryDocumentResource vr, org.openprovenance.prov.scala.immutable.Document doc) -
doLog
-
getSummary
public org.openprovenance.prov.scala.summary.SummaryIndex getSummary(DocumentResource vr) throws IOException - Throws:
IOException
-
toString
-