Uses of Class
org.kie.workbench.common.dmn.client.editors.types.common.DataType
-
-
Uses of DataType in org.kie.workbench.common.dmn.client.editors.types.common
Methods in org.kie.workbench.common.dmn.client.editors.types.common that return DataType Modifier and Type Method Description DataTypeDataTypeManager. get()protected DataTypeDataType. getRecord()DataTypeDataTypeUtils. getTopLevelParent(DataType dataType)Methods in org.kie.workbench.common.dmn.client.editors.types.common that return types with arguments of type DataType Modifier and Type Method Description List<DataType>DataTypeUtils. customDataTypes()List<DataType>DataTypeUtils. defaultDataTypes()List<DataType>DataType. getSubDataTypes()Optional<DataType>DataTypeManager. getTopLevelDataTypeWithName(String typeName)List<DataType>DataTypeManager. makeExternalDataTypes(String typeName)Methods in org.kie.workbench.common.dmn.client.editors.types.common with parameters of type DataType Modifier and Type Method Description DataTypeManagerDataTypeManager. from(DataType dataType)DataTypeDataTypeUtils. getTopLevelParent(DataType dataType)DataTypeManagerDataTypeManager. withDataType(DataType dataType)Method parameters in org.kie.workbench.common.dmn.client.editors.types.common with type arguments of type DataType Modifier and Type Method Description DataTypeManagerDataTypeManager. withSubDataTypes(List<DataType> dataTypes)Constructor parameters in org.kie.workbench.common.dmn.client.editors.types.common with type arguments of type DataType Constructor Description DataType(RecordEngine<DataType> recordEngine) -
Uses of DataType in org.kie.workbench.common.dmn.client.editors.types.common.errors
Methods in org.kie.workbench.common.dmn.client.editors.types.common.errors with parameters of type DataType Modifier and Type Method Description FlashMessageErrorMessage. getFlashMessage(DataType dataType) -
Uses of DataType in org.kie.workbench.common.dmn.client.editors.types.listview
Methods in org.kie.workbench.common.dmn.client.editors.types.listview that return DataType Modifier and Type Method Description DataTypeDataTypeListItem. getDataType()Methods in org.kie.workbench.common.dmn.client.editors.types.listview with parameters of type DataType Modifier and Type Method Description voidDataTypeList.View. addSubItems(DataType dataType, List<DataTypeListItem> treeGridItems)voidDataTypeListView. addSubItems(DataType dataType, List<DataTypeListItem> listItems)StringDataTypeList. calculateHash(DataType dataType)voidDataTypeList.View. cleanSubTypes(DataType dataType)voidDataTypeListView. cleanSubTypes(DataType dataType)Optional<DataTypeListItem>DataTypeList. findItem(DataType dataType)voidDataTypeList. highlightLevel(DataType dataType)voidDataTypeListItem. highlightLevel(DataType dataType)voidDataTypeSelect. init(DataTypeListItem listItem, DataType dataType)voidDataTypeList.View. insertAbove(DataTypeListItem listItem, DataType reference)voidDataTypeListView. insertAbove(DataTypeListItem listItem, DataType reference)voidDataTypeList.View. insertBelow(DataTypeListItem listItem, DataType reference)voidDataTypeListView. insertBelow(DataTypeListItem listItem, DataType reference)StringDataTypeListItem. insertFieldAbove(DataType dataType)StringDataTypeListItem. insertFieldBelow(DataType dataType)voidDataTypeListItem. insertNestedField(DataType newDataType)voidDataTypeList.View. removeItem(DataType dataType)voidDataTypeListView. removeItem(DataType dataType)voidDataTypeListItem.View. setDataType(DataType dataType)voidDataTypeListItemView. setDataType(DataType dataType)voidDataTypeSelect.View. setDataType(DataType type)voidDataTypeSelectView. setDataType(DataType dataType)Method parameters in org.kie.workbench.common.dmn.client.editors.types.listview with type arguments of type DataType Modifier and Type Method Description voidDataTypeList. setupItems(List<DataType> dataTypes) -
Uses of DataType in org.kie.workbench.common.dmn.client.editors.types.listview.common
Methods in org.kie.workbench.common.dmn.client.editors.types.listview.common with parameters of type DataType Modifier and Type Method Description StringDataTypeStackHash. calculateHash(DataType dataType)StringDataTypeStackHash. calculateParentHash(DataType reference) -
Uses of DataType in org.kie.workbench.common.dmn.client.editors.types.listview.confirmation
Methods in org.kie.workbench.common.dmn.client.editors.types.listview.confirmation with parameters of type DataType Modifier and Type Method Description voidDataTypeConfirmation. ifDataTypeDoesNotHaveLostSubDataTypes(DataType dataType, org.uberfire.mvp.Command onSuccess, org.uberfire.mvp.Command onError)voidDataTypeConfirmation. ifIsNotReferencedDataType(DataType dataType, org.uberfire.mvp.Command onSuccess) -
Uses of DataType in org.kie.workbench.common.dmn.client.editors.types.listview.draganddrop
Methods in org.kie.workbench.common.dmn.client.editors.types.listview.draganddrop with parameters of type DataType Modifier and Type Method Description voidDNDDataTypesHandler. deleteKeepingReferences(DataType existing) -
Uses of DataType in org.kie.workbench.common.dmn.client.editors.types.listview.validation
Methods in org.kie.workbench.common.dmn.client.editors.types.listview.validation with parameters of type DataType Modifier and Type Method Description voidDataTypeNameFormatValidator. ifIsValid(DataType dataType, org.uberfire.mvp.Command onSuccess) -
Uses of DataType in org.kie.workbench.common.dmn.client.editors.types.persistence
Methods in org.kie.workbench.common.dmn.client.editors.types.persistence that return DataType Modifier and Type Method Description DataTypeDataTypeStore. get(String uuid)Methods in org.kie.workbench.common.dmn.client.editors.types.persistence that return types with arguments of type DataType Modifier and Type Method Description List<DataType>DataTypeStore. all()List<DataType>DataTypeActiveRecord. create(DataType reference, CreationType creationType)List<DataType>DataTypeRecordEngine. create(DataType record, DataType reference, CreationType creationType)Create record by usingCreationTypestrategy.List<DataType>ItemDefinitionRecordEngine. create(DataType dataType)List<DataType>ItemDefinitionRecordEngine. create(DataType record, DataType reference, CreationType creationType)List<DataType>ItemDefinitionRecordEngine. destroy(DataType dataType)List<DataType>DataTypeActiveRecord. destroyWithoutDependentTypes()List<DataType>DataTypeRecordEngine. destroyWithoutDependentTypes(DataType record)Destroy record, but keep all references nested to the reference.List<DataType>ItemDefinitionRecordEngine. destroyWithoutDependentTypes(DataType dataType)List<DataType>DataTypeStore. getTopLevelDataTypes()List<DataType>ItemDefinitionRecordEngine. update(DataType dataType)Methods in org.kie.workbench.common.dmn.client.editors.types.persistence with parameters of type DataType Modifier and Type Method Description List<DataType>DataTypeActiveRecord. create(DataType reference, CreationType creationType)List<DataType>DataTypeRecordEngine. create(DataType record, DataType reference, CreationType creationType)Create record by usingCreationTypestrategy.List<DataType>ItemDefinitionRecordEngine. create(DataType dataType)List<DataType>ItemDefinitionRecordEngine. create(DataType record, DataType reference, CreationType creationType)List<DataType>ItemDefinitionRecordEngine. destroy(DataType dataType)List<DataType>DataTypeRecordEngine. destroyWithoutDependentTypes(DataType record)Destroy record, but keep all references nested to the reference.List<DataType>ItemDefinitionRecordEngine. destroyWithoutDependentTypes(DataType dataType)voidItemDefinitionRecordEngine. doDestroy(DataType dataType)voidItemDefinitionRecordEngine. doUpdate(DataType dataType, org.kie.workbench.common.dmn.api.definition.model.ItemDefinition itemDefinition)voidDataTypeStore. index(String uuid, DataType dataType)booleanItemDefinitionRecordEngine. isValid(DataType dataType)List<DataType>ItemDefinitionRecordEngine. update(DataType dataType)Constructor parameters in org.kie.workbench.common.dmn.client.editors.types.persistence with type arguments of type DataType Constructor Description DataTypeActiveRecord(RecordEngine<DataType> recordEngine) -
Uses of DataType in org.kie.workbench.common.dmn.client.editors.types.persistence.handlers
Methods in org.kie.workbench.common.dmn.client.editors.types.persistence.handlers that return types with arguments of type DataType Modifier and Type Method Description List<DataType>DataTypeCreateHandler. append(DataType dataType, org.kie.workbench.common.dmn.api.definition.model.ItemDefinition itemDefinition)List<DataType>DataTypeCreateHandler. insertNested(DataType dataType, DataType reference, org.kie.workbench.common.dmn.api.definition.model.ItemDefinition itemDefinition)List<DataType>DataTypeCreateHandler. insertSibling(DataType dataType, DataType reference, CreationType creationType, org.kie.workbench.common.dmn.api.definition.model.ItemDefinition itemDefinition)List<DataType>DataTypeDestroyHandler. refreshDependentDataTypes(DataType dataType)List<DataType>DataTypeUpdateHandler. refreshDependentDataTypes(DataType dataType, String oldItemDefinitionName)Methods in org.kie.workbench.common.dmn.client.editors.types.persistence.handlers with parameters of type DataType Modifier and Type Method Description List<DataType>DataTypeCreateHandler. append(DataType dataType, org.kie.workbench.common.dmn.api.definition.model.ItemDefinition itemDefinition)voidDataTypeDestroyHandler. destroy(DataType dataType)voidItemDefinitionDestroyHandler. destroy(DataType dataType, boolean notifyPropertiesPanel)List<DataType>DataTypeCreateHandler. insertNested(DataType dataType, DataType reference, org.kie.workbench.common.dmn.api.definition.model.ItemDefinition itemDefinition)org.kie.workbench.common.dmn.api.definition.model.ItemDefinitionItemDefinitionCreateHandler. insertNested(DataType record, DataType reference)List<DataType>DataTypeCreateHandler. insertSibling(DataType dataType, DataType reference, CreationType creationType, org.kie.workbench.common.dmn.api.definition.model.ItemDefinition itemDefinition)org.kie.workbench.common.dmn.api.definition.model.ItemDefinitionItemDefinitionCreateHandler. insertSibling(DataType record, DataType reference, CreationType creationType)List<DataType>DataTypeDestroyHandler. refreshDependentDataTypes(DataType dataType)List<DataType>DataTypeUpdateHandler. refreshDependentDataTypes(DataType dataType, String oldItemDefinitionName)voidDataTypeUpdateHandler. update(DataType dataType)voidItemDefinitionUpdateHandler. update(DataType dataType, org.kie.workbench.common.dmn.api.definition.model.ItemDefinition itemDefinition) -
Uses of DataType in org.kie.workbench.common.dmn.client.editors.types.persistence.validation
Methods in org.kie.workbench.common.dmn.client.editors.types.persistence.validation that return types with arguments of type DataType Modifier and Type Method Description List<DataType>DataTypeNameValidator. siblings(DataType dataType)Methods in org.kie.workbench.common.dmn.client.editors.types.persistence.validation with parameters of type DataType Modifier and Type Method Description booleanDataTypeNameValidator. isNotUnique(DataType dataType)booleanDataTypeNameValidator. isValid(DataType dataType)List<DataType>DataTypeNameValidator. siblings(DataType dataType) -
Uses of DataType in org.kie.workbench.common.dmn.client.editors.types.search
Methods in org.kie.workbench.common.dmn.client.editors.types.search that return types with arguments of type DataType Modifier and Type Method Description List<DataType>DataTypeSearchEngine. search(String keyword)Method parameters in org.kie.workbench.common.dmn.client.editors.types.search with type arguments of type DataType Modifier and Type Method Description voidDataTypeSearchBar.View. showSearchResults(List<DataType> results)voidDataTypeSearchBarView. showSearchResults(List<DataType> results)
-