Uses of Interface
org.xcmis.search.content.Schema

Packages that use Schema
org.xcmis.search.config   
org.xcmis.search.content   
org.xcmis.search.content.command   
org.xcmis.search.lucene.content   
org.xcmis.search.query   
 

Uses of Schema in org.xcmis.search.config
 

Constructors in org.xcmis.search.config with parameters of type Schema
SearchServiceConfiguration(Schema schema, VirtualTableResolver tableResolver, ContentReaderInterceptor contentReader, IndexConfiguration indexConfiguration)
           
SearchServiceConfiguration(Schema schema, VirtualTableResolver tableResolver, NameConverter nameConverter, PathSplitter pathSplitter, ContentReaderInterceptor contentReader, IndexConfiguration indexConfiguration)
           
 

Uses of Schema in org.xcmis.search.content
 

Classes in org.xcmis.search.content that implement Schema
 class InMemorySchema
          In memory Schema implementation.
 

Methods in org.xcmis.search.content that return Schema
 Schema InMemorySchema.Builder.build()
          Build the Schema instance, using the current state of the builder.
 

Uses of Schema in org.xcmis.search.content.command
 

Methods in org.xcmis.search.content.command that return Schema
 Schema InvocationContext.getSchema()
           
 

Constructors in org.xcmis.search.content.command with parameters of type Schema
InvocationContext(Schema schema, VirtualTableResolver tableResolver)
           
InvocationContext(Schema schema, VirtualTableResolver tableResolver, NameConverter nameConverter, PathSplitter pathSplitter)
           
 

Uses of Schema in org.xcmis.search.lucene.content
 

Constructors in org.xcmis.search.lucene.content with parameters of type Schema
SchemaTableResolver(NameConverter nameConverter, Schema schema)
           
 

Uses of Schema in org.xcmis.search.query
 

Methods in org.xcmis.search.query that return Schema
 Schema QueryExecutionContext.getSchema()
          Get the definition of the tables available within this query context.
 

Constructors in org.xcmis.search.query with parameters of type Schema
QueryExecutionContext(Schema schema, QueryExecutionExceptions executionExceptions, Map<String,Object> variables)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.