@Dependent public class DataTypeCreateHandler extends DataTypeHandler
Constructor and Description |
---|
DataTypeCreateHandler(DataTypeStore dataTypeStore,
DataTypeManager dataTypeManager) |
Modifier and Type | Method and Description |
---|---|
List<DataType> |
append(DataType dataType,
ItemDefinition itemDefinition) |
List<DataType> |
insertNested(DataType dataType,
DataType reference,
ItemDefinition itemDefinition) |
List<DataType> |
insertSibling(DataType dataType,
DataType reference,
CreationType creationType,
ItemDefinition itemDefinition) |
init
@Inject public DataTypeCreateHandler(DataTypeStore dataTypeStore, DataTypeManager dataTypeManager)
public List<DataType> append(DataType dataType, ItemDefinition itemDefinition)
public List<DataType> insertSibling(DataType dataType, DataType reference, CreationType creationType, ItemDefinition itemDefinition)
public List<DataType> insertNested(DataType dataType, DataType reference, ItemDefinition itemDefinition)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.