Class AbstractKieServerService
- java.lang.Object
-
- org.jbpm.workbench.ks.integration.AbstractKieServerService
-
- Direct Known Subclasses:
KieServerDataSetProvider
public abstract class AbstractKieServerService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected KieServerIntegration
kieServerIntegration
-
Constructor Summary
Constructors Constructor Description AbstractKieServerService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Field Detail
-
kieServerIntegration
@Inject protected KieServerIntegration kieServerIntegration
-
-
Method Detail
-
getClient
protected <T> T getClient(String serverTemplateId, String containerId, Class<T> clientType)
-
getKieServicesClient
protected org.kie.server.client.KieServicesClient getKieServicesClient(String serverTemplateId, String containerId)
-
getKieServicesClient
protected org.kie.server.client.KieServicesClient getKieServicesClient(String serverTemplateId)
-
-