Package com.day.cq.wcm.resource.details
Interface ResourceDetails
-
- All Known Implementing Classes:
AssetDetails
public interface ResourceDetails
Class which gives access to some details of a resource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCommentsSize()
Get comments sizelong
getLastModified()
Get last modifiedjava.lang.String
getName()
Get nameint
getReferencesSize(AssetReferenceResolver customResolver)
Calculate references
-
-
-
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
-
-