| Package | Description |
|---|---|
| org.kie.server.api | |
| org.kie.server.api.commands | |
| org.kie.server.api.model |
| Modifier and Type | Method and Description |
|---|---|
Set<KieContainerResource> |
KieController.getContainers(Set<String> controllers,
String serverId,
KieServerConfig config)
Returns list of
KieContainerResource retrieved from one of the given controllers. |
| Modifier and Type | Method and Description |
|---|---|
KieContainerResource |
CreateContainerCommand.getContainer() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateContainerCommand.setContainer(KieContainerResource container) |
| Constructor and Description |
|---|
CreateContainerCommand(KieContainerResource container) |
| Modifier and Type | Method and Description |
|---|---|
Set<KieContainerResource> |
KieServerStateInfo.getContainers() |
List<KieContainerResource> |
KieContainerResourceList.getContainers() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
KieContainerResourceFilter.accept(KieContainerResource kieContainerResource) |
| Modifier and Type | Method and Description |
|---|---|
void |
KieContainerResourceList.setContainers(List<KieContainerResource> containers) |
void |
KieServerStateInfo.setContainers(Set<KieContainerResource> containers) |
| Constructor and Description |
|---|
KieContainerResourceList(List<KieContainerResource> containers) |
KieServerStateInfo(Set<String> controllers,
KieServerConfig configuration,
Set<KieContainerResource> containers) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.