Interface StructurePropertyService
public interface StructurePropertyService
Holds properties associated with the particular structure
-
Method Summary
Modifier and TypeMethodDescriptiongetAllKeys(long structureId) default longvoidremoveAllProperties(long structureId) default voidvoidStores value for the given structure and key Notes: 1.
-
Method Details
-
getString
-
getLong
-
setValue
Stores value for the given structure and key Notes: 1. There is no structure existence or permissions checks 2. Existing values will be overridden 3. setting 'null' will remove database entry- Parameters:
structureId- id of the structure, structure may not existkey- should be <= 170 chars in lengthvalue- length is not limited, but specific DB rules for storing long text values may apply
-
setValue
-
getAllKeys
-
removeAllProperties
void removeAllProperties(long structureId)
-