Uses of Interface
org.openprovenance.prov.service.validation.ValidationResource
-
Packages that use ValidationResource Package Description org.openprovenance.prov.service.validation org.openprovenance.prov.service.validation.memory -
-
Uses of ValidationResource in org.openprovenance.prov.service.validation
Methods in org.openprovenance.prov.service.validation that return types with arguments of type ValidationResource Modifier and Type Method Description org.openprovenance.prov.storage.api.ResourceIndex<ValidationResource>ValidationServiceUtils. getValidationResourceIndex()Methods in org.openprovenance.prov.service.validation with parameters of type ValidationResource Modifier and Type Method Description booleanValidationServiceUtils. performValidation(org.openprovenance.prov.model.Document doc, ValidationResource vr, org.openprovenance.prov.storage.api.ResourceIndex<ValidationResource> index, org.openprovenance.prov.storage.api.NonDocumentGenericResourceStorage<ValidationReport> reportStorage, org.openprovenance.prov.storage.api.NonDocumentGenericResourceStorage<String> matrixStorage, org.openprovenance.prov.storage.api.NonDocumentResourceStorage nonDocumentResourceStorage)Method parameters in org.openprovenance.prov.service.validation with type arguments of type ValidationResource Modifier and Type Method Description booleanValidationServiceUtils. performValidation(org.openprovenance.prov.model.Document doc, ValidationResource vr, org.openprovenance.prov.storage.api.ResourceIndex<ValidationResource> index, org.openprovenance.prov.storage.api.NonDocumentGenericResourceStorage<ValidationReport> reportStorage, org.openprovenance.prov.storage.api.NonDocumentGenericResourceStorage<String> matrixStorage, org.openprovenance.prov.storage.api.NonDocumentResourceStorage nonDocumentResourceStorage) -
Uses of ValidationResource in org.openprovenance.prov.service.validation.memory
Classes in org.openprovenance.prov.service.validation.memory that implement ValidationResource Modifier and Type Class Description classValidationResourceInMemoryFields in org.openprovenance.prov.service.validation.memory with type parameters of type ValidationResource Modifier and Type Field Description static org.openprovenance.prov.storage.api.Instantiable<ValidationResource>ValidationResourceIndexInMemory. factoryConstructor parameters in org.openprovenance.prov.service.validation.memory with type arguments of type ValidationResource Constructor Description ValidationResourceIndexInMemory(org.openprovenance.prov.storage.api.ResourceIndex<org.openprovenance.prov.storage.api.DocumentResource> dri, org.openprovenance.prov.storage.api.Instantiable<ValidationResource> factory)
-