Class Dictionary


  • public class Dictionary
    extends PaginatedComponent
    HEADER = [itemCount(int:4),pageSize(int:4)] CONTENT-PAGES = [propertyName(string)]
    • Method Detail

      • getIdByName

        public int getIdByName​(String name,
                               boolean create)
      • getNameById

        public String getNameById​(int nameId)
      • updateName

        public void updateName​(String oldName,
                               String newName)
        Updates a name. The update will impact the entire database with both properties and values (if used as ENUM). The update is valid only if the name has not been used as type name.
        Parameters:
        oldName - The old name to rename. Must be already present in the schema dictionary
        newName - The new name. Can be already present in the schema dictionary