public interface InstanceStore
| Modifier and Type | Method and Description |
|---|---|
FlowInstance |
createInstance(Identifier definitionId) |
Option<? extends FlowInstance> |
findInstance(FlowInstanceSelector instanceSelector) |
List<? extends FlowInstance> |
findInstances(FlowInstanceSelector instanceSelector) |
Option<? extends FlowInstance> findInstance(FlowInstanceSelector instanceSelector)
List<? extends FlowInstance> findInstances(FlowInstanceSelector instanceSelector)
FlowInstance createInstance(Identifier definitionId)
Copyright © 2015. All rights reserved.