@ApplicationScoped public class DataTypeNamesProjectService extends Object implements DataTypeNamesService
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
addedDataTypes |
| Constructor and Description |
|---|
DataTypeNamesProjectService(org.uberfire.client.promise.Promises promises,
org.jboss.errai.common.client.api.Caller<DataTypesService> dataTypesServiceCaller) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String value,
String oldValue) |
elemental2.promise.Promise<List<String>> |
call(org.uberfire.backend.vfs.Path path) |
protected void |
extractDefaultDataTypes() |
void |
reset() |
@Inject
public DataTypeNamesProjectService(org.uberfire.client.promise.Promises promises,
org.jboss.errai.common.client.api.Caller<DataTypesService> dataTypesServiceCaller)
public elemental2.promise.Promise<List<String>> call(org.uberfire.backend.vfs.Path path)
call in interface DataTypeNamesServiceprotected void extractDefaultDataTypes()
public void add(String value, String oldValue)
add in interface DataTypeNamesServicepublic void reset()
reset in interface DataTypeNamesServiceCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.