public interface FlowInstanceProperties<SelfType extends FlowInstanceProperties,PropertyType>
| Modifier and Type | Method and Description |
|---|---|
PropertyType |
get(String key) |
<T> FlowInstanceProperty<T> |
getProperty(String key,
Class<T> clazz) |
<T> T |
getValue(String key,
Class<T> clazz) |
<T extends PropertyType> |
getValues() |
SelfType |
with(Identifier key,
Object value) |
SelfType |
with(Property<?> key,
Object value) |
SelfType |
with(String key,
Object value) |
SelfType |
withAll(SelfType executionProperties) |
SelfType with(Identifier key, Object value)
PropertyType get(String key)
<T> FlowInstanceProperty<T> getProperty(String key, Class<T> clazz)
<T extends PropertyType> Collection<T> getValues()
Copyright © 2015. All rights reserved.