Uses of Class
org.openprovenance.prov.service.core.ServiceUtils.Action
-
-
Uses of ServiceUtils.Action in org.openprovenance.prov.service.core
Methods in org.openprovenance.prov.service.core that return ServiceUtils.Action Modifier and Type Method Description ServiceUtils.ActionActionPerformer. getAction()ServiceUtils.ActionServiceUtils. getAction(Map<String,List<org.jboss.resteasy.plugins.providers.multipart.InputPart>> formData)static ServiceUtils.ActionServiceUtils.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceUtils.Action[]ServiceUtils.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openprovenance.prov.service.core with parameters of type ServiceUtils.Action Modifier and Type Method Description javax.ws.rs.core.ResponseEmptyOtherActionPerformer. doAction(ServiceUtils.Action action, Map<String,List<org.jboss.resteasy.plugins.providers.multipart.InputPart>> formData, DocumentResource vr, Date date)javax.ws.rs.core.ResponseOtherActionPerformer. doAction(ServiceUtils.Action action, Map<String,List<org.jboss.resteasy.plugins.providers.multipart.InputPart>> formData, DocumentResource vr, Date date)voidPostService. doLog(ServiceUtils.Action action, DocumentResource vr)booleanEmptyOtherActionPerformer. otherAction(ServiceUtils.Action action, Map<String,List<org.jboss.resteasy.plugins.providers.multipart.InputPart>> formData)booleanOtherActionPerformer. otherAction(ServiceUtils.Action action, Map<String,List<org.jboss.resteasy.plugins.providers.multipart.InputPart>> formData)
-