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 RepositoryException
Get name- Throws:
RepositoryException
-
getLastModified
long getLastModified() throws RepositoryException
Get last modified- Throws:
RepositoryException
-
getReferencesSize
int getReferencesSize(AssetReferenceResolver customResolver) throws RepositoryException
Calculate references- Throws:
RepositoryException
-
getCommentsSize
int getCommentsSize() throws RepositoryException
Get comments size- Throws:
RepositoryException
-
-