Uses of Enum
org.openprovenance.prov.service.core.ServiceUtils.Action
Packages that use ServiceUtils.Action
-
Uses of ServiceUtils.Action in org.openprovenance.prov.service.core
Methods in org.openprovenance.prov.service.core that return ServiceUtils.ActionModifier and TypeMethodDescriptionActionPerformer.getAction()ServiceUtils.getAction(Map<String, List<org.jboss.resteasy.plugins.providers.multipart.InputPart>> formData) static ServiceUtils.ActionReturns 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.ActionModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseEmptyOtherActionPerformer.doAction(ServiceUtils.Action action, Map<String, List<org.jboss.resteasy.plugins.providers.multipart.InputPart>> formData, DocumentResource vr, Date date) jakarta.ws.rs.core.ResponseOtherActionPerformer.doAction(ServiceUtils.Action action, Map<String, List<org.jboss.resteasy.plugins.providers.multipart.InputPart>> formData, DocumentResource vr, Date date) 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)