Package | Description |
---|---|
com.gentics.contentnode.rest.model.request | |
com.gentics.contentnode.rest.resource |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
FoundFilesListResponse |
FolderResource.findFiles(Integer folderId,
String query,
Integer skipCount,
Integer maxItems,
LinksType links,
boolean recursive)
Deprecated.
use
#getFiles(String, int, int, Integer, String, boolean, String, String, String, String, int, int, Boolean) instead. |
PageListResponse |
FolderResource.findPages(Integer folderId,
String query,
Integer skipCount,
Integer maxItems,
LinksType links,
boolean recursive)
Deprecated.
use
#getPages(Integer, Integer, Integer, Integer, boolean, boolean, boolean, String, String, boolean, String, String, boolean, int, boolean, boolean) instead |
PageRenderResponse |
PageResource.render(String id,
Integer nodeId,
String template,
boolean editMode,
String proxyprefix,
LinksType linksType,
boolean tagmap,
boolean inherited)
Render the given page
Info: This currently doesn't return tag render errors.
|
Copyright © 2015 Gentics Software. All rights reserved.