public interface FlowInstanceTokenList extends Iterable<FlowInstanceToken>
| Modifier and Type | Method and Description |
|---|---|
void |
add(FlowInstanceToken token) |
List<FlowInstanceToken> |
getActiveTokens() |
List<FlowInstanceToken> |
getNodeTokens(Identifier nodeId) |
Iterator<FlowInstanceToken> |
iterator() |
forEach, spliteratorList<FlowInstanceToken> getActiveTokens()
List<FlowInstanceToken> getNodeTokens(Identifier nodeId)
Iterator<FlowInstanceToken> iterator()
iterator in interface Iterable<FlowInstanceToken>void add(FlowInstanceToken token)
Copyright © 2015. All rights reserved.