Class 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 Detail

      • TypeMapping

        public TypeMapping​(String nodeTypeName,
                           org.xcmis.spi.model.BaseType baseType,
                           String parentType)
      • TypeMapping

        public TypeMapping()
    • Method Detail

      • getBaseType

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

        public String getParentType()
      • getNodeTypeName

        public String getNodeTypeName()