public interface DossierContext
Provides interface for work with context (String, Object) for a certain entity. Context needed to save properties.
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
asMap() |
boolean |
containsProperty(String propertyName) |
Object |
getProperty(String propertyName) |
void |
setProperty(String propertyName,
Object propertyValue) |
Copyright © 2020. All rights reserved.