@ThreadSafe public final class RemoteDraftRevision extends PageRevision1 implements DraftRevision
DraftRevision.U
MAX_PATH_LENGTH
Constructor and Description |
---|
RemoteDraftRevision(PointerRevision p,
int _pageID,
String _pageName,
int _rev,
int _revLatest)
Constructs a RemoteDraftRevision.
|
Modifier and Type | Method and Description |
---|---|
IDPair |
person()
The identifier of the person who takes the position.
|
String |
pollName()
The name of the poll in which the person takes a position.
|
String |
toString()
Returns the revURI of this remote draft revision.
|
equals, isLatestRevision, pageID, pageName, pageURI, readPageRevision, rev, revLatest, revURI, wikiScriptURI
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isLatestRevision, pageID, pageName, pageURI, rev, revLatest, revURI, wikiScriptURI
public RemoteDraftRevision(PointerRevision p, int _pageID, String _pageName, int _rev, int _revLatest)
p
- a pointer that points to the draft.public String toString()
toString
in class PageRevision1
public IDPair person()
PositionalRevision
person
in interface PositionalRevision
public String pollName()
PositionalRevision
pollName
in interface PositionalRevision
Poll.name()