Class DMNServiceClient
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.api.DMNServiceClient
-
- Direct Known Subclasses:
DMNDataObjectsClient,DMNIncludeModelsClient
public abstract class DMNServiceClient extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DMNClientServicesProxyclientServicesProxy
-
Constructor Summary
Constructors Constructor Description DMNServiceClient(DMNClientServicesProxy clientServicesProxy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> org.kie.workbench.common.stunner.core.client.service.ServiceCallback<List<T>>callback(Consumer<List<T>> consumer)
-
-
-
Field Detail
-
clientServicesProxy
protected final DMNClientServicesProxy clientServicesProxy
-
-
Constructor Detail
-
DMNServiceClient
public DMNServiceClient(DMNClientServicesProxy clientServicesProxy)
-
-