Package | Description |
---|---|
com.gentics.contentnode.rest.model.request | |
com.gentics.contentnode.rest.resource |
Modifier and Type | Method and Description |
---|---|
static Permission |
Permission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Permission[] |
Permission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PermResponse |
PermResource.getObjectPermission(Permission perm,
int objType,
int objId,
int nodeId)
Check whether the user has permission perm on the object defined by type and id
|
Modifier and Type | Method and Description |
---|---|
PageListResponse |
FolderResource.getPages(String id,
Integer skipCount,
Integer maxItems,
Integer nodeId,
boolean template,
boolean folder,
boolean languageVariants,
String language,
boolean langFallback,
boolean contentTags,
boolean objectTags,
String search,
boolean searchContent,
String filename,
boolean recursive,
String sortBy,
String sortOrder,
boolean isEditor,
boolean isCreator,
boolean isPublisher,
String editor,
String creator,
String publisher,
int timeDue,
boolean workflowOwn,
boolean workflowWatch,
Boolean inSync,
boolean translationStatus,
List<PageStatus> status,
List<Permission> permission,
int priority,
List<Integer> templateIds,
int editedBefore,
int editedSince,
int createdBefore,
int createdSince,
int publishedBefore,
int publishedSince,
Boolean inherited,
WastebinSearch wastebinSearch)
get a list of pages for this folder
|
Copyright © 2017 Gentics Software. All rights reserved.