org.exoplatform.ecms.xcmis.sp.index
Class CmisSchema
java.lang.Object
org.exoplatform.ecms.xcmis.sp.index.CmisSchema
- All Implemented Interfaces:
- org.xcmis.search.content.Schema
public class CmisSchema
- extends java.lang.Object
- implements org.xcmis.search.content.Schema
- Version:
- $Id$
- Author:
- Sergey
Kabashnyuk
| Nested classes/interfaces inherited from interface org.xcmis.search.content.Schema |
org.xcmis.search.content.Schema.Column, org.xcmis.search.content.Schema.Table |
|
Field Summary |
static java.util.Map<org.xcmis.spi.model.PropertyType,org.xcmis.search.model.constraint.Operator[]> |
AVAILABLE_QUERY_OPERATORS
|
static java.util.Map<org.xcmis.spi.model.PropertyType,org.xcmis.search.value.PropertyType> |
PROPERTY_TYPES_MAP
|
|
Constructor Summary |
CmisSchema(org.xcmis.spi.TypeManager typeManager)
Constructor. |
|
Method Summary |
org.xcmis.search.content.Schema.Table |
getTable(org.xcmis.search.model.source.SelectorName name)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_TYPES_MAP
public static java.util.Map<org.xcmis.spi.model.PropertyType,org.xcmis.search.value.PropertyType> PROPERTY_TYPES_MAP
AVAILABLE_QUERY_OPERATORS
public static java.util.Map<org.xcmis.spi.model.PropertyType,org.xcmis.search.model.constraint.Operator[]> AVAILABLE_QUERY_OPERATORS
CmisSchema
public CmisSchema(org.xcmis.spi.TypeManager typeManager)
- Constructor.
- Parameters:
typeManager - TypeManager
getTable
public org.xcmis.search.content.Schema.Table getTable(org.xcmis.search.model.source.SelectorName name)
- Specified by:
getTable in interface org.xcmis.search.content.Schema
- See Also:
Schema.getTable(org.xcmis.search.model.source.SelectorName)
Copyright © 2012 eXo Platform SAS. All Rights Reserved.