Long textFlowId = newHistoryToken.getTextFlowId();
TransUnitId transUnitId =
textFlowId == null ? null : new TransUnitId(textFlowId);
getTransUnitActionContextHolder.initContext(documentInfo,
transUnitId, editorFilter);
eventBus.fireEvent(new InitEditorEvent());
}
processForAppPresenter(documentId);
processForBookmarkedTextFlow(newHistoryToken);
processMessageFilterOptions(newHistoryToken);