Interface CreatableItemType
- All Known Implementing Classes:
GenericItemType
public interface CreatableItemType
-
Method Summary
Modifier and TypeMethodDescriptioncreateDummyRow(long rowId, long semantics, Map<String, Object> values, ErrorCollection errors) createItem(Map<String, Object> values, ErrorCollection errors)
-
Method Details
-
createDummyRow
StructureRow createDummyRow(long rowId, long semantics, Map<String, Object> values, ErrorCollection errors) throws StructureException- Throws:
StructureException
-
createItem
ItemIdentity createItem(Map<String, Object> values, ErrorCollection errors) throws StructureException- Throws:
StructureException
-