Package | Description |
---|---|
org.kie.workbench.common.dmn.client.editors.types.persistence | |
org.kie.workbench.common.dmn.client.editors.types.persistence.handlers |
Modifier and Type | Method and Description |
---|---|
static CreationType |
CreationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreationType[] |
CreationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
ItemDefinition |
ItemDefinitionCreateHandler.insertSibling(DataType record,
DataType reference,
CreationType creationType) |
List<DataType> |
DataTypeCreateHandler.insertSibling(DataType dataType,
DataType reference,
CreationType creationType,
ItemDefinition itemDefinition) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.