Uses of Class
org.kie.workbench.common.dmn.client.editors.types.persistence.CreationType
-
Packages that use CreationType Package Description org.kie.workbench.common.dmn.client.editors.types.persistence org.kie.workbench.common.dmn.client.editors.types.persistence.handlers -
-
Uses of CreationType in org.kie.workbench.common.dmn.client.editors.types.persistence
Methods in org.kie.workbench.common.dmn.client.editors.types.persistence that return CreationType Modifier and Type Method Description static CreationTypeCreationType. 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.Methods in org.kie.workbench.common.dmn.client.editors.types.persistence with parameters of type CreationType 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 record, DataType reference, CreationType creationType) -
Uses of CreationType in org.kie.workbench.common.dmn.client.editors.types.persistence.handlers
Methods in org.kie.workbench.common.dmn.client.editors.types.persistence.handlers with parameters of type CreationType Modifier and Type Method Description 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)
-