Package | Description |
---|---|
com.gentics.contentnode.rest.model | |
com.gentics.contentnode.rest.model.response | |
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 |
---|---|
Map<ContentNodeItem.ItemType,ReferencedSyncableObjectsListResponse.SyncDependencies> |
ReferencedSyncableObjectsListResponse.getDependencies()
Get the indirect dependencies.
|
Modifier and Type | Method and Description |
---|---|
void |
ReferencedSyncableObjectsListResponse.setDependencies(Map<ContentNodeItem.ItemType,ReferencedSyncableObjectsListResponse.SyncDependencies> dependencies)
Set the indirect dependencies.
|
Constructor and Description |
---|
ReferencedSyncableObjectsListResponse(Map<ContentNodeItem.ItemType,ReferencedSyncableObjectsListResponse.SyncDependencies> dependencies,
List<Page> pages,
int pagesWithoutPermission,
List<File> files,
int filesWithoutPermission,
List<Image> images,
int imagesWithoutPermission)
Default constructor with no message and a response info containing just the
response code
OK . |
Modifier and Type | Method and Description |
---|---|
ItemListResponse |
FolderResource.getItems(String folderId,
List<ContentNodeItem.ItemType> types,
int skipCount,
int maxItems,
Integer nodeId,
boolean template,
boolean languageVariants,
String language,
boolean langFallback,
String search,
boolean recursive,
String sortBy,
String sortOrder,
String editor,
String creator,
int editedBefore,
int editedSince,
int createdBefore,
int createdSince)
Get a list of items for this folder
|
Copyright © 2018 Gentics Software. All rights reserved.