public interface StructurePropertyService
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAllKeys(long structureId) |
String |
getString(long structureId,
String key,
String defaultValue) |
void |
removeAllProperties(long structureId) |
void |
setValue(long structureId,
String key,
String value)
Stores value for the given structure and key
Notes:
1.
|
@Nullable String getString(long structureId, @NotNull String key, @Nullable String defaultValue)
void setValue(long structureId,
@NotNull
String key,
@Nullable
String value)
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 applyvoid removeAllProperties(long structureId)
Copyright © 2016 ALM Works. All Rights Reserved.