Uses of Class
com.gentics.contentnode.rest.model.request.LinksType

Packages that use LinksType
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
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
 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)
          Render the given page Info: This currently doesn't return tag render errors.
 



Copyright © 2013 Gentics Software GmbH. All Rights Reserved.