@Dependent public class DMNIncludeModelsClient extends DMNServiceClient
clientServicesProxy
Constructor and Description |
---|
DMNIncludeModelsClient(DMNClientServicesProxy clientServicesProxy) |
Modifier and Type | Method and Description |
---|---|
void |
loadItemDefinitionsByNamespace(String modelName,
String namespace,
Consumer<List<ItemDefinition>> consumer) |
void |
loadModels(org.uberfire.backend.vfs.Path path,
Consumer<List<IncludedModel>> listConsumer) |
void |
loadNodesFromImports(List<DMNIncludedModel> includeModels,
Consumer<List<DMNIncludedNode>> consumer) |
callback
@Inject public DMNIncludeModelsClient(DMNClientServicesProxy clientServicesProxy)
public void loadModels(org.uberfire.backend.vfs.Path path, Consumer<List<IncludedModel>> listConsumer)
public void loadNodesFromImports(List<DMNIncludedModel> includeModels, Consumer<List<DMNIncludedNode>> consumer)
public void loadItemDefinitionsByNamespace(String modelName, String namespace, Consumer<List<ItemDefinition>> consumer)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.