public interface PropertyStore
| Modifier and Type | Method and Description |
|---|---|
FlowInstanceProperties<?,FlowInstanceProperty<?>> |
getProperties(Identifier<?> instanceId)
load properties for an instance
|
Option<FlowInstanceProperty<?>> |
getProperty(Identifier<?> instanceId,
Identifier<?> key) |
void |
setProperties(Identifier<?> instanceId,
FlowInstanceProperties<?,FlowInstanceProperty<?>> executionContext) |
void |
setProperty(Identifier<?> instanceId,
FlowInstanceProperty<?> property) |
void setProperty(Identifier<?> instanceId, FlowInstanceProperty<?> property)
void setProperties(Identifier<?> instanceId, FlowInstanceProperties<?,FlowInstanceProperty<?>> executionContext)
Option<FlowInstanceProperty<?>> getProperty(Identifier<?> instanceId, Identifier<?> key)
FlowInstanceProperties<?,FlowInstanceProperty<?>> getProperties(Identifier<?> instanceId)
instanceId - the instance to load the properties forCopyright © 2015. All rights reserved.