Class IncludedModelsFactory
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.editors.included.imports.IncludedModelsFactory
-
@ApplicationScoped public class IncludedModelsFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description IncludedModelsFactory(ImportRecordEngine recordEngine, IncludedModelsIndex includedModelsIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IncludedModelsIndexgetIncludedModelsIndex()ImportRecordEnginegetRecordEngine()protected StringuuidWrapper()Wrapped due to test
-
-
-
Constructor Detail
-
IncludedModelsFactory
@Inject public IncludedModelsFactory(ImportRecordEngine recordEngine, IncludedModelsIndex includedModelsIndex)
-
-
Method Detail
-
uuidWrapper
protected String uuidWrapper()
Wrapped due to test
-
getIncludedModelsIndex
public IncludedModelsIndex getIncludedModelsIndex()
-
getRecordEngine
public ImportRecordEngine getRecordEngine()
-
-