Interface ResourceDetails

  • All Known Implementing Classes:
    AssetDetails

    public interface ResourceDetails
    Class which gives access to some details of a resource
    • Method Detail

      • getName

        java.lang.String getName()
                          throws javax.jcr.RepositoryException
        Get name
        Throws:
        javax.jcr.RepositoryException
      • getLastModified

        long getLastModified()
                      throws javax.jcr.RepositoryException
        Get last modified
        Throws:
        javax.jcr.RepositoryException
      • getReferencesSize

        int getReferencesSize​(AssetReferenceResolver customResolver)
                       throws javax.jcr.RepositoryException
        Calculate references
        Throws:
        javax.jcr.RepositoryException
      • getCommentsSize

        int getCommentsSize()
                     throws javax.jcr.RepositoryException
        Get comments size
        Throws:
        javax.jcr.RepositoryException