Modifier and Type | Method and Description |
---|---|
DataType |
DataTypeManager.get() |
protected DataType |
DataType.getRecord() |
DataType |
DataTypeUtils.getTopLevelParent(DataType dataType) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
DataTypeManager |
DataTypeManager.from(DataType dataType) |
DataType |
DataTypeUtils.getTopLevelParent(DataType dataType) |
DataTypeManager |
DataTypeManager.withDataType(DataType dataType) |
Modifier and Type | Method and Description |
---|---|
DataTypeManager |
DataTypeManager.withSubDataTypes(List<DataType> dataTypes) |
Constructor and Description |
---|
DataType(RecordEngine<DataType> recordEngine) |
Modifier and Type | Method and Description |
---|---|
FlashMessage |
ErrorMessage.getFlashMessage(DataType dataType) |
Modifier and Type | Method and Description |
---|---|
DataType |
DataTypeListItem.getDataType() |
Modifier and Type | Method and Description |
---|---|
void |
DataTypeListView.addSubItems(DataType dataType,
List<DataTypeListItem> listItems) |
void |
DataTypeList.View.addSubItems(DataType dataType,
List<DataTypeListItem> treeGridItems) |
String |
DataTypeList.calculateHash(DataType dataType) |
void |
DataTypeListView.cleanSubTypes(DataType dataType) |
void |
DataTypeList.View.cleanSubTypes(DataType dataType) |
Optional<DataTypeListItem> |
DataTypeList.findItem(DataType dataType) |
void |
DataTypeListItem.highlightLevel(DataType dataType) |
void |
DataTypeList.highlightLevel(DataType dataType) |
void |
DataTypeSelect.init(DataTypeListItem gridItem,
DataType dataType) |
void |
DataTypeListView.insertAbove(DataTypeListItem listItem,
DataType reference) |
void |
DataTypeList.View.insertAbove(DataTypeListItem listItem,
DataType reference) |
void |
DataTypeListView.insertBelow(DataTypeListItem listItem,
DataType reference) |
void |
DataTypeList.View.insertBelow(DataTypeListItem listItem,
DataType reference) |
String |
DataTypeListItem.insertFieldAbove(DataType dataType) |
String |
DataTypeListItem.insertFieldBelow(DataType dataType) |
void |
DataTypeListItem.insertNestedField(DataType newDataType) |
void |
DataTypeListView.removeItem(DataType dataType) |
void |
DataTypeList.View.removeItem(DataType dataType) |
void |
DataTypeListItemView.setDataType(DataType dataType) |
void |
DataTypeListItem.View.setDataType(DataType dataType) |
void |
DataTypeSelectView.setDataType(DataType dataType) |
void |
DataTypeSelect.View.setDataType(DataType type) |
Modifier and Type | Method and Description |
---|---|
void |
DataTypeList.setupItems(List<DataType> dataTypes) |
Modifier and Type | Method and Description |
---|---|
String |
DataTypeStackHash.calculateHash(DataType dataType) |
String |
DataTypeStackHash.calculateParentHash(DataType reference) |
Modifier and Type | Method and Description |
---|---|
void |
DataTypeConfirmation.ifDataTypeDoesNotHaveLostSubDataTypes(DataType dataType,
org.uberfire.mvp.Command onSuccess,
org.uberfire.mvp.Command onError) |
void |
DataTypeConfirmation.ifIsNotReferencedDataType(DataType dataType,
org.uberfire.mvp.Command onSuccess) |
Modifier and Type | Method and Description |
---|---|
void |
DNDDataTypesHandler.deleteKeepingReferences(DataType existing) |
Modifier and Type | Method and Description |
---|---|
void |
DataTypeNameFormatValidator.ifIsValid(DataType dataType,
org.uberfire.mvp.Command onSuccess) |
Modifier and Type | Method and Description |
---|---|
DataType |
DataTypeStore.get(String uuid) |
Modifier and Type | Method and Description |
---|---|
List<DataType> |
DataTypeStore.all() |
List<DataType> |
ItemDefinitionRecordEngine.create(DataType dataType) |
List<DataType> |
DataTypeActiveRecord.create(DataType reference,
CreationType creationType) |
List<DataType> |
ItemDefinitionRecordEngine.create(DataType record,
DataType reference,
CreationType creationType) |
List<DataType> |
DataTypeRecordEngine.create(DataType record,
DataType reference,
CreationType creationType)
Create record by using
CreationType strategy. |
List<DataType> |
ItemDefinitionRecordEngine.destroy(DataType dataType) |
List<DataType> |
DataTypeActiveRecord.destroyWithoutDependentTypes() |
List<DataType> |
ItemDefinitionRecordEngine.destroyWithoutDependentTypes(DataType dataType) |
List<DataType> |
DataTypeRecordEngine.destroyWithoutDependentTypes(DataType record)
Destroy record, but keep all references
nested to the reference.
|
List<DataType> |
DataTypeStore.getTopLevelDataTypes() |
List<DataType> |
ItemDefinitionRecordEngine.update(DataType dataType) |
Modifier and Type | Method and Description |
---|---|
List<DataType> |
ItemDefinitionRecordEngine.create(DataType dataType) |
List<DataType> |
DataTypeActiveRecord.create(DataType reference,
CreationType creationType) |
List<DataType> |
ItemDefinitionRecordEngine.create(DataType record,
DataType reference,
CreationType creationType) |
List<DataType> |
DataTypeRecordEngine.create(DataType record,
DataType reference,
CreationType creationType)
Create record by using
CreationType strategy. |
List<DataType> |
ItemDefinitionRecordEngine.destroy(DataType dataType) |
List<DataType> |
ItemDefinitionRecordEngine.destroyWithoutDependentTypes(DataType dataType) |
List<DataType> |
DataTypeRecordEngine.destroyWithoutDependentTypes(DataType record)
Destroy record, but keep all references
nested to the reference.
|
void |
ItemDefinitionRecordEngine.doDestroy(DataType dataType) |
void |
ItemDefinitionRecordEngine.doUpdate(DataType dataType,
ItemDefinition itemDefinition) |
void |
DataTypeStore.index(String uuid,
DataType dataType) |
boolean |
ItemDefinitionRecordEngine.isValid(DataType dataType) |
List<DataType> |
ItemDefinitionRecordEngine.update(DataType dataType) |
Constructor and Description |
---|
DataTypeActiveRecord(RecordEngine<DataType> recordEngine) |
Modifier and Type | Method and Description |
---|---|
List<DataType> |
DataTypeCreateHandler.append(DataType dataType,
ItemDefinition itemDefinition) |
List<DataType> |
DataTypeCreateHandler.insertNested(DataType dataType,
DataType reference,
ItemDefinition itemDefinition) |
List<DataType> |
DataTypeCreateHandler.insertSibling(DataType dataType,
DataType reference,
CreationType creationType,
ItemDefinition itemDefinition) |
List<DataType> |
DataTypeDestroyHandler.refreshDependentDataTypes(DataType dataType) |
List<DataType> |
DataTypeUpdateHandler.refreshDependentDataTypes(DataType dataType,
String oldItemDefinitionName) |
Modifier and Type | Method and Description |
---|---|
List<DataType> |
DataTypeCreateHandler.append(DataType dataType,
ItemDefinition itemDefinition) |
void |
DataTypeDestroyHandler.destroy(DataType dataType) |
void |
ItemDefinitionDestroyHandler.destroy(DataType dataType,
boolean notifyPropertiesPanel) |
ItemDefinition |
ItemDefinitionCreateHandler.insertNested(DataType record,
DataType reference) |
List<DataType> |
DataTypeCreateHandler.insertNested(DataType dataType,
DataType reference,
ItemDefinition itemDefinition) |
ItemDefinition |
ItemDefinitionCreateHandler.insertSibling(DataType record,
DataType reference,
CreationType creationType) |
List<DataType> |
DataTypeCreateHandler.insertSibling(DataType dataType,
DataType reference,
CreationType creationType,
ItemDefinition itemDefinition) |
List<DataType> |
DataTypeDestroyHandler.refreshDependentDataTypes(DataType dataType) |
List<DataType> |
DataTypeUpdateHandler.refreshDependentDataTypes(DataType dataType,
String oldItemDefinitionName) |
void |
DataTypeUpdateHandler.update(DataType dataType) |
void |
ItemDefinitionUpdateHandler.update(DataType dataType,
ItemDefinition itemDefinition) |
Modifier and Type | Method and Description |
---|---|
List<DataType> |
DataTypeNameValidator.siblings(DataType dataType) |
Modifier and Type | Method and Description |
---|---|
boolean |
DataTypeNameValidator.isNotUnique(DataType dataType) |
boolean |
DataTypeNameValidator.isValid(DataType dataType) |
List<DataType> |
DataTypeNameValidator.siblings(DataType dataType) |
Modifier and Type | Method and Description |
---|---|
List<DataType> |
DataTypeSearchEngine.search(String keyword) |
Modifier and Type | Method and Description |
---|---|
void |
DataTypeSearchBarView.showSearchResults(List<DataType> results) |
void |
DataTypeSearchBar.View.showSearchResults(List<DataType> results) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.