.setString(3, projectSlug).uniqueResult();
Long textFlowId = hTextFlow.getId();
int versionNum = 0; // no previous translation
// Translate using webtrans
UpdateType updateType = UpdateType.WebEditorSave;
UpdateTransUnit action =
new UpdateTransUnit(new TransUnitUpdateRequest(new TransUnitId(
textFlowId), Lists.newArrayList(translation),
translationState, versionNum), updateType);
action.setWorkspaceId(workspaceId);