Interface MediaItemPageVersion
-
- All Superinterfaces:
ContentItemVersion<MediaItem>
,FormBackingObject
,MediaItemVersion
,PublicationStatusEnabled
,WorkflowEnabled
,Wrapper
@Indexable public interface MediaItemPageVersion extends MediaItemVersion
Representation of Page media item.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface nl.gx.webmanager.cms.mediarepository.MediaItemVersion
MediaItemVersion.SearchEngineInclude
-
-
Field Summary
-
Fields inherited from interface nl.gx.webmanager.cms.core.ContentItemVersion
LABELCATEGORY_NOCATEGORY, LABELCATEGORY_NOLABEL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Page
getPage()
Returns the page associated with this media item page version.PageVersion
getPageVersion()
Returns the page version associated with this media item page version.-
Methods inherited from interface nl.gx.webmanager.cms.core.ContentItemVersion
createNewRevision, deleteRevisions, getAttachedLeadImage, getContentItem, getContentLabelCategories, getContentLabels, getCreationDate, getCreationUser, getHasLead, getIdentifier, getLanguage, getLastModifiedDate, getLastModifiedUser, getLead, getLeadImage, getLeadImageMediaItem, getLeadImageThumbnail, getPreviousRevisions, getRemark, getRevisionCount, getTitle, isEditable, isInContextCurrent, removeAttachedLeadImage, setAttachedLeadImage, setAttachedLeadImageFocusPoint, setEditable, setLead, setLeadImageMediaItem, setRemark
-
Methods inherited from interface nl.gx.webmanager.springmvc.FormBackingObject
getNestedPath, getUUID
-
Methods inherited from interface nl.gx.webmanager.cms.mediarepository.MediaItemVersion
addTerm, createRichTextElements, exists, getComponent, getContentType, getCopyrightNotice, getDiscussionConfiguration, getElementHolder, getElements, getExternalId, getForum, getForumSettings, getFriendlyURLTitle, getHtmlTitle, getIncludeInSearchEngine, getLastElement, getMediaItem, getMetaDescription, getMetaKeywords, getMetaTags, getPrivateNode, getReferencedContentItems, getResourceInstances, getSEOPriority, getSEOUpdateFrequency, getTargetPage, getTerms, getTotalVotes, getVotingAverage, getVotingModel, getWebsite, insertLastElementAtCursor, isArticle, isAuthorized, isAuthorizedToPreview, isBundle, isCurrent, removeTerm, setArticle, setAuthorized, setComponent, setContentType, setCopyrightNotice, setDiscussionConfiguration, setElementHolder, setElements, setExternalId, setForum, setForumSettings, setFriendlyURLTitle, setHtmlTitle, setIncludeInSearchEngine, setLanguage, setLastModifiedDate, setLastModifiedUser, setLeadImage, setLeadImage, setMetaDescription, setMetaKeywords, setPrivateNode, setPublic, setResourceInstances, setSEOPriority, setSEOUpdateFrequency, setTargetPage, setTerms, setTitle, setTitleVolatile, setWebsite
-
Methods inherited from interface nl.gx.webmanager.cms.core.PublicationStatusEnabled
getExpirationDate, getPublicationDate, getPublicationStatus, getPublicationStatus, setExpirationDate, setPublicationDate
-
Methods inherited from interface nl.gx.webmanager.cms.workflow.WorkflowEnabled
getWorkflowModel, getWorkflowModelInstance, isPublic
-
-
-
-
Method Detail
-
getPage
@Field(stored=false, indexed=true, adapter=ContentReferenceFieldAdapter.class) Page getPage()
Returns the page associated with this media item page version.- Returns:
- the associated page
-
getPageVersion
PageVersion getPageVersion()
Returns the page version associated with this media item page version.- Returns:
- the associated page version
- Since:
- 10.32.0
-
-