Class IncludedModelsPageState
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.editors.included.IncludedModelsPageState
-
@ApplicationScoped public class IncludedModelsPageState extends Object
Represents the state (the data) in theIncludedModelsPage.
-
-
Constructor Summary
Constructors Constructor Description IncludedModelsPageState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BaseIncludedModelActiveRecord>generateIncludedModels()StringgetCurrentDiagramNamespace()voidinit(IncludedModelsPageStateProvider pageProvider)
-
-
-
Method Detail
-
init
public void init(IncludedModelsPageStateProvider pageProvider)
-
getCurrentDiagramNamespace
public String getCurrentDiagramNamespace()
-
generateIncludedModels
public List<BaseIncludedModelActiveRecord> generateIncludedModels()
-
-