Class ActionValidate
- java.lang.Object
-
- org.openprovenance.prov.service.validation.ActionValidate
-
- All Implemented Interfaces:
ActionPerformer
public class ActionValidate extends Object implements ActionPerformer
-
-
Field Summary
Fields Modifier and Type Field Description static StringMATRIX_KEYstatic StringREPORT_KEY
-
Constructor Summary
Constructors Constructor Description ActionValidate(ServiceUtils utils)
-
Method Summary
Modifier and Type Method Description jakarta.ws.rs.core.ResponsedoAction(Map<String,List<org.jboss.resteasy.plugins.providers.multipart.InputPart>> formData, org.openprovenance.prov.storage.api.DocumentResource dr, Date date)ServiceUtils.ActiongetAction()DatescheduleNewJob(String visibleId)StringtoString()
-
-
-
Field Detail
-
REPORT_KEY
public static final String REPORT_KEY
- See Also:
- Constant Field Values
-
MATRIX_KEY
public static final String MATRIX_KEY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ActionValidate
public ActionValidate(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 dr, Date date) throws IOException
- Specified by:
doActionin interfaceActionPerformer- Throws:
IOException
-
-