@ApplicationScoped public class DataTypeStore extends Object
DataTypesPage
All entries are indexed by their own UUID.
DataTypeStore()
List<DataType>
all()
void
clear()
DataType
get(String uuid)
getTopLevelDataTypes()
index(String uuid, DataType dataType)
int
size()
unIndex(String uuid)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DataTypeStore()
public DataType get(String uuid)
public void index(String uuid, DataType dataType)
public void clear()
public int size()
public List<DataType> getTopLevelDataTypes()
public List<DataType> all()
public void unIndex(String uuid)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.