|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.LiveObject.WebCacheLiveObject
com.starteam.Change.WebCacheChange
public static class Change.WebCacheChange
Change accessor for cached SDK Changes contained objects are obtained from the artifact cache
| Method Summary | |
|---|---|
ChangePackage.WebCacheChangePackage |
getChangePackage()
Gets the ChangePackage that contains this Change object. |
Change.ChangeType |
getChangeType()
Gets a value representing the type of change. |
Change.CommitAction |
getCommitAction()
Gets a value representing the action that was performed to commit this change. |
java.lang.String |
getDescription()
Gets a user-friendly description of this Change object. |
Item.Type.WebCacheItemType |
getItemType()
Gets the type of the source and/or target item. |
LinkValue.WebCacheLinkValue |
getSourceLink()
Gets this Change object's source, as a LinkValue. |
DotNotation |
getSourceVersion()
Gets the version number of the source item. |
LinkValue.WebCacheLinkValue |
getTargetLink()
Gets this Change object's target, as a LinkValue. |
DotNotation |
getTargetVersion()
Gets the version number of the target item. |
View.WebCacheView |
getView()
Gets the view that contains this Change object and the associated ChangePackage. |
boolean |
isEnabled()
Returns true if this change is enabled |
void |
setEnabled(boolean enabled)
mark this change as enabled or disabled Disabled Changes will not report their attached links as resolveable members of the ChangePackage or associated Process Item. |
| Methods inherited from class com.starteam.LiveObject.WebCacheLiveObject |
|---|
addTo, equals, getContext, getCreatedBy, getCreatedTime, getDisplayName, getID, getObjectID, getServer, getType, getValue, getValue, hashCode, hasValue, isDirty, isNew, refresh, remove, removeFrom, setValue, setValue, toStarTeamURL, update |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public ChangePackage.WebCacheChangePackage getChangePackage()
public Change.ChangeType getChangeType()
public Change.CommitAction getCommitAction()
public java.lang.String getDescription()
public Item.Type.WebCacheItemType getItemType()
public LinkValue.WebCacheLinkValue getSourceLink()
public LinkValue.WebCacheLinkValue getTargetLink()
public View.WebCacheView getView()
public DotNotation getSourceVersion()
public DotNotation getTargetVersion()
public boolean isEnabled()
public void setEnabled(boolean enabled)
enabled - true to enable the change, false otherwise
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||