public abstract class AbstractKieServerService extends Object
Modifier and Type | Field and Description |
---|---|
protected KieServerIntegration |
kieServerIntegration |
Constructor and Description |
---|
AbstractKieServerService() |
Modifier and Type | Method and Description |
---|---|
protected <T> T |
getClient(String serverTemplateId,
Class<T> clientType) |
protected <T> T |
getClient(String serverTemplateId,
String containerId,
Class<T> clientType) |
protected org.kie.server.client.KieServicesClient |
getKieServicesClient(String serverTemplateId) |
protected org.kie.server.client.KieServicesClient |
getKieServicesClient(String serverTemplateId,
String containerId) |
@Inject protected KieServerIntegration kieServerIntegration
protected <T> T getClient(String serverTemplateId, String containerId, Class<T> clientType)
protected org.kie.server.client.KieServicesClient getKieServicesClient(String serverTemplateId, String containerId)
protected org.kie.server.client.KieServicesClient getKieServicesClient(String serverTemplateId)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.