Interface IncludedModelsPageStateProvider
-
- All Known Implementing Classes:
IncludedModelsPageStateProviderImpl
public interface IncludedModelsPageStateProviderProvides data for theIncludedModelsPageclass, which must be coupled only with theBaseIncludedModelActiveRecordentity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<BaseIncludedModelActiveRecord>generateIncludedModels()StringgetCurrentDiagramNamespace()
-
-
-
Method Detail
-
getCurrentDiagramNamespace
String getCurrentDiagramNamespace()
-
generateIncludedModels
List<BaseIncludedModelActiveRecord> generateIncludedModels()
-
-