| Package | Description |
|---|---|
| org.qubership.automation.itf.ui.controls.entities.template | |
| org.qubership.automation.itf.ui.messages.objects |
| Modifier and Type | Method and Description |
|---|---|
protected UITemplate |
TemplateController._newInstanceTClass(org.qubership.automation.itf.core.model.jpa.message.template.Template object) |
UITemplate |
TemplateController.create(String parentId,
UUID projectUuid,
Class<? extends org.qubership.automation.itf.core.util.provider.TemplateProvider> type) |
UITemplate |
TemplateController.getById(BigInteger id,
UUID projectUuid) |
UITemplate |
TemplateController.getByName(String name,
BigInteger projectId,
UUID projectUuid)
Find Templates by Name under the project.
|
UITemplate |
TemplateController.update(UITemplate uiTemplate,
UUID projectUuid) |
| Modifier and Type | Method and Description |
|---|---|
protected org.qubership.automation.itf.core.model.jpa.message.template.Template |
TemplateController._beforeUpdate(UITemplate editRequest,
org.qubership.automation.itf.core.model.jpa.message.template.Template template) |
UITemplate |
TemplateController.update(UITemplate uiTemplate,
UUID projectUuid) |
| Modifier and Type | Method and Description |
|---|---|
UITemplate |
UIStep.getTemplate() |
| Modifier and Type | Method and Description |
|---|---|
UIWrapper<Set<UITemplate>> |
UISystem.getTemplates() |
UIWrapper<List<UITemplate>> |
UIOperation.getTemplates() |
| Modifier and Type | Method and Description |
|---|---|
void |
UIStep.setTemplate(UITemplate template) |
| Modifier and Type | Method and Description |
|---|---|
void |
UIOperation.setTemplates(UIWrapper<List<UITemplate>> templates) |
void |
UISystem.setTemplates(UIWrapper<Set<UITemplate>> templates) |
Copyright © 2025. All rights reserved.