|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface File.Revision
The Revision interface globally and uniquely identifies a specific revision of a StarTeam object.
| Method Summary | |
|---|---|
int |
getContentRevision()
Gets the content version of this item revision. |
DotNotation |
getDotNotation()
Gets the dot notation of this revision of the repository object. |
int |
getObjectID()
Gets the objectID (also known as the branch identifier) of this revision of the repository object. |
GUID |
getRepositoryID()
Gets an ID that uniquely identifies the repository in which the object in question exists. |
int |
getRevisionNumber()
Gets the version number of this revision of the repository object within its branch. |
int |
getRootObjectID()
Gets the RootObjectID of the repository object. |
void |
setContentRevision(int rev)
Sets the content version of this item revision. |
void |
setDotNotation(DotNotation dot)
Sets the dot notation of this revision of the repository object. |
void |
setObjectID(int id)
Sets the objectID of this revision of the repository object. |
void |
setRevisionNumber(int n)
Sets the version number of this revision of the repository object. |
void |
setRootObjectID(int id)
Sets the RootObjectID of the repository object. |
| Method Detail |
|---|
GUID getRepositoryID()
int getRootObjectID()
void setRootObjectID(int id)
id - The RootObjectID of the repository object.int getObjectID()
void setObjectID(int id)
id - The objectID of this revision of the repository object.int getRevisionNumber()
VersionedObject.getRevisionNumber()void setRevisionNumber(int n)
n - The version number of this revision of the repository
object.DotNotation getDotNotation()
void setDotNotation(DotNotation dot)
dot - The dot notation of this revision of the repository
object.int getContentRevision()
void setContentRevision(int rev)
rev - The content version of this item revision.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||