Uses of Class
com.gentics.contentnode.rest.model.Page

Packages that use Page
com.gentics.contentnode.rest.model   
com.gentics.contentnode.rest.model.request   
com.gentics.contentnode.rest.model.response   
 

Uses of Page in com.gentics.contentnode.rest.model
 

Methods in com.gentics.contentnode.rest.model that return types with arguments of type Page
 Map<Object,Page> Page.getLanguageVariants()
          Language variants
 List<Page> Page.getPageVariants()
          Page variants of the page
 

Method parameters in com.gentics.contentnode.rest.model with type arguments of type Page
 void Page.setLanguageVariants(Map<Object,Page> languageVariants)
           
 void Page.setPageVariants(List<Page> variantIds)
           
 

Uses of Page in com.gentics.contentnode.rest.model.request
 

Methods in com.gentics.contentnode.rest.model.request that return Page
 Page PagePreviewRequest.getPage()
          Get the page
 Page PageSaveRequest.getPage()
          Page to be saved
 

Methods in com.gentics.contentnode.rest.model.request with parameters of type Page
 void PagePreviewRequest.setPage(Page page)
          Set the page
 void PageSaveRequest.setPage(Page page)
           
 

Constructors in com.gentics.contentnode.rest.model.request with parameters of type Page
PagePreviewRequest(Page page)
          Creates a new PageSaveRequest with a specified page
PageSaveRequest(Page page)
          Creates a new PageSaveRequest with a specified page
 

Uses of Page in com.gentics.contentnode.rest.model.response
 

Methods in com.gentics.contentnode.rest.model.response that return Page
 Page PageLoadResponse.getPage()
           
 

Methods in com.gentics.contentnode.rest.model.response that return types with arguments of type Page
 List<Page> PageListResponse.getPages()
           
 

Methods in com.gentics.contentnode.rest.model.response with parameters of type Page
 void PageLoadResponse.setPage(Page page)
           
 

Method parameters in com.gentics.contentnode.rest.model.response with type arguments of type Page
 void PageListResponse.setPages(List<Page> pages)
          NOTE: pages won't be listed correctly until a setter is defined
 

Constructors in com.gentics.contentnode.rest.model.response with parameters of type Page
PageLoadResponse(Message message, ResponseInfo responseInfo, Page page)
          Creates a PageLoadResponse with the provided single message and ResponseInfo.
 

Constructor parameters in com.gentics.contentnode.rest.model.response with type arguments of type Page
PageUsageListResponse(Message message, ResponseInfo responseInfo, List<Page> pages, int total, int withoutPermission)
          Create a new instance
 



Copyright © 2014 Gentics Software GmbH. All Rights Reserved.