@UESComponent @EnableScriptAPI public interface UESEntityTypeRegistry
| Modifier and Type | Method and Description |
|---|---|
UESURI |
createEntityType(UESURI sysTer,
Creates new Entity Type.
|
void |
deleteEntityType(UESURI sysTer,
Deletes Entity Type.
|
void |
setEntityTypeAttributes(UESURI sysTer,
Updates existing Entity Type.
|
sysTer - UESURI of system territory where to create Entity TypecreateEntityType - DTO of created Entity TypeUESEntityTypeRegistryRTException - in case Entity Type cannot be created or creation failssysTer - UESURI of system territory where to delete Entity TypemainETUri - UESURI of Entity Type to be deletedUESEntityTypeRegistryRTException - in case Entity Type cannot be deleted or deletion of Entity Type failssysTer - UESURI of system territory where to update Entity TypemainETUri - UESURI of updated Entity TypeupdateEntityType - Attributes to be set on existing Entity TypeUESEntityTypeRegistryRTException - in case update of Entity Type fails