|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RevisionInfo
This interface defines the data returned from the getRevisionInfoList
method defined by the ClientAPI interface.
Method Summary | |
---|---|
java.util.Date |
getCheckInDate()
Get the check in Date for this revision. |
java.util.Date |
getEditDate()
Get the edit date for this revision. |
boolean |
getIsRevisionLocked()
Get a boolean to indicate whether this revision is locked or not. |
boolean |
getIsTipRevision()
Get a boolean to indicate whether this revision is a tip revision. |
java.lang.String |
getRevisionAuthor()
Get the name of the author of this revision. |
java.lang.String |
getRevisionDescription()
Get the revision description. |
java.lang.String |
getRevisionLocker()
Get the name of the QVCS-Enterprise user who has locked this revision. |
java.lang.String |
getRevisionString()
Get this revision's revision string. |
Method Detail |
---|
java.util.Date getCheckInDate()
java.util.Date getEditDate()
java.lang.String getRevisionAuthor()
java.lang.String getRevisionLocker()
java.lang.String getRevisionString()
java.lang.String getRevisionDescription()
boolean getIsRevisionLocked()
boolean getIsTipRevision()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |