public interface PropertyStore
| Modifier and Type | Method and Description |
|---|---|
ExecutionProperties |
loadProperties(Identifier<?> instanceId)
load properties for an instance
|
void |
storeProperties(Identifier<?> instanceId,
ExecutionProperties executionContext) |
void storeProperties(Identifier<?> instanceId, ExecutionProperties executionContext)
ExecutionProperties loadProperties(Identifier<?> instanceId)
instanceId - the instance to load the properties forCopyright © 2014. All rights reserved.