Package | Description |
---|---|
com.gentics.contentnode.rest.resource |
Modifier and Type | Method and Description |
---|---|
TemplateUsageListResponse |
ImageResource.getTemplateUsageInfo(Integer skipCount,
Integer maxItems,
String sortBy,
String sortOrder,
List<Integer> imageId,
Integer nodeId,
boolean returnTemplates)
Get the templates using one of the given images
|
TemplateUsageListResponse |
FormResource.getTemplateUsageInfo(Integer skipCount,
Integer maxItems,
String sortBy,
String sortOrder,
List<Integer> formId,
Integer nodeId,
boolean returnTemplates)
Get the templates using one of the given forms
|
TemplateUsageListResponse |
PageResource.getTemplateUsageInfo(Integer skipCount,
Integer maxItems,
String sortBy,
String sortOrder,
List<Integer> pageId,
Integer nodeId,
boolean returnTemplates)
Get the templates using one of the given pages
|
TemplateUsageListResponse |
FileResource.getTemplateUsageInfo(Integer skipCount,
Integer maxItems,
String sortBy,
String sortOrder,
List<Integer> fileId,
Integer nodeId,
boolean returnTemplates)
Get the templates using one of the given files
|
Copyright © 2024 Gentics Software. All rights reserved.