|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyType | |
|---|---|
| org.xcmis.search.content | |
| org.xcmis.search.query | |
| org.xcmis.search.value | |
| Uses of PropertyType in org.xcmis.search.content |
|---|
| Methods in org.xcmis.search.content that return PropertyType | |
|---|---|
PropertyType |
Schema.Column.getPropertyType()
Get the property type for this column. |
PropertyType |
InMemoryColumn.getPropertyType()
|
PropertyType |
Property.getType()
|
| Methods in org.xcmis.search.content with parameters of type PropertyType | |
|---|---|
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,
Operator[] availableQueryOperators)
Add a column with the supplied name and type to the named table. |
InMemorySchema.Builder |
InMemorySchema.Builder.addTable(String name,
String[] columnNames,
PropertyType[] types)
Add a table with the supplied name and column names and types. |
InMemoryTable |
InMemoryTable.withColumn(String name,
PropertyType type)
|
InMemoryTable |
InMemoryTable.withColumn(String name,
PropertyType type,
boolean fullTextSearchable,
Operator[] availableQueryOperators)
|
| Constructors in org.xcmis.search.content with parameters of type PropertyType | |
|---|---|
InMemoryColumn(String name,
PropertyType type)
|
|
InMemoryColumn(String name,
PropertyType type,
boolean fullTextSearchable,
Operator[] availableQueryOperators)
|
|
Property(PropertyType type,
String name,
Collection<Property.ContentValue<V>> value)
|
|
Property(PropertyType type,
String name,
Property.ContentValue<V> value)
|
|
| Uses of PropertyType in org.xcmis.search.query |
|---|
| Methods in org.xcmis.search.query with parameters of type PropertyType | |
|---|---|
abstract ReturnType |
QueryBuilder.CastAs.as(PropertyType type)
Define the right-hand side literal value cast as the specified type. |
QueryBuilder.ConstraintBuilder |
QueryBuilder.CastAsRightHandSide.as(PropertyType type)
Define the right-hand side literal value cast as the specified type. |
| Uses of PropertyType in org.xcmis.search.value |
|---|
| Methods in org.xcmis.search.value that return PropertyType | |
|---|---|
static PropertyType |
PropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PropertyType[] |
PropertyType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.xcmis.search.value with parameters of type PropertyType | |
|---|---|
String |
CastSystem.cast(Object value,
PropertyType type)
Cast value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||