@Beta public interface FlowObjectiveStore extends Store<ObjectiveEvent,FlowObjectiveStoreDelegate>
| Modifier and Type | Method and Description |
|---|---|
int |
allocateNextId()
Allocates a next objective id.
|
NextGroup |
getNextGroup(Integer nextId)
Fetch a next group from the store.
|
void |
putNextGroup(Integer nextId,
NextGroup group)
Adds a NextGroup to the store.
|
hasDelegate, setDelegate, unsetDelegatevoid putNextGroup(Integer nextId, NextGroup group)
nextId - an integergroup - a next group opaque objectNextGroup getNextGroup(Integer nextId)
nextId - an integerint allocateNextId()
Copyright © 2015. All rights reserved.