@Dependent public class DMNClientServicesProxyImpl extends Object implements DMNClientServicesProxy
Constructor and Description |
---|
DMNClientServicesProxyImpl(TimeZonesProvider timeZonesProvider) |
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, wait
logWarning, warn
@Inject public DMNClientServicesProxyImpl(TimeZonesProvider timeZonesProvider)
public void loadModels(org.uberfire.backend.vfs.Path path, ServiceCallback<List<IncludedModel>> callback)
loadModels
in interface DMNClientServicesProxy
public void loadNodesFromImports(List<DMNIncludedModel> includedModels, ServiceCallback<List<DMNIncludedNode>> callback)
loadNodesFromImports
in interface DMNClientServicesProxy
public void loadPMMLDocumentsFromImports(org.uberfire.backend.vfs.Path path, List<PMMLIncludedModel> includedModels, ServiceCallback<List<PMMLDocumentMetadata>> callback)
loadPMMLDocumentsFromImports
in interface DMNClientServicesProxy
public void loadItemDefinitionsByNamespace(String modelName, String namespace, ServiceCallback<List<ItemDefinition>> callback)
loadItemDefinitionsByNamespace
in interface DMNClientServicesProxy
public void parseFEELList(String source, ServiceCallback<List<String>> callback)
parseFEELList
in interface DMNClientServicesProxy
public void parseRangeValue(String source, ServiceCallback<RangeValue> callback)
parseRangeValue
in interface DMNClientServicesProxy
public void isValidVariableName(String source, ServiceCallback<Boolean> callback)
isValidVariableName
in interface DMNClientServicesProxy
public void getTimeZones(ServiceCallback<List<DMNSimpleTimeZone>> callback)
getTimeZones
in interface DMNClientServicesProxy
public void loadDataObjects(ServiceCallback<List<DataObject>> callback)
loadDataObjects
in interface DMNClientServicesProxy
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.