org.exoplatform.ecms.xcmis.sp
Class TypeMapping

java.lang.Object
  extended by org.exoplatform.ecms.xcmis.sp.TypeMapping

public class TypeMapping
extends java.lang.Object

TypeMapping may be used as part of configuration to show JCR nodes which has node type which is not supported directly.

Version:
$Id: TypeMapping.java 50575 2010-08-10 14:41:23Z makis $
Author:
Andrey Parfonov

Constructor Summary
TypeMapping()
           
TypeMapping(java.lang.String nodeTypeName, org.xcmis.spi.model.BaseType baseType, java.lang.String parentType)
           
 
Method Summary
 org.xcmis.spi.model.BaseType getBaseType()
           
 java.lang.String getNodeTypeName()
           
 java.lang.String getParentType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeMapping

public TypeMapping(java.lang.String nodeTypeName,
                   org.xcmis.spi.model.BaseType baseType,
                   java.lang.String parentType)

TypeMapping

public TypeMapping()
Method Detail

getBaseType

public org.xcmis.spi.model.BaseType getBaseType()

getParentType

public java.lang.String getParentType()

getNodeTypeName

public java.lang.String getNodeTypeName()


Copyright © 2012 eXo Platform SAS. All Rights Reserved.