Modifier and Type | Method and Description |
---|---|
ServerTemplate |
ServerTemplateUpdated.getServerTemplate() |
Modifier and Type | Method and Description |
---|---|
void |
ServerTemplateUpdated.setServerInstance(ServerTemplate serverInstance) |
Constructor and Description |
---|
ServerTemplateUpdated(ServerTemplate serverTemplate) |
Modifier and Type | Method and Description |
---|---|
ServerTemplate[] |
ServerTemplateList.getServerTemplates() |
Modifier and Type | Method and Description |
---|---|
void |
ServerTemplateList.setServerTemplates(ServerTemplate[] KieServerInstances) |
Constructor and Description |
---|
ServerTemplateList(ServerTemplate[] serverTemplates) |
Constructor and Description |
---|
ServerTemplateList(Collection<ServerTemplate> serverTemplates) |
Modifier and Type | Method and Description |
---|---|
ServerTemplate |
SpecManagementService.getServerTemplate(String serverTemplateId) |
Modifier and Type | Method and Description |
---|---|
Collection<ServerTemplate> |
SpecManagementService.listServerTemplates() |
Modifier and Type | Method and Description |
---|---|
void |
NotificationService.notify(ServerTemplate serverTemplate,
ContainerSpec containerSpec,
List<Container> containers) |
void |
SpecManagementService.saveServerTemplate(ServerTemplate serverTemplate) |
Modifier and Type | Method and Description |
---|---|
ServerTemplate |
KieServerTemplateStorage.delete(String identifier)
Removes given ServerTemplate from the storage
|
ServerTemplate |
KieServerTemplateStorage.load(String identifier)
Load individual instance of the KieServer template
|
ServerTemplate |
KieServerTemplateStorage.store(ServerTemplate serverTemplate)
Store the ServerTemplate information
|
ServerTemplate |
KieServerTemplateStorage.update(ServerTemplate serverTemplate)
Update individual ServerTemplate by overriding complete content of existing one
|
Modifier and Type | Method and Description |
---|---|
List<ServerTemplate> |
KieServerTemplateStorage.load()
Load all known ServerTemplates
|
Modifier and Type | Method and Description |
---|---|
ServerTemplate |
KieServerTemplateStorage.store(ServerTemplate serverTemplate)
Store the ServerTemplate information
|
ServerTemplate |
KieServerTemplateStorage.update(ServerTemplate serverTemplate)
Update individual ServerTemplate by overriding complete content of existing one
|
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.