Class ItemDefinitionStore


  • @ApplicationScoped
    public class ItemDefinitionStore
    extends Object
    Stores all Item Definitions loaded in the DataTypesPage.

    All entries are indexed by the UUID from the correspondent Data Type.

    • Constructor Detail

      • ItemDefinitionStore

        public ItemDefinitionStore()
    • Method Detail

      • get

        public org.kie.workbench.common.dmn.api.definition.model.ItemDefinition get​(String uuid)
      • index

        public void index​(String uuid,
                          org.kie.workbench.common.dmn.api.definition.model.ItemDefinition itemDefinition)
      • clear

        public void clear()
      • unIndex

        public void unIndex​(String uuid)