Class ItemDefinitionStore
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.editors.types.persistence.ItemDefinitionStore
-
@ApplicationScoped public class ItemDefinitionStore extends Object
Stores all Item Definitions loaded in theDataTypesPage.All entries are indexed by the UUID from the correspondent Data Type.
-
-
Constructor Summary
Constructors Constructor Description ItemDefinitionStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()org.kie.workbench.common.dmn.api.definition.model.ItemDefinitionget(String uuid)voidindex(String uuid, org.kie.workbench.common.dmn.api.definition.model.ItemDefinition itemDefinition)voidunIndex(String uuid)
-