Uses of Class
com.gentics.contentnode.rest.model.request.LinksType
-
Packages that use LinksType Package Description com.gentics.contentnode.rest.model.request com.gentics.contentnode.rest.resource -
-
Uses of LinksType in com.gentics.contentnode.rest.model.request
Methods in com.gentics.contentnode.rest.model.request that return LinksType Modifier and Type Method Description static LinksType
LinksType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LinksType[]
LinksType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LinksType in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type LinksType Modifier and Type Method Description FoundFilesListResponse
FolderResource. findFiles(Integer folderId, String query, Integer skipCount, Integer maxItems, LinksType links, boolean recursive)
LegacyPageListResponse
FolderResource. findPages(Integer folderId, String query, Integer skipCount, Integer maxItems, LinksType links, boolean recursive)
PageRenderResponse
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 pagePageRenderResponse
PageResource. 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.PageRenderResponse
PageResource. renderTag(String tag, Integer nodeId, String proxyprefix, LinksType linksType, Page page)
Render a tag preview for the posted pagePageRenderResponse
PageResource. renderTag(String id, String tag, Integer nodeId, String proxyprefix, LinksType linksType)
Render a tag of the given page
-