public class GetRevision extends Object implements ContentProcessable
| Constructor and Description |
|---|
GetRevision(String articlename)
TODO follow redirects.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleArticle |
getArticle() |
HttpAction |
getNextMessage() |
boolean |
hasMoreMessages() |
boolean |
isSelfExecuter()
Use this in self maintaining lists for e.g., to prevent user to perform this action manually.
|
String |
processReturningText(String s,
HttpAction hm) |
public GetRevision(String articlename)
public String processReturningText(String s, HttpAction hm)
processReturningText in interface ReturningTexts - the returning textpublic SimpleArticle getArticle()
public boolean hasMoreMessages()
hasMoreMessages in interface ContentProcessablepublic HttpAction getNextMessage()
getNextMessage in interface ContentProcessablepublic boolean isSelfExecuter()
isSelfExecuter in interface ContentProcessableCopyright © 2013. All Rights Reserved.