Uses of Class
com.gentics.contentnode.rest.model.response.TemplateListResponse
-
Packages that use TemplateListResponse Package Description com.gentics.contentnode.rest.model.response com.gentics.contentnode.rest.resource -
-
Uses of TemplateListResponse in com.gentics.contentnode.rest.model.response
Subclasses of TemplateListResponse in com.gentics.contentnode.rest.model.response Modifier and Type Class Description class
TemplateUsageListResponse
Response for a page usage response (templates). -
Uses of TemplateListResponse in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource that return TemplateListResponse Modifier and Type Method Description TemplateListResponse
FolderResource. getTemplates(String folderId, InFolderParameterBean inFolder, TemplateListParameterBean templateListParams, LegacyFilterParameterBean filterParams, LegacySortParameterBean sortingParams, LegacyPagingParameterBean pagingParams, EditableParameterBean editableParams, WastebinParameterBean wastebinParams)
Get the templates which are linked into the given folder
-