@UESComponent public interface UWTComponentContextStore
Modifier and Type | Method and Description |
---|---|
void |
delete(UWTContextAttributeKey aKey)
Removes the attribute with given key from the persistent storage.
|
UWTContextAttribute |
getAttribute(UWTContextAttributeKey aKey)
Returns the attribute with given key from the persistent storage.
|
java.util.Collection<UWTContextAttribute> |
getAttributesByUsageLocation(java.lang.String aCode,
Returns collection of attributes of all users for given usage location.
|
void |
store(UWTContextAttribute aAttribute)
Stores the attribute into the persistent storage.
|
aKey
- The attribute key.aCode
- The code identifying an attribute as per visual component
instance.aUcCode
- The code of the use case where the visual component is used.aAttribute
- The attribute to store.aKey
- The attribute key.