|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidStateException | |
|---|---|
| org.jboss.dna.graph.session | A graph session provides a stateful environment in which graph operations can be enqueued and the state and structure of the graph are cached. |
| Uses of InvalidStateException in org.jboss.dna.graph.session |
|---|
| Methods in org.jboss.dna.graph.session that throw InvalidStateException | |
|---|---|
void |
GraphSession.refresh(boolean keepChanges)
Refreshes (removes the cached state) for all cached nodes. |
void |
GraphSession.refresh(GraphSession.Node<Payload,PropertyPayload> node,
boolean keepChanges)
Refreshes (removes the cached state) for the given node and its descendants. |
void |
GraphSession.save()
Save any changes that have been accumulated by this session. |
void |
GraphSession.save(GraphSession.Node<Payload,PropertyPayload> node)
Save any changes to the identified node or its descendants. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||