public interface WebContent extends Content, TraversableAmetysObject, SiteAwareAmetysObject
Content
with additional data related to Web Content Management.Modifier and Type | Method and Description |
---|---|
Collection<Page> |
getReferencingPages()
Returns all pages referencing this Content.
|
Collection<ZoneItem> |
getReferencingZoneItems()
Returns all zone items referencing this Content.
|
ResourceCollection |
getRootAttachments()
Retrieves the attachments root node
|
getCreationDate, getCreator, getLanguage, getLastContributor, getLastMajorValidationDate, getLastModified, getLastValidationDate, getMixinTypes, getOutgoingReferences, getReferencingContents, getTitle, getTypes
getMetadataHolder
getDCContributor, getDCCoverage, getDCCreator, getDCDate, getDCDescription, getDCFormat, getDCIdentifier, getDCLanguage, getDCPublisher, getDCRelation, getDCRights, getDCSource, getDCSubject, getDCTitle, getDCType
getTags
addAllowedGroups, addAllowedProfilesForAnonymous, addAllowedProfilesForAnyConnectedUser, addAllowedUsers, addDeniedGroups, addDeniedProfilesForAnonymous, addDeniedProfilesForAnyConnectedUser, addDeniedUsers, removeAllowedGroups, removeAllowedGroups, removeAllowedProfilesForAnonymous, removeAllowedProfilesForAnyConnectedUser, removeAllowedUsers, removeAllowedUsers, removeDeniedGroups, removeDeniedGroups, removeDeniedProfilesForAnonymous, removeDeniedProfilesForAnyConnectedUser, removeDeniedUsers, removeDeniedUsers
getAllowedGroups, getAllowedProfilesForAnonymous, getAllowedProfilesForAnyConnectedUser, getAllowedProfilesForGroups, getAllowedProfilesForUser, getAllowedProfilesForUsers, getAllowedUsers, getDeniedGroups, getDeniedProfilesForAnonymous, getDeniedProfilesForAnyConnectedUser, getDeniedProfilesForGroups, getDeniedProfilesForUser, getDeniedProfilesForUsers, getDeniedUsers
equals, getId, getName, getParent, getParentPath, getPath, hashCode
getChild, getChildAt, getChildPosition, getChildren, hasChild
getSite, getSiteName
Collection<Page> getReferencingPages() throws AmetysRepositoryException
AmetysRepositoryException
- if an error occurs.Collection<ZoneItem> getReferencingZoneItems() throws AmetysRepositoryException
AmetysRepositoryException
- if an error occurs.ResourceCollection getRootAttachments() throws AmetysRepositoryException
getRootAttachments
in interface Content
AmetysRepositoryException
- if an error occurs.