Class AbstractJcrObjectCollection<T>

    • Constructor Detail

      • AbstractJcrObjectCollection

        public AbstractJcrObjectCollection()
    • Method Detail

      • getCollectionName

        public final String getCollectionName()
        Returns:
        the collectionName
      • setCollectionName

        public final void setCollectionName​(String collectionName)
        Parameters:
        collectionName - the collectionName to set
      • setDescription

        public final void setDescription​(String description)
        Parameters:
        description - the description to set
      • setDisplayName

        public final void setDisplayName​(String displayName)
        Parameters:
        displayName - the displayName to set
      • getNode

        protected final javax.jcr.Node getNode()
                                        throws javax.jcr.PathNotFoundException,
                                               org.jcrom.JcrMappingException,
                                               javax.jcr.RepositoryException
        Returns:
        the underlying node
        Throws:
        javax.jcr.PathNotFoundException - where the repository path does not exist
        org.jcrom.JcrMappingException - where an error with object mapping occurs
        javax.jcr.RepositoryException - where an unexpected repository problem is encountered