Uses of Class
com.gentics.contentnode.rest.model.Template
Package
Description
-
Uses of Template in com.gentics.contentnode.rest.model
-
Uses of Template in com.gentics.contentnode.rest.model.devtools
Modifier and TypeClassDescriptionclass
Template in a package.
If the object does not have a (local) ID, this means that the object was not synchronized to the CMS.
It is also possible, that the global ID of the object is null, if it is not set in thegentics_structure.json
file.
Objects without global ID in the filesystem can be imported into the CMS, but will never be "in sync", because they cannot be identified without global ID. -
Uses of Template in com.gentics.contentnode.rest.model.request
Modifier and TypeMethodDescriptionTemplateCreateRequest.getTemplate()
Template to createTemplateSaveRequest.getTemplate()
Template to be savedModifier and TypeMethodDescriptionTemplateCreateRequest.setTemplate
(Template template) Set the templatevoid
TemplateSaveRequest.setTemplate
(Template template) Set the template to be savedModifierConstructorDescriptionTemplateSaveRequest
(Template template) Create an instance with the given template -
Uses of Template in com.gentics.contentnode.rest.model.response
Modifier and TypeMethodDescriptionvoid
TemplateListResponse.setTemplates
(List<Template> templates) Set the list of templatesModifierConstructorDescriptionTemplateLoadResponse
(Message message, ResponseInfo responseInfo, Template template) Creates a TemplateLoadResponse with the provided single message and ResponseInfo.ModifierConstructorDescriptionTemplateUsageListResponse
(Message message, ResponseInfo responseInfo, List<Template> templates, int total, int withoutPermission) Create a new instance