|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.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(java.lang.String folderId,
java.util.List<ContentNodeItem.ItemType> types,
int skipCount,
int maxItems,
java.lang.Integer nodeId,
boolean languageVariants,
java.lang.String language,
boolean langFallback,
java.lang.String search,
boolean recursive,
java.lang.String sortBy,
java.lang.String sortOrder,
java.lang.String editor,
java.lang.String creator,
int editedSince,
int createdSince)
Get a list of items for this folder |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |