public class DossierContextEditor extends Object
| Constructor and Description |
|---|
DossierContextEditor(DossierContextService service) |
| Modifier and Type | Method and Description |
|---|---|
void |
commit()
Save modified context to context store
|
Optional<Object> |
getProperty(String propertyKey,
String contextKey)
Returns Optional value for requested property key
|
void |
putProperty(String propertyKey,
Object propertyValue,
String contextKey)
Adds property to committed context
|
public DossierContextEditor(DossierContextService service)
public void putProperty(String propertyKey, Object propertyValue, String contextKey)
propertyKey - propertyValue - contextKey - public Optional<Object> getProperty(String propertyKey, String contextKey)
propertyKey - contextKey - public void commit()
Copyright © 2021. All rights reserved.