Package | Description |
---|---|
com.gentics.contentnode.rest.resource | |
com.gentics.contentnode.rest.resource.devtools |
Modifier and Type | Method and Description |
---|---|
TemplateLoadResponse |
TemplateResource.copy(String id,
TemplateCopyRequest request)
Create a copy of the template
|
TemplateLoadResponse |
TemplateResource.create(TemplateCreateRequest request)
Create a new template
|
TemplateLoadResponse |
TemplateResource.get(String id,
Integer nodeId,
boolean update,
boolean construct)
Load the template with the given id and return it.
|
TemplateLoadResponse |
NodeResource.getTemplate(String nodeId,
String templateId)
Get the template, if it is assigned to the node
|
TemplateLoadResponse |
TemplateResource.load(String id,
Integer nodeId)
Deprecated.
Use
GET /template/{id} instead |
TemplateLoadResponse |
TemplateResource.unlock(String id)
Unlock a template
|
Modifier and Type | Method and Description |
---|---|
TemplateLoadResponse |
PackageResource.getTemplate(String name,
String template)
Get the template in the package
|
Copyright © 2024 Gentics Software. All rights reserved.