public class HashMapDefinitionStore extends Object implements DefinitionStore
| Constructor and Description |
|---|
HashMapDefinitionStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDefinition(FlowDefinition flowDefinition) |
FlowDefinition |
findById(Identifier id) |
Collection<FlowDefinition> |
getDefinitions() |
public void addDefinition(FlowDefinition flowDefinition)
addDefinition in interface DefinitionStorepublic Collection<FlowDefinition> getDefinitions()
getDefinitions in interface DefinitionStorepublic FlowDefinition findById(Identifier id)
findById in interface DefinitionStoreCopyright © 2015. All rights reserved.