100101102103104105106107108109110
super.doExecute(); Document doc = getSourceDocument(); Node node = doc.getRepositoryNode(); node.forceCheckIn(); } /** * Extract the publicationID from the history information stored in the * session
103104105106107108109110111112113