org.xcmis.sp.inmemory.query
Class CmisSchema

java.lang.Object
  extended by org.xcmis.sp.inmemory.query.CmisSchema
All Implemented Interfaces:
Schema

public class CmisSchema
extends Object
implements Schema

Version:
$Id: exo-jboss-codetemplates.xml 34360 2009-07-22 23:58:59Z ksm $
Author:
Sergey Kabashnyuk

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.xcmis.search.content.Schema
Schema.Column, Schema.Table
 
Field Summary
static Map<PropertyType,Operator[]> AVAILABLE_QUERY_OPERATORS
           
static Map<PropertyType,PropertyType> PROPERTY_TYPES_MAP
           
 
Constructor Summary
CmisSchema(TypeManager typeManager)
          Constructor.
 
Method Summary
 Schema.Table getTable(SelectorName name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_TYPES_MAP

public static Map<PropertyType,PropertyType> PROPERTY_TYPES_MAP

AVAILABLE_QUERY_OPERATORS

public static Map<PropertyType,Operator[]> AVAILABLE_QUERY_OPERATORS
Constructor Detail

CmisSchema

public CmisSchema(TypeManager typeManager)
Constructor.

Parameters:
typeManager - TypeManager
Method Detail

getTable

public Schema.Table getTable(SelectorName name)
Specified by:
getTable in interface Schema
See Also:
Schema.getTable(org.xcmis.search.model.source.SelectorName)


Copyright © 2010 eXo Platform SAS. All Rights Reserved.