Package com.day.cq.wcm.resource.details
Interface ResourceDetails
- 
- All Known Implementing Classes:
 AssetDetails
public interface ResourceDetailsClass which gives access to some details of a resource 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCommentsSize()Get comments sizelonggetLastModified()Get last modifiedjava.lang.StringgetName()Get nameintgetReferencesSize(AssetReferenceResolver customResolver)Calculate references 
 - 
 
- 
- 
Method Detail
- 
getName
java.lang.String getName() throws javax.jcr.RepositoryExceptionGet name- Throws:
 javax.jcr.RepositoryException
 
- 
getLastModified
long getLastModified() throws javax.jcr.RepositoryExceptionGet 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.RepositoryExceptionGet comments size- Throws:
 javax.jcr.RepositoryException
 
 - 
 
 -