ModeShape Distribution 3.0.0.Beta4

Uses of Interface
org.infinispan.schematic.SchemaLibrary.Results

Packages that use SchemaLibrary.Results
org.infinispan.schematic   
org.infinispan.schematic.internal   
org.infinispan.schematic.internal.schema   
 

Uses of SchemaLibrary.Results in org.infinispan.schematic
 

Methods in org.infinispan.schematic that return SchemaLibrary.Results
 SchemaLibrary.Results SchemaLibrary.validate(Document document, String schemaUri)
          Validate the supplied document against the JSON Schema with the supplied URI.
 SchemaLibrary.Results SchematicDb.validate(String key)
          Validate the JSON document store at the specified key.
 

Methods in org.infinispan.schematic that return types with arguments of type SchemaLibrary.Results
 Map<String,SchemaLibrary.Results> SchematicDb.validate(String firstKey, String... additionalKeys)
          Execute a Map-Reduce task to validate all JSON documents stored within this database, using this database's JSON Schema library.
 Map<String,SchemaLibrary.Results> SchematicDb.validateAll()
          Validate all JSON documents stored within this database, using this database's JSON Schema library.
 

Methods in org.infinispan.schematic with parameters of type SchemaLibrary.Results
 Document SchemaLibrary.convertValues(Document document, SchemaLibrary.Results results)
          Look for fields within the document (including nested documents) whose values are not of the expected type for the given schema, but whose values can be converted into the expected type.
 

Uses of SchemaLibrary.Results in org.infinispan.schematic.internal
 

Methods in org.infinispan.schematic.internal that return SchemaLibrary.Results
 SchemaLibrary.Results DocumentValidationReducer.reduce(String reducedKey, Iterator<SchemaLibrary.Results> iter)
           
 SchemaLibrary.Results InMemorySchemaLibrary.validate(Document document, String schemaUri)
           
 SchemaLibrary.Results CacheSchemaLibrary.validate(Document document, String schemaUri)
           
 SchemaLibrary.Results CacheSchematicDb.validate(String key)
           
 SchemaLibrary.Results DocumentValidationMapper.validate(String key, SchematicEntry value)
           
 

Methods in org.infinispan.schematic.internal that return types with arguments of type SchemaLibrary.Results
 Map<String,SchemaLibrary.Results> CacheSchematicDb.ResultsCollector.getResultsByKey()
           
 Map<String,SchemaLibrary.Results> CacheSchematicDb.validate(String firstKey, String... additionalKeys)
           
 Map<String,SchemaLibrary.Results> CacheSchematicDb.validateAll()
           
 

Methods in org.infinispan.schematic.internal with parameters of type SchemaLibrary.Results
 Document InMemorySchemaLibrary.convertValues(Document document, SchemaLibrary.Results results)
           
 Document CacheSchemaLibrary.convertValues(Document document, SchemaLibrary.Results results)
           
 void CacheSchematicDb.ResultsCollector.emit(String key, SchemaLibrary.Results value)
           
 

Method parameters in org.infinispan.schematic.internal with type arguments of type SchemaLibrary.Results
 void DocumentValidationMapper.map(String key, SchematicEntry value, org.infinispan.distexec.mapreduce.Collector<String,SchemaLibrary.Results> collector)
           
 SchemaLibrary.Results DocumentValidationReducer.reduce(String reducedKey, Iterator<SchemaLibrary.Results> iter)
           
 

Uses of SchemaLibrary.Results in org.infinispan.schematic.internal.schema
 

Classes in org.infinispan.schematic.internal.schema that implement SchemaLibrary.Results
 class ValidationResult
          Basic implementation of SchemaLibrary.Results to which problems can be added.
 

Methods in org.infinispan.schematic.internal.schema with parameters of type SchemaLibrary.Results
static Document DocumentTransformer.convertValuesWithMismatchedTypes(Document original, SchemaLibrary.Results results)
          Return a copy of the supplied document that contains converted values for all of the fields (including in the nested documents and arrays) that have values that are of the wrong type but can be converted to be of the correct type.
 

Method parameters in org.infinispan.schematic.internal.schema with type arguments of type SchemaLibrary.Results
 void ValidationResult.addAll(Iterator<SchemaLibrary.Results> iter)
           
 


ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.