Interface ContentTypeService


  • public interface ContentTypeService
    ContentType Service which provides access to:
    • A lightweight and immutable representation of the current and aggregated or effective JCR Repository NodeType definitions
    • A lightweight and immutable representation of the current ContentType definitions, including aggregated ones for specific Nodes within the repository
    • Method Detail

      • getEffectiveNodeTypes

        EffectiveNodeTypes getEffectiveNodeTypes()
                                          throws javax.jcr.RepositoryException
        Returns:
        A lightweight and immutable representation of the current and aggregated or effective JCR Repository NodeType definitions
        Throws:
        javax.jcr.RepositoryException - if a repository error occurs
      • getContentTypes

        ContentTypes getContentTypes()
                              throws javax.jcr.RepositoryException
        Returns:
        A lightweight and immutable representation of the current ContentType definitions.
        Throws:
        javax.jcr.RepositoryException - if a repository error occurs