org.xcmis.search.content
Interface Schema.Column

All Known Implementing Classes:
InMemoryColumn
Enclosing interface:
Schema

public static interface Schema.Column

Information about a queryable column.


Method Summary
 org.xcmis.search.model.constraint.Operator[] getAvailableQueryOperators()
          Available query operators for the given column.
 String getName()
          Get the name for this column.
 PropertyType getPropertyType()
          Get the property type for this column.
 boolean isFullTextSearchable()
          Get whether the column can be used in a full-text search.
 

Method Detail

getName

String getName()
Get the name for this column.

Returns:
the column name; never null

getPropertyType

PropertyType getPropertyType()
Get the property type for this column.

Returns:
the property type; never null

isFullTextSearchable

boolean isFullTextSearchable()
Get whether the column can be used in a full-text search.

Returns:
true if the column is full-text searchable, or false otherwise

getAvailableQueryOperators

org.xcmis.search.model.constraint.Operator[] getAvailableQueryOperators()
Available query operators for the given column.

Returns:
array of query operators


Copyright © 2010 eXo Platform SAS. All Rights Reserved.