Uses of Class
nl.gx.webmanager.services.contentindex.annotation.ReferDocument
-
Packages that use ReferDocument Package Description nl.gx.forms.wmpformapi.api nl.gx.forms.wmpformelement.api nl.gx.webmanager.cms.core This package contains interfaces for the webmanager api.nl.gx.webmanager.cms.element This package contains the interfaces for the various content elements.nl.gx.webmanager.cms.integration This package contains interfaces related to integration of external things such as websites and databases.nl.gx.webmanager.cms.mediarepository This package contains interfaces for the mediarepository.nl.gx.webmanager.cms.workflow -
-
Uses of ReferDocument in nl.gx.forms.wmpformapi.api
Methods in nl.gx.forms.wmpformapi.api with annotations of type ReferDocument Modifier and Type Method Description BasicFormVersion
BasicForm. getCurrent()
Returns the current version for this form. -
Uses of ReferDocument in nl.gx.forms.wmpformelement.api
Methods in nl.gx.forms.wmpformelement.api with annotations of type ReferDocument Modifier and Type Method Description Form
FormElement. getForm()
Returns the selected form for this element. -
Uses of ReferDocument in nl.gx.webmanager.cms.core
Methods in nl.gx.webmanager.cms.core with annotations of type ReferDocument Modifier and Type Method Description Website
ContentItem. getWebsite()
Returns the website that owns this content item. -
Uses of ReferDocument in nl.gx.webmanager.cms.element
Methods in nl.gx.webmanager.cms.element with annotations of type ReferDocument Modifier and Type Method Description Image
ImageElement. getImage()
Returns the representation of the actual image.ListItem[]
ListElement. getItems()
Returns an array of list items.PageLabel[]
PageCollectionElement. getPageLabels()
Returns the labels by which to filter the pages that are shownTableCell[]
TableRow. getTableCells()
Returns the contents for each of the table cells defined in this table row.TableRow[]
TableElement. getTableRows()
Returns all the rows of the table. -
Uses of ReferDocument in nl.gx.webmanager.cms.integration
Methods in nl.gx.webmanager.cms.integration with annotations of type ReferDocument Modifier and Type Method Description Query
QueryElement. getQuery()
Return The query object for this element. -
Uses of ReferDocument in nl.gx.webmanager.cms.mediarepository
Methods in nl.gx.webmanager.cms.mediarepository with annotations of type ReferDocument Modifier and Type Method Description MediaTerm[]
MediaCollectionOverviewElement. getMandatoryTerms()
Returns the mandatory terms of the elementMediaTerm[]
MediaCollectionOverviewElement. getOptionalTerms()
Returns the optional terms of the element -
Uses of ReferDocument in nl.gx.webmanager.cms.workflow
Methods in nl.gx.webmanager.cms.workflow with annotations of type ReferDocument Modifier and Type Method Description WorkflowModelState
WorkflowModelInstance. getState()
Return the state of this Workflow model instance as a whole.
-