public abstract class AbstractKieServerService extends Object
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) |
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–2016 JBoss by Red Hat. All rights reserved.