Uses of Class
org.xcmis.search.content.InMemorySchema.Builder

Packages that use InMemorySchema.Builder
org.xcmis.search.content   
 

Uses of InMemorySchema.Builder in org.xcmis.search.content
 

Methods in org.xcmis.search.content that return InMemorySchema.Builder
 InMemorySchema.Builder InMemorySchema.Builder.addColumn(String tableName, String columnName, PropertyType type)
          Add a column with the supplied name and type to the named table.
 InMemorySchema.Builder InMemorySchema.Builder.addColumn(String tableName, String columnName, PropertyType type, boolean fullTextSearchable, org.xcmis.search.model.constraint.Operator[] availableQueryOperators)
          Add a column with the supplied name and type to the named table.
 InMemorySchema.Builder InMemorySchema.Builder.addTable(String name, String... columnNames)
          Add a table with the supplied name and column names.
 InMemorySchema.Builder InMemorySchema.Builder.addTable(String name, String[] columnNames, PropertyType[] types)
          Add a table with the supplied name and column names and types.
static InMemorySchema.Builder InMemorySchema.createBuilder()
          Obtain a new instance for building Schema objects.
 InMemorySchema.Builder InMemorySchema.Builder.makeSearchable(String tableName, String columnName)
          Make sure the column on the named table is searchable.
 



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.