|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.search.content.InMemoryColumn
public class InMemoryColumn
In memory column definition.
| Field Summary | |
|---|---|
static boolean |
DEFAULT_FULL_TEXT_SEARCHABLE
|
| Constructor Summary | |
|---|---|
InMemoryColumn(String name,
PropertyType type)
|
|
InMemoryColumn(String name,
PropertyType type,
boolean fullTextSearchable,
Operator[] availableQueryOperators)
|
|
| Method Summary | |
|---|---|
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. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final boolean DEFAULT_FULL_TEXT_SEARCHABLE
| Constructor Detail |
|---|
public InMemoryColumn(String name,
PropertyType type)
public InMemoryColumn(String name,
PropertyType type,
boolean fullTextSearchable,
Operator[] availableQueryOperators)
| Method Detail |
|---|
public String getName()
Schema.Column
getName in interface Schema.ColumnSchema.Column.getName()public PropertyType getPropertyType()
Schema.Column
getPropertyType in interface Schema.ColumnSchema.Column.getPropertyType()public boolean isFullTextSearchable()
Schema.Column
isFullTextSearchable in interface Schema.ColumnSchema.Column.isFullTextSearchable()public String toString()
toString in class ObjectObject.toString()public Operator[] getAvailableQueryOperators()
Schema.Column
getAvailableQueryOperators in interface Schema.ColumnSchema.Column.getAvailableQueryOperators()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||