Uses of Class
org.kie.workbench.common.dmn.client.editors.included.BaseIncludedModelActiveRecord
-
-
Uses of BaseIncludedModelActiveRecord in org.kie.workbench.common.dmn.client.editors.included
Subclasses of BaseIncludedModelActiveRecord in org.kie.workbench.common.dmn.client.editors.included Modifier and Type Class Description classDefaultIncludedModelActiveRecordclassDMNIncludedModelActiveRecordclassPMMLIncludedModelActiveRecordMethods in org.kie.workbench.common.dmn.client.editors.included that return BaseIncludedModelActiveRecord Modifier and Type Method Description protected BaseIncludedModelActiveRecordBaseIncludedModelActiveRecord. getRecord()Methods in org.kie.workbench.common.dmn.client.editors.included that return types with arguments of type BaseIncludedModelActiveRecord Modifier and Type Method Description List<BaseIncludedModelActiveRecord>IncludedModelsPageState. generateIncludedModels()Constructor parameters in org.kie.workbench.common.dmn.client.editors.included with type arguments of type BaseIncludedModelActiveRecord Constructor Description BaseIncludedModelActiveRecord(RecordEngine<BaseIncludedModelActiveRecord> recordEngine)DefaultIncludedModelActiveRecord(RecordEngine<BaseIncludedModelActiveRecord> recordEngine)DMNIncludedModelActiveRecord(RecordEngine<BaseIncludedModelActiveRecord> recordEngine)PMMLIncludedModelActiveRecord(RecordEngine<BaseIncludedModelActiveRecord> recordEngine) -
Uses of BaseIncludedModelActiveRecord in org.kie.workbench.common.dmn.client.editors.included.common
Methods in org.kie.workbench.common.dmn.client.editors.included.common that return types with arguments of type BaseIncludedModelActiveRecord Modifier and Type Method Description List<BaseIncludedModelActiveRecord>IncludedModelsPageStateProvider. generateIncludedModels() -
Uses of BaseIncludedModelActiveRecord in org.kie.workbench.common.dmn.client.editors.included.grid
Classes in org.kie.workbench.common.dmn.client.editors.included.grid with type parameters of type BaseIncludedModelActiveRecord Modifier and Type Class Description classBaseCardComponent<R extends BaseIncludedModelActiveRecord,V extends BaseCardComponent.ContentView>Fields in org.kie.workbench.common.dmn.client.editors.included.grid declared as BaseIncludedModelActiveRecord Modifier and Type Field Description protected RBaseCardComponent. includedModel -
Uses of BaseIncludedModelActiveRecord in org.kie.workbench.common.dmn.client.editors.included.imports
Methods in org.kie.workbench.common.dmn.client.editors.included.imports that return types with arguments of type BaseIncludedModelActiveRecord Modifier and Type Method Description List<BaseIncludedModelActiveRecord>IncludedModelsPageStateProviderImpl. generateIncludedModels()Methods in org.kie.workbench.common.dmn.client.editors.included.imports with parameters of type BaseIncludedModelActiveRecord Modifier and Type Method Description org.kie.workbench.common.dmn.api.definition.model.ImportIncludedModelsIndex. getImport(BaseIncludedModelActiveRecord includedModel)voidIncludedModelsIndex. index(BaseIncludedModelActiveRecord includedModel, org.kie.workbench.common.dmn.api.definition.model.Import anImport)org.kie.workbench.common.dmn.api.definition.model.ImportImportFactory. makeImport(BaseIncludedModelActiveRecord record) -
Uses of BaseIncludedModelActiveRecord in org.kie.workbench.common.dmn.client.editors.included.imports.messages
Methods in org.kie.workbench.common.dmn.client.editors.included.imports.messages with parameters of type BaseIncludedModelActiveRecord Modifier and Type Method Description FlashMessageIncludedModelErrorMessageFactory. getNameIsBlankFlashMessage(BaseIncludedModelActiveRecord includedModel)FlashMessageIncludedModelErrorMessageFactory. getNameIsNotUniqueFlashMessage(BaseIncludedModelActiveRecord includedModel) -
Uses of BaseIncludedModelActiveRecord in org.kie.workbench.common.dmn.client.editors.included.imports.persistence
Methods in org.kie.workbench.common.dmn.client.editors.included.imports.persistence that return types with arguments of type BaseIncludedModelActiveRecord Modifier and Type Method Description List<BaseIncludedModelActiveRecord>ImportRecordEngine. create(BaseIncludedModelActiveRecord record)List<BaseIncludedModelActiveRecord>ImportRecordEngine. destroy(BaseIncludedModelActiveRecord record)List<BaseIncludedModelActiveRecord>ImportRecordEngine. update(BaseIncludedModelActiveRecord record)Methods in org.kie.workbench.common.dmn.client.editors.included.imports.persistence with parameters of type BaseIncludedModelActiveRecord Modifier and Type Method Description voidDefinitionsHandler. create(BaseIncludedModelActiveRecord includedModel)List<BaseIncludedModelActiveRecord>ImportRecordEngine. create(BaseIncludedModelActiveRecord record)voidDefinitionsHandler. destroy(BaseIncludedModelActiveRecord includedModel)List<BaseIncludedModelActiveRecord>ImportRecordEngine. destroy(BaseIncludedModelActiveRecord record)booleanImportRecordEngine. isValid(BaseIncludedModelActiveRecord record)List<BaseIncludedModelActiveRecord>ImportRecordEngine. update(BaseIncludedModelActiveRecord record)
-