Uses of Enum Class
com.gentics.contentnode.rest.model.request.LinksType
Packages that use LinksType
Package
Description
-
Uses of LinksType in com.gentics.contentnode.rest.model.request
Methods in com.gentics.contentnode.rest.model.request that return LinksType -
Uses of LinksType in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type LinksTypeModifier and TypeMethodDescriptionFolderResource.findFiles
(Integer folderId, String query, Integer skipCount, Integer maxItems, LinksType links, boolean recursive) Deprecated.FolderResource.findPages
(Integer folderId, String query, Integer skipCount, Integer maxItems, LinksType links, boolean recursive) PageResource.render
(Integer nodeId, String template, boolean editMode, String proxyprefix, LinksType linksType, boolean tagmap, boolean inherited, boolean publish, Page page) Render a preview of the posted pagePageResource.render
(String id, Integer nodeId, String template, boolean editMode, String proxyprefix, LinksType linksType, boolean tagmap, boolean inherited, boolean publish, Integer versionTimestamp) Render the given page Info: This currently doesn't return tag render errors.PageResource.renderTag
(String tag, Integer nodeId, String proxyprefix, LinksType linksType, Page page) Render a tag preview for the posted pagePageResource.renderTag
(String id, String tag, Integer nodeId, String proxyprefix, LinksType linksType) Render a tag of the given page
FileResource.list(InFolderParameterBean, FileListParameterBean, FilterParameterBean, SortParameterBean, PagingParameterBean, EditableParameterBean, WastebinParameterBean)
instead