@Dependent public class DMNClientServicesProxyImpl extends Object implements DMNClientServicesProxy
| Constructor and Description |
|---|
DMNClientServicesProxyImpl(TimeZonesProvider timeZonesProvider,
DMNMarshallerImportsClientHelper kogitoImportsHelper) |
| Modifier and Type | Method and Description |
|---|---|
void |
getTimeZones(ServiceCallback<List<DMNSimpleTimeZone>> callback) |
void |
isValidVariableName(String source,
ServiceCallback<Boolean> callback) |
void |
loadDataObjects(ServiceCallback<List<DataObject>> callback) |
void |
loadItemDefinitionsByNamespace(String modelName,
String namespace,
ServiceCallback<List<ItemDefinition>> callback) |
void |
loadModels(org.uberfire.backend.vfs.Path path,
ServiceCallback<List<IncludedModel>> callback) |
void |
loadNodesFromImports(List<DMNIncludedModel> includedModels,
ServiceCallback<List<DMNIncludedNode>> callback) |
void |
loadPMMLDocumentsFromImports(org.uberfire.backend.vfs.Path path,
List<PMMLIncludedModel> includedModels,
ServiceCallback<List<PMMLDocumentMetadata>> callback) |
void |
parseFEELList(String source,
ServiceCallback<List<String>> callback) |
void |
parseRangeValue(String source,
ServiceCallback<RangeValue> callback) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlogWarning, warn@Inject public DMNClientServicesProxyImpl(TimeZonesProvider timeZonesProvider, DMNMarshallerImportsClientHelper kogitoImportsHelper)
public void loadModels(org.uberfire.backend.vfs.Path path,
ServiceCallback<List<IncludedModel>> callback)
loadModels in interface DMNClientServicesProxypublic void loadNodesFromImports(List<DMNIncludedModel> includedModels, ServiceCallback<List<DMNIncludedNode>> callback)
loadNodesFromImports in interface DMNClientServicesProxypublic void loadPMMLDocumentsFromImports(org.uberfire.backend.vfs.Path path,
List<PMMLIncludedModel> includedModels,
ServiceCallback<List<PMMLDocumentMetadata>> callback)
loadPMMLDocumentsFromImports in interface DMNClientServicesProxypublic void loadItemDefinitionsByNamespace(String modelName, String namespace, ServiceCallback<List<ItemDefinition>> callback)
loadItemDefinitionsByNamespace in interface DMNClientServicesProxypublic void parseFEELList(String source, ServiceCallback<List<String>> callback)
parseFEELList in interface DMNClientServicesProxypublic void parseRangeValue(String source, ServiceCallback<RangeValue> callback)
parseRangeValue in interface DMNClientServicesProxypublic void isValidVariableName(String source, ServiceCallback<Boolean> callback)
isValidVariableName in interface DMNClientServicesProxypublic void getTimeZones(ServiceCallback<List<DMNSimpleTimeZone>> callback)
getTimeZones in interface DMNClientServicesProxypublic void loadDataObjects(ServiceCallback<List<DataObject>> callback)
loadDataObjects in interface DMNClientServicesProxyCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.