Package org.exoplatform.ecms.xcmis.sp
Class TypeMapping
- java.lang.Object
-
- org.exoplatform.ecms.xcmis.sp.TypeMapping
-
public class TypeMapping extends Object
TypeMapping may be used as part of configuration to show JCR nodes which has node type which is not supported directly.- Version:
- $Id$
- Author:
- Andrey Parfonov
-
-
Constructor Summary
Constructors Constructor Description TypeMapping()TypeMapping(String nodeTypeName, org.xcmis.spi.model.BaseType baseType, String parentType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xcmis.spi.model.BaseTypegetBaseType()StringgetNodeTypeName()StringgetParentType()
-