Uses of Class
com.gentics.contentnode.rest.model.Template
Packages that use Template
Package
Description
-
Uses of Template in com.gentics.contentnode.rest.model
Subclasses of Template in com.gentics.contentnode.rest.modelMethods in com.gentics.contentnode.rest.model that return TemplateMethods in com.gentics.contentnode.rest.model with parameters of type Template -
Uses of Template in com.gentics.contentnode.rest.model.devtools
Subclasses of Template in com.gentics.contentnode.rest.model.devtoolsModifier 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
Methods in com.gentics.contentnode.rest.model.request that return TemplateModifier and TypeMethodDescriptionTemplateCreateRequest.getTemplate()
Template to createTemplateSaveRequest.getTemplate()
Template to be savedMethods in com.gentics.contentnode.rest.model.request with parameters of type TemplateModifier and TypeMethodDescriptionTemplateCreateRequest.setTemplate
(Template template) Set the templatevoid
TemplateSaveRequest.setTemplate
(Template template) Set the template to be savedConstructors in com.gentics.contentnode.rest.model.request with parameters of type TemplateModifierConstructorDescriptionTemplateSaveRequest
(Template template) Create an instance with the given template -
Uses of Template in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return TemplateMethods in com.gentics.contentnode.rest.model.response that return types with arguments of type TemplateMethods in com.gentics.contentnode.rest.model.response with parameters of type TemplateMethod parameters in com.gentics.contentnode.rest.model.response with type arguments of type TemplateModifier and TypeMethodDescriptionvoid
TemplateListResponse.setTemplates
(List<Template> templates) Set the list of templatesConstructors in com.gentics.contentnode.rest.model.response with parameters of type TemplateModifierConstructorDescriptionTemplateLoadResponse
(Message message, ResponseInfo responseInfo, Template template) Creates a TemplateLoadResponse with the provided single message and ResponseInfo.Constructor parameters in com.gentics.contentnode.rest.model.response with type arguments of type TemplateModifierConstructorDescriptionTemplateUsageListResponse
(Message message, ResponseInfo responseInfo, List<Template> templates, int total, int withoutPermission) Create a new instance