|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.LiveObject.WebCacheLiveObject
com.starteam.TrackedObject.WebCacheTrackedObject
com.starteam.VersionedObject.WebCacheVersionedObject
com.starteam.ViewMember.WebCacheViewMember
com.starteam.ChangePackage.WebCacheChangePackage
public static class ChangePackage.WebCacheChangePackage
ChangePackage accessor for cached SDK ChangePackages contained objects are obtained from the artifact cache
| Method Summary | |
|---|---|
Change.WebCacheChange[] |
getChanges()
Gets the Change objects associated with this change package. |
Transaction.WebCacheTransaction |
getCommitTransaction()
The transaction in which this change package was committed, or null if it hasn't been committed yet. |
java.lang.String |
getDescription()
Provides a full description of the change package. |
java.lang.String |
getName()
Each change package has a name that serves as a textual identification of the change package. |
Label.WebCacheLabel |
getPostCommitRevisionLabel()
The post-commit revision label, or null. |
Label.WebCacheLabel |
getPostCommitViewLabel()
The post-commit view label. |
Label.WebCacheLabel |
getPreCommitRevisionLabel()
The pre-commit revision label. |
Label.WebCacheLabel |
getPreCommitViewLabel()
The pre-commit view label. |
User.WebCacheUser |
getResponsibility()
Gets the user who is currently responsible for this change package. |
ChangePackage.SessionType |
getSessionType()
Defines the session type for the change package. |
View.WebCacheView |
getSourceView()
The source view for this change package. |
ChangePackage.State |
getState()
Gets the current workflow state of the change package. |
View.WebCacheView |
getTargetView()
The target view for this change package. |
boolean |
isActive()
Returns true if this is an active ChangePackage |
boolean |
isCommitted()
Returns true if this is a committed ChangePackage |
boolean |
isMyResponsibility()
Returns true if the logged in user is responsible for this ChangePackage |
java.lang.String |
toString()
Returns the ChangePackage name. |
| Methods inherited from class com.starteam.ViewMember.WebCacheViewMember |
|---|
getAttachments, getComment, getDisplayValue, getDotNotation, getExternalID, getExternalURL, getHistory, getLocker, getPresentationID, getRights, getShareTree, getTraces, getView, isDeleted, isFloating, isPinned, isUnread, lock, lock, modifyReadStatus, pinTo, setAttachments, setExternalID, setExternalURL, setRights, unlock, unpin, updateRevisionComment |
| Methods inherited from class com.starteam.VersionedObject.WebCacheVersionedObject |
|---|
getRevisionNumber, getRootObjectID, getViewVersion, isFromHistory |
| Methods inherited from class com.starteam.TrackedObject.WebCacheTrackedObject |
|---|
getModifiedBy, getModifiedTime |
| 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, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getDescription()
public ChangePackage.SessionType getSessionType()
public View.WebCacheView getSourceView()
public View.WebCacheView getTargetView()
public ChangePackage.State getState()
public User.WebCacheUser getResponsibility()
public boolean isMyResponsibility()
public Transaction.WebCacheTransaction getCommitTransaction()
public boolean isActive()
public boolean isCommitted()
public Label.WebCacheLabel getPreCommitViewLabel()
Session.isPreCommitViewLabelEnabledpublic Label.WebCacheLabel getPostCommitViewLabel()
The label is created at the start of the commit, and is updated as each change is merged to the target view. The difference between the pre- and post-commit view labels shows exactly which items were changed in the target view.
Session.isPostCommitViewLabelEnabledpublic Label.WebCacheLabel getPreCommitRevisionLabel()
This label is attached only to items that are changed or removed during the commit. It is attached to the item revision that is current prior to making the change.
The label will be created during the commit transaction, if the option is enabled.
Session.isPreCommitRevisionLabelEnabledpublic Label.WebCacheLabel getPostCommitRevisionLabel()
This label is attached only to items that are changed during the commit. It is attached to the item revision that is current just after making the change.
The label will be created during the commit transaction, if the option is enabled.
Session.isPostCommitRevisionLabelEnabledpublic java.lang.String toString()
toString in class java.lang.Objectpublic Change.WebCacheChange[] getChanges()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||