231232233234235236237238239240241
} void graphReverted() { GraphDiff diff = changeLog.getDiffs(); diff.undo(new RollbackChangeHandler()); stateLog.graphReverted(); reset(); if (lifecycleEventsEnabled) { send(diff, DataChannel.GRAPH_ROLLEDBACK_SUBJECT, context);
229230231232233234235236237238239
} void graphReverted() { GraphDiff diff = changeLog.getDiffs(); diff.undo(new RollbackChangeHandler()); stateLog.graphReverted(); reset(); if (lifecycleEventsEnabled) { context.fireDataChannelRolledback(context, diff);
232233234235236237238239240241242
} void graphReverted() { GraphDiff diff = changeLog.getDiffs(); diff.undo(new NullChangeHandler()); stateLog.graphReverted(); reset(); if (lifecycleEventsEnabled) { send(diff, DataChannel.GRAPH_ROLLEDBACK_SUBJECT, context);
161162163164165166167168169170171
148149150151152153154155156157158
221222223224225226227228229230231