com.starteam
Class ViewMemberRevision

java.lang.Object
  extended by com.starteam.TypedResource
      extended by com.starteam.ViewMemberRevision
All Implemented Interfaces:
java.lang.Cloneable

public final class ViewMemberRevision
extends TypedResource

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 com.starteam.TypedResource
addToIntegerArray, getBooleanValue, getByteArrayValue, getCachedProperties, getContentValue, getDateTimeValue, getDateValue, getDisplayName, getDoubleValue, getEnumDisplayName, getEnumeratedValues, getIntegerArrayValue, getIntegerValue, getLinkValue, getLongValue, getPossibleValues, getServer, getStringValue, getTimeSpanValue, getType, getValue, hasCachedProperties, hasValue, isDirty, isNew, removeFromIntegerArray, setBooleanValue, setByteArrayValue, setContentValue, setDateTimeValue, setDateValue, setDoubleValue, setEnumeratedValue, setEnumeratedValues, setIntegerArrayValue, setIntegerValue, setLinkValue, setLongValue, setStringValue, setTimeSpanValue, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getProperties

public ViewMemberRevision.Type.PropertyCollection getProperties()
The property collection of the ViewMemberRevision typr


getID

public int getID()
throws UnsupportedOperationException()

Overrides:
getID in class TypedResource
Returns:
The unique identifier for this resource.

getParentItemID

public int getParentItemID()
Returns the Item ID of the parent for this item revision.

Returns:
the Item ID of the parent for this item revision.

getProject

public Project getProject()
Returns the Project that contains this item revision.

Returns:
the Project that contains this item revision.

getObjectID

public int getObjectID()
Returns the object ID for this item revision.

Overrides:
getObjectID in class TypedResource
Returns:
the object ID for this item revision.

getCreatedBy

public User getCreatedBy()
Returns the User who created this item revision.

Returns:
the User who created this item revision.

getView

public View getView()
Returns the View for this item revision.

Returns:
the View for this item revision.

getObjectTime

public DateTime getObjectTime()
Returns the time of this item revision.

Returns:
the time of this item revision.

getTime

public DateTime getTime()
Returns the time of this item revision.

Returns:
the time of this item revision.

getParentFolderItemID

public int getParentFolderItemID()
Returns the parent folder (location) item ID of this item revision.

Returns:
the parent folder (location) item ID of this item revision.

isBranched

public boolean isBranched()
Returns true if this item revision has branched

Returns:
true if this item revision has branched.

getBranchState

public TypedResource.BranchState getBranchState()
Returns the branch state of this item revision.

Returns:
the branch state of this item revision.

toString

public java.lang.String toString()
Returns a string containing one line for each property of the ViewMemberRevision.

Overrides:
toString in class TypedResource
Returns:
a string containing one line for each property of the ViewMemberRevision.


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.