Uses of Class
org.openprovenance.prov.service.core.DocumentResource
-
-
Uses of DocumentResource in org.openprovenance.prov.service.core
Fields in org.openprovenance.prov.service.core with type parameters of type DocumentResource Modifier and Type Field Description static Hashtable<String,DocumentResource>DocumentResource. tableMethods in org.openprovenance.prov.service.core that return DocumentResource Modifier and Type Method Description DocumentResourceServiceUtils. doProcessFile(InputStream inputStream, String mediaType)DocumentResourceServiceUtils. doProcessFileForm(List<org.jboss.resteasy.plugins.providers.multipart.InputPart> inputParts)DocumentResourceServiceUtils. doProcessStatementsForm(List<org.jboss.resteasy.plugins.providers.multipart.InputPart> inputParts, List<org.jboss.resteasy.plugins.providers.multipart.InputPart> type)DocumentResourceServiceUtils. doProcessURLForm(List<org.jboss.resteasy.plugins.providers.multipart.InputPart> inputParts)Methods in org.openprovenance.prov.service.core with parameters of type DocumentResource Modifier and Type Method Description javax.ws.rs.core.ResponseActionPerformer. doAction(Map<String,List<org.jboss.resteasy.plugins.providers.multipart.InputPart>> formData, DocumentResource vr, Date date)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(String action, DocumentResource vr)voidPostService. doLog(ServiceUtils.Action action, DocumentResource vr)booleanServiceUtils. doProcessFile(DocumentResource vr, boolean known)
-