@ApplicationScoped public class ItemDefinitionStore extends Object
DataTypesPage
.
All entries are indexed by the UUID from the correspondent Data Type.
Constructor and Description |
---|
ItemDefinitionStore() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
ItemDefinition |
get(String uuid) |
void |
index(String uuid,
ItemDefinition itemDefinition) |
void |
unIndex(String uuid) |
public ItemDefinition get(String uuid)
public void index(String uuid, ItemDefinition itemDefinition)
public void clear()
public void unIndex(String uuid)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.