|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.TypedResource
com.starteam.ViewMemberRevision
public final class ViewMemberRevision
A ViewMemberRevision represents a View member level revision of an item. Such revisions are created when one modifies the view level properties of a particular share of the item. These would be operations like: 1. changing the item branch behavior 2. changing the item configuration 3. branching the item 4. moving the item
| Nested Class Summary | |
|---|---|
static class |
ViewMemberRevision.Type
The type of the ViewMemberRevision |
| Nested classes/interfaces inherited from class com.starteam.TypedResource |
|---|
TypedResource.BranchState |
| Method Summary | |
|---|---|
TypedResource.BranchState |
getBranchState()
Returns the branch state of this item revision. |
User |
getCreatedBy()
Returns the User who created this item revision. |
int |
getID()
throws UnsupportedOperationException() |
int |
getObjectID()
Returns the object ID for this item revision. |
DateTime |
getObjectTime()
Returns the time of this item revision. |
int |
getParentFolderItemID()
Returns the parent folder (location) item ID of this item revision. |
int |
getParentItemID()
Returns the Item ID of the parent for this item revision. |
Project |
getProject()
Returns the Project that contains this item revision. |
ViewMemberRevision.Type.PropertyCollection |
getProperties()
The property collection of the ViewMemberRevision typr |
DateTime |
getTime()
Returns the time of this item revision. |
View |
getView()
Returns the View for this item revision. |
boolean |
isBranched()
Returns true if this item revision has branched |
java.lang.String |
toString()
Returns a string containing one line for each property of the ViewMemberRevision. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public ViewMemberRevision.Type.PropertyCollection getProperties()
ViewMemberRevision typr
public int getID()
getID in class TypedResourcepublic int getParentItemID()
public Project getProject()
public int getObjectID()
getObjectID in class TypedResourcepublic User getCreatedBy()
public View getView()
public DateTime getObjectTime()
public DateTime getTime()
public int getParentFolderItemID()
public boolean isBranched()
public TypedResource.BranchState getBranchState()
public java.lang.String toString()
toString in class TypedResource
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||