Uses of Class
org.xcmis.search.value.PropertyType

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 InMemoryColumn.getPropertyType()
           
 PropertyType Schema.Column.getPropertyType()
          Get the property type for this column.
 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, 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, 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, org.xcmis.search.model.constraint.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, org.xcmis.search.model.constraint.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.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.