Uses of Class
com.gentics.contentnode.rest.model.ContentNodeItem.ItemType

Packages that use ContentNodeItem.ItemType
com.gentics.contentnode.rest.model   
com.gentics.contentnode.rest.resource   
 

Uses of ContentNodeItem.ItemType in com.gentics.contentnode.rest.model
 

Methods in com.gentics.contentnode.rest.model that return ContentNodeItem.ItemType
 ContentNodeItem.ItemType ContentNodeItem.getType()
          Item type
static ContentNodeItem.ItemType ContentNodeItem.ItemType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContentNodeItem.ItemType[] ContentNodeItem.ItemType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.gentics.contentnode.rest.model with parameters of type ContentNodeItem.ItemType
 void ContentNodeItem.setType(ContentNodeItem.ItemType type)
          Set the item type
 

Constructors in com.gentics.contentnode.rest.model with parameters of type ContentNodeItem.ItemType
ContentNodeItem(ContentNodeItem.ItemType type)
          Create an empty instance of an item
 

Uses of ContentNodeItem.ItemType in com.gentics.contentnode.rest.resource
 

Method parameters in com.gentics.contentnode.rest.resource with type arguments of type ContentNodeItem.ItemType
 ItemListResponse FolderResource.getItems(String folderId, List<ContentNodeItem.ItemType> types, int skipCount, int maxItems, Integer nodeId, boolean languageVariants, String language, boolean langFallback, String search, boolean recursive, String sortBy, String sortOrder, String editor, String creator, int editedSince, int createdSince)
          Get a list of items for this folder
 



Copyright © 2013 Gentics Software GmbH. All Rights Reserved.