Package | Description |
---|---|
com.gentics.contentnode.rest.model | |
com.gentics.contentnode.rest.resource |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentNodeItem.setType(ContentNodeItem.ItemType type)
Set the item type
|
Constructor and Description |
---|
ContentNodeItem(ContentNodeItem.ItemType type)
Create an empty instance of an item
|
Modifier and Type | Method and Description |
---|---|
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 © 2014 Gentics Software GmbH. All rights reserved.