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
Modifier and TypeMethodDescriptionintGet comments sizelongGet last modifiedgetName()Get nameintgetReferencesSize(AssetReferenceResolver customResolver) Calculate references
-
Method Details
-
getName
Get name- Throws:
RepositoryException
-
getLastModified
Get last modified- Throws:
RepositoryException
-
getReferencesSize
Calculate references- Throws:
RepositoryException
-
getCommentsSize
Get comments size- Throws:
RepositoryException
-