818283848586878889
} public SimpleArticle readData(String name, int properties) throws ActionException, ProcessException { GetRevision ac = new GetRevision(name); performAction(ac); return ac.getArticle(); }