Uses of Interface
org.openprovenance.prov.service.validation.ValidationResource
Packages that use ValidationResource
Package
Description
-
Uses of ValidationResource in org.openprovenance.prov.service.validation
Methods in org.openprovenance.prov.service.validation that return types with arguments of type ValidationResourceModifier and TypeMethodDescriptionorg.openprovenance.prov.storage.api.ResourceIndex<ValidationResource> ValidationServiceUtils.getValidationResourceIndex()Methods in org.openprovenance.prov.service.validation with parameters of type ValidationResourceModifier and TypeMethodDescriptionbooleanValidationServiceUtils.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 ValidationResourceModifier and TypeMethodDescriptionbooleanValidationServiceUtils.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 ValidationResourceFields in org.openprovenance.prov.service.validation.memory with type parameters of type ValidationResourceModifier and TypeFieldDescriptionstatic org.openprovenance.prov.storage.api.Instantiable<ValidationResource> ValidationResourceIndexInMemory.factoryConstructor parameters in org.openprovenance.prov.service.validation.memory with type arguments of type ValidationResourceModifierConstructorDescriptionValidationResourceIndexInMemory(org.openprovenance.prov.storage.api.ResourceIndex<org.openprovenance.prov.storage.api.DocumentResource> dri, org.openprovenance.prov.storage.api.Instantiable<ValidationResource> factory) -
Uses of ValidationResource in org.openprovenance.prov.service.validation.redis
Classes in org.openprovenance.prov.service.validation.redis that implement ValidationResourceFields in org.openprovenance.prov.service.validation.redis with type parameters of type ValidationResourceModifier and TypeFieldDescriptionstatic org.openprovenance.prov.storage.api.Instantiable<ValidationResource> RedisValidationResourceIndex.factoryConstructor parameters in org.openprovenance.prov.service.validation.redis with type arguments of type ValidationResourceModifierConstructorDescriptionRedisValidationResourceIndex(org.openprovenance.prov.storage.redis.RedisDocumentResourceIndex dri, org.openprovenance.prov.storage.api.Instantiable<ValidationResource> factory)