com.starbase.starteam.AclEntry
New Name: com.starteam.ACE
| New Methods | |||
|---|---|---|---|
PermissionCollection | getPermissions() |
||
Principal | getPrincipal() |
||
boolean | isGroup() |
||
| Deleted Methods | |||
int | getID() | ||
int | getPermissionFlags() | ||
boolean | isGroupID() | ||
ACE | unwrap() | ||
AclEntry | wrap(ACE) | ||
| Changed Methods | |||
void | addPermission(int) | void | addPermission(Permission) |
boolean | hasPermission(int) | boolean | hasPermission(Permission) |
void | removePermission(int) | void | removePermission(Permission) |
com.starbase.starteam.AccessRightsManager
New Name: com.starteam.AccessRightsManager
| New Methods | |||
|---|---|---|---|
EffectiveACE[] | getEffectiveRights(ISecurable) |
||
EffectiveACE[] | getEffectiveRights(ISecurableContainer, Type) |
||
ACE[] | getRights(ISecurable) |
||
ACE[] | getRights(ISecurableContainer, Type) |
||
boolean | isCached(ISecurableContainer, Type) |
||
boolean | isCached(ISecurable) |
||
void | populate(ISecurableContainer, Type) |
||
void | populate(ISecurableContainer[], Type) |
||
void | populate(ISecurable) |
||
void | populate(ISecurable[]) |
||
void | populateAll(ISecurable[]) |
||
void | refresh(ISecurable) |
||
void | refresh(ISecurable[]) |
||
void | refresh(ISecurableContainer, Type) |
||
void | refresh(ISecurableContainer[], Type) |
||
void | remove(ISecurable[]) |
||
void | remove(ISecurable) |
||
void | remove(ISecurableContainer, Type) |
||
void | remove(ISecurableContainer[], Type) |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
EffectiveACE[] | getEffectiveACL(ISecurable) | ||
EffectiveACE[] | getEffectiveContainerACL(ISecurableContainer, Type) | ||
int | hashCode() | ||
AccessRightsManager | unwrap() | ||
AccessRightsManager | wrap(AccessRightsManager) | ||
| Changed Methods | |||
AccessTestResults | accessTest(int, int, ISecurable) | AccessTestResults | accessTest(Principal, PermissionCollection, ISecurable) |
AccessTestResults | accessTest(int, int, ISecurableContainer, Type) | AccessTestResults | accessTest(Principal, PermissionCollection, ISecurableContainer, Type) |
AccessTestResults | accessTest(int, int, EffectiveACE[]) | AccessTestResults | accessTest(Principal, PermissionCollection, EffectiveACE[]) |
boolean | isAccessGranted(int, int, ISecurable) | boolean | isAccessGranted(Principal, PermissionCollection, ISecurable) |
boolean | isAccessGranted(int, int, ISecurableContainer, Type) | boolean | isAccessGranted(Principal, PermissionCollection, ISecurableContainer, Type) |
boolean | isAccessGranted(int, int, EffectiveACE[]) | boolean | isAccessGranted(Principal, PermissionCollection, EffectiveACE[]) |
com.starbase.starteam.AccessTestResults
New Name: com.starteam.AccessRightsManager.AccessTestResults
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
int | hashCode() | ||
AccessTestResults | unwrap() | ||
AccessTestResults | wrap(AccessTestResults) | ||
com.starbase.starteam.ClientApplication
New Name: com.starteam.Application
| New Methods | |||
|---|---|---|---|
void | close() |
||
ClientContext | getClientContext() |
||
String | getDefaultName() |
||
ServerInfo | getDefaultServerInfo(String, int) |
||
StarTeamRepositoryIDs | getRepositoryIDs() |
||
ResolveOptions | getResolveOptions() |
||
Server[] | getServers() |
||
TraceFinder | getTraceFinder() |
||
Server | newServer(ServerInfo) |
||
Server | newServer(String) |
||
Server | newServer(String, int) |
||
Object | resolve(String) |
||
Folder | resolveFolder(View, String) |
||
Project | resolveProject(Server, String) |
||
Project | resolveProject(Server, int) |
||
Server | resolveServer(GUID) |
||
Server | resolveServer(String, int, String, String) |
||
Server | resolveServer(String, int) |
||
Server | resolveServer(GUID, String, String) |
||
ServerInfo | resolveServerInfo(String) |
||
View | resolveToView(String) |
||
View | resolveView(Project, String) |
||
View | resolveView(Project, int) |
||
void | setDefaultName(String) |
||
void | setResolveOptions(ResolveOptions) |
||
String | toStarTeamURL(Object, boolean, boolean) |
||
String | toStarTeamURL(Object) |
||
| Deleted Methods | |||
void | setName(String) | ||
com.starbase.starteam.Audit
New Name: com.starteam.Audit
| New Methods | |||
|---|---|---|---|
String | getItemClass1Name() |
||
String | getItemDescriptor1() |
||
PropertyCollection | getProperties() |
||
boolean | isReadOnly() |
||
String | toString() |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
String | getItemClassName() | ||
String | getItemDescriptor() | ||
int | hashCode() | ||
Audit | wrap(Audit) | ||
com.starbase.starteam.BuildNumber
New Name: com.starteam.BuildNumber
| New Methods | |||
|---|---|---|---|
int | getBuild() |
||
| Deleted Methods | |||
String | currentBuild() | ||
String | currentRelease() | ||
int | getBuildNumber() | ||
int | getDotRelease() | ||
com.starbase.starteam.CacheAgent
New Name: com.starteam.CacheAgent
| Deleted Methods | |||
|---|---|---|---|
CacheAgent | unwrap() | ||
CacheAgent | wrap(CacheAgent) | ||
com.starbase.starteam.CacheRef
New Name: com.starteam.CacheRef
| New Methods | |||
|---|---|---|---|
Object | clone() |
||
com.starbase.starteam.Catalog
New Name: com.starteam.Catalog
| New Methods | |||
|---|---|---|---|
PropertyCollection | getProperties() |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
Set | getIDs() | ||
int[] | getPropertyIDs() | ||
int | hashCode() | ||
Catalog | unwrap() | ||
Catalog | wrap(Catalog) | ||
| Changed Methods | |||
Object | get(int, int) | Object | get(int, Property) |
com.starbase.starteam.ChangeRequest
New Name: com.starteam.ChangeRequest
| New Methods | |||
|---|---|---|---|
ChangeRequest | create(Folder) |
||
User | getEnteredBy() |
||
DateTime | getEnteredOn() |
||
PropertyCollection | getProperties() |
||
void | setEnteredBy(User) |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
String | getPlatformDisplayName(int) | ||
int[] | getPossiblePlatform() | ||
int[] | getPossiblePriority() | ||
int[] | getPossibleRequestType() | ||
int[] | getPossibleSeverity() | ||
int[] | getPossibleStatus() | ||
String | getPriorityDisplayName(int) | ||
int | getReadStatus() | ||
String | getRequestTypeDisplayName(int) | ||
String | getSeverityDisplayName(int) | ||
String | getStatusDisplayName(int) | ||
int | hashCode() | ||
void | update() | ||
ChangeRequest | wrap(ChangeRequest) | ||
| Changed Methods | |||
int | getAddressedBy() | com.starteam.User | getAddressedBy() |
int | getAddressedIn() | com.starteam.Label | getAddressedIn() |
int | getAddressedInView() | com.starteam.View | getAddressedInView() |
com.starbase.util.OLEDate | getClosedOn() | com.starteam.util.DateTime | getClosedOn() |
int | getLastBuildTested() | com.starteam.Label | getLastBuildTested() |
int | getPlatform() | com.starteam.ChangeRequest.Platform | getPlatform() |
int | getPriority() | com.starteam.ChangeRequest.Priority | getPriority() |
int | getRequestType() | com.starteam.ChangeRequest.ChangeRequestType | getRequestType() |
com.starbase.util.OLEDate | getResolvedOn() | com.starteam.util.DateTime | getResolvedOn() |
int | getResponsibility() | com.starteam.User | getResponsibility() |
int | getSeverity() | com.starteam.ChangeRequest.Severity | getSeverity() |
int | getStatus() | com.starteam.ChangeRequest.Status | getStatus() |
com.starbase.util.OLEDate | getVerifiedOn() | com.starteam.util.DateTime | getVerifiedOn() |
void | setAddressedBy(int) | void | setAddressedBy(User) |
void | setAddressedIn(int) | void | setAddressedIn(Label) |
void | setAddressedInView(int) | void | setAddressedInView(View) |
void | setLastBuildTested(int) | void | setLastBuildTested(Label) |
void | setPlatform(int) | void | setPlatform(Platform) |
void | setPriority(int) | void | setPriority(Priority) |
void | setRequestType(int) | void | setRequestType(ChangeRequestType) |
void | setResponsibility(int) | void | setResponsibility(User) |
void | setSeverity(int) | void | setSeverity(Severity) |
void | setStatus(int) | void | setStatus(Status) |
com.starbase.starteam.CheckinManager
New Name: com.starteam.CheckinManager
| New Methods | |||
|---|---|---|---|
boolean | bytesTransferred(int) |
||
boolean | canCommit() |
||
void | commit() |
||
ChangePackage | getChangePackage() |
||
View | getView() |
||
boolean | hasCheckinListeners() |
||
void | ignore(Item) |
||
void | moveTo(Item, Folder, boolean) |
||
void | remove(Item, boolean) |
||
void | setName(String) |
||
long | size() |
||
void | update(Item) |
||
| Deleted Methods | |||
void | checkin(Folder, int) | ||
boolean | equals(Object) | ||
int | hashCode() | ||
CheckinManager | unwrap() | ||
CheckinManager | wrap(CheckinManager) | ||
| Changed Methods | |||
void | checkin(ItemList) | void | checkin(Folder) |
void | checkin(Items) | void | checkin(File[]) |
void | checkin(Item[]) | void | checkin(Folder, int) |
void | checkin(Folder) | void | checkin(File, CheckinOptions) |
void | checkinFrom(File, InputStream) | void | checkinFrom(File, File) |
void | checkinFrom(File, File) | void | checkinFrom(File, InputStream) |
com.starbase.starteam.CheckinProgress | getProgress() | com.starteam.CheckinManager.Progress | getProgress() |
com.starbase.starteam.CheckinProgress
New Name: com.starteam.CheckinManager.Progress
| New Methods | |||
|---|---|---|---|
Phase | getCurrentPhase() |
||
| Deleted Methods | |||
CheckinPhase | getCheckinPhase() | ||
CheckinProgress | unwrap() | ||
CheckinProgress | wrap(CheckinProgress) | ||
| Changed Methods | |||
com.starbase.util.OLEDate | getSnapshotTime() | com.starteam.util.DateTime | getSnapshotTime() |
com.starbase.starteam.CheckinPhase
New Name: com.starteam.CheckinManager.Progress.Phase
| Deleted Methods | |||
|---|---|---|---|
CheckinPhase | unwrap() | ||
CheckinPhase | wrap(CheckinPhase) | ||
com.starbase.starteam.CheckinOptions
New Name: com.starteam.CheckinOptions
| New Methods | |||
|---|---|---|---|
boolean | getBreakLock() |
||
void | setBreakLock(boolean) |
||
| Deleted Methods | |||
boolean | getAtomicCheckInDisabled() | ||
boolean | getEOLConversionEnabled() | ||
boolean | getMoveRevisionLabelIfAssigned() | ||
void | setAtomicCheckInDisabled(boolean) | ||
void | setEOLConversionEnabled(boolean) | ||
void | setMoveRevisionLabelIfAssigned(boolean) | ||
CheckinOptions | unwrap() | ||
CheckinOptions | wrap(CheckinOptions) | ||
| Changed Methods | |||
java.lang.String | getFileEncoding() | com.starteam.util.Encoding | getFileEncoding() |
int | getLockType() | com.starteam.ViewMember.LockType | getLockType() |
void | setFileEncoding(String) | void | setFileEncoding(Encoding) |
void | setLockType(int) | void | setLockType(LockType) |
com.starbase.starteam.CheckoutManager
New Name: com.starteam.CheckoutManager
| New Methods | |||
|---|---|---|---|
boolean | bytesTransferred(int) |
||
boolean | canCommit() |
||
Object | clone() |
||
File[] | commit() |
||
View | getView() |
||
boolean | hasCheckoutListeners() |
||
void | ignore(Item) |
||
long | size() |
||
| Deleted Methods | |||
void | checkout(Folder, int) | ||
boolean | equals(Object) | ||
String | getMPXCacheAgentAddress() | ||
boolean | getMPXCacheAgentEnabled() | ||
int | getMPXCacheAgentPort() | ||
int | getMPXCacheAgentThreadCount() | ||
int | hashCode() | ||
void | setMPXCacheAgentAddress(String) | ||
void | setMPXCacheAgentEnabled(boolean) | ||
void | setMPXCacheAgentPort(int) | ||
void | setMPXCacheAgentThreadCount(int) | ||
CheckoutManager | unwrap() | ||
CheckoutManager | wrap(CheckoutManager) | ||
| Changed Methods | |||
void | checkout(ItemList) | void | checkout(File[]) |
void | checkout(Items) | void | checkout(File, CheckoutOptions) |
void | checkout(Folder) | void | checkout(Folder, int) |
void | checkout(Item[]) | void | checkout(Folder) |
com.starbase.starteam.CheckoutProgress | getProgress() | com.starteam.CheckoutManager.Progress | getProgress() |
com.starbase.starteam.CheckoutProgress
New Name: com.starteam.CheckoutManager.Progress
| New Methods | |||
|---|---|---|---|
Object | clone() |
||
int[] | getCheckoutThreadIndices() |
||
Phase | getCurrentPhase() |
||
long | getCurrentPhaseEstimatedTimeRemaining() |
||
long | getCurrentPhaseUnitsOfWork() |
||
long | getCurrentPhaseUnitsOfWorkProcessed() |
||
long | getCurrentPhaseUnitsOfWorkRemaining() |
||
File | getCurrentWorkingFile() |
||
String | getDescription() |
||
DateTime | getSnapshotTime() |
||
Statistics | getStatisticsByThread(int) |
||
Statistics | getStatisticsForCacheAgentCheckout() |
||
Statistics | getStatisticsForStarTeamServerCheckout() |
||
Statistics | getSummaryStatistics() |
||
long | getTotalFilesForCheckout() |
||
long | getTotalTimeSpent() |
||
String | toString() |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
long | getCurrentBytesExpected(int) | ||
long | getCurrentBytesSoFar(int) | ||
int | getNumCheckoutThreads() | ||
long | getTotalBytesCheckedOut() | ||
long | getTotalBytesCheckedOut(int) | ||
long | getTotalBytesCheckedOutByMPXCacheAgent() | ||
long | getTotalCommandTime() | ||
long | getTotalCommandTimeByMPXCacheAgent() | ||
int | getTotalFilesCheckedOut() | ||
int | getTotalFilesCheckedOut(int) | ||
int | getTotalFilesCheckedOutByMPXCacheAgent() | ||
int | getTotalFilesFailed() | ||
int | getTotalFilesRemaining() | ||
int | getTotalFilesSkipped() | ||
int | getTotalFilesSkippedByMPXCacheAgent() | ||
int | hashCode() | ||
boolean | isMPXCacheAgentThread(int) | ||
CheckoutProgress | unwrap() | ||
CheckoutProgress | wrap(CheckoutProgress) | ||
com.starbase.starteam.CheckoutOptions
New Name: com.starteam.CheckoutOptions
| New Methods | |||
|---|---|---|---|
boolean | getBreakLock() |
||
DateTime | getCheckoutByDate() |
||
Label | getCheckoutByLabel() |
||
PromotionState | getCheckoutByPromotionState() |
||
int | getCheckoutByViewVersion() |
||
boolean | isByViewVersion() |
||
boolean | isTip() |
||
void | setBreakLock(boolean) |
||
void | setCheckoutByDate(DateTime) |
||
void | setCheckoutByLabel(Label) |
||
void | setCheckoutByPromotionState(PromotionState) |
||
void | setCheckoutByViewVersion(int) |
||
void | setCheckoutTip() |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
OLEDate | getCheckoutDate() | ||
int | getCheckoutLabelID() | ||
int | getEOLChars() | ||
boolean | getEOLConversionEnabled() | ||
boolean | getOptimizeForSlowConnections() | ||
int | getPromotionStateID() | ||
int | hashCode() | ||
boolean | isByTips() | ||
void | setCheckoutDate(OLEDate) | ||
void | setCheckoutLabelID(int) | ||
void | setEOLChars(int) | ||
void | setEOLConversionEnabled(boolean) | ||
void | setOptimizeForSlowConnections(boolean) | ||
void | setPromotionStateID(int) | ||
void | setTips() | ||
CheckoutOptions | unwrap() | ||
CheckoutOptions | wrap(CheckoutOptions) | ||
| Changed Methods | |||
java.lang.String | getFileEncoding() | com.starteam.util.Encoding | getFileEncoding() |
int | getLockType() | com.starteam.ViewMember.LockType | getLockType() |
void | setFileEncoding(String) | void | setFileEncoding(Encoding) |
void | setLockType(int) | void | setLockType(LockType) |
| Deleted Fields | |||
|---|---|---|---|
int | EOL_CR | ||
int | EOL_CRLF | ||
int | EOL_LF | ||
com.starbase.starteam.ClientContext
New Name: com.starteam.ClientContext
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
int | hashCode() | ||
ClientContext | unwrap() | ||
ClientContext | wrap(ClientContext) | ||
| Changed Methods | |||
java.lang.String | getEOL() | com.starteam.util.Platform.EOL | getEOL() |
void | setEOL(String) | void | setEOL(EOL) |
| Deleted Fields | |||
|---|---|---|---|
java.lang.String | EOL_CR | ||
java.lang.String | EOL_CRLF | ||
java.lang.String | EOL_LF | ||
java.lang.String | EOL_MAC | ||
java.lang.String | EOL_UNIX | ||
java.lang.String | EOL_WINDOWS | ||
com.starbase.starteam.DirectoryOverrides
New Name: com.starteam.ClientContext.DirectoryOverrides
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
int | hashCode() | ||
DirectoryOverrides | unwrap() | ||
DirectoryOverrides | wrap(DirectoryOverrides) | ||
| Changed Methods | |||
void | reloadIfNeeded() | boolean | reloadIfNeeded() |
com.starbase.starteam.ConfigFiles
New Name: com.starteam.ConfigFiles
| New Methods | |||
|---|---|---|---|
File | getConnectionManagerPath() |
||
File | getStarTeamXML() |
||
File | getViewCompareMergeRootDir() |
||
| Deleted Methods | |||
File | getConnectionManagerINI() | ||
File | getStarTeamINI() | ||
com.starbase.starteam.EffectiveACE
New Name: com.starteam.EffectiveACE
| New Methods | |||
|---|---|---|---|
String | getName() |
||
| Deleted Methods | |||
String | getUserOrGroupName() | ||
EffectiveACE | wrap(EffectiveACE) | ||
com.starbase.starteam.EnumeratedValue
New Name: com.starteam.EnumeratedValue
| New Methods | |||
|---|---|---|---|
void | addChild(EnumeratedValue) |
||
void | assignParent(EnumeratedValue) |
||
void | disable() |
||
void | enable() |
||
EnumeratedValue | findChild(String) |
||
EnumeratedValue[] | getChildValues() |
||
String | getDebugString() |
||
int | getDepthInHierarchy() |
||
Translations | getDisplayNameTranslations() |
||
String | getInternalName() |
||
EnumeratedValue | getParentValue() |
||
boolean | hasChildValues() |
||
boolean | isClosedState() |
||
boolean | isDisabled() |
||
boolean | isEnabled() |
||
boolean | isEqualTo(EnumeratedValue) |
||
boolean | isLeafValue() |
||
boolean | isRootValue() |
||
boolean | isSelectable() |
||
void | setAfter(EnumeratedValue) |
||
void | setChildValues(EnumeratedValue[]) |
||
void | setClosedState(boolean) |
||
void | setDisplayName(String) |
||
void | setDisplayNameTranslations(Translations) |
||
void | setInternalName(String) |
||
void | setSelectable(boolean) |
||
void | setSortOrder(int) |
||
| Deleted Methods | |||
String | getDescription() | ||
boolean | getEnabled() | ||
Translations | getTranslations() | ||
void | setCode(int) | ||
void | setDescription(String) | ||
void | setTranslations(Translations) | ||
EnumeratedValue | unwrap() | ||
EnumeratedValue | wrap(EnumeratedValue) | ||
com.starbase.starteam.EventHandlerInfo
New Name: com.starteam.EventHandlerInfo
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
int | hashCode() | ||
EventHandlerInfo | unwrap() | ||
EventHandlerInfo | wrap(EventHandlerInfo) | ||
| Deleted Fields | |||
|---|---|---|---|
java.lang.String | MPX_TRANSMITTER | ||
com.starbase.starteam.EventHandlerProfile
New Name: com.starteam.EventHandlerProfile
| Deleted Methods | |||
|---|---|---|---|
EventHandlerProfile | duplicate(String, String) | ||
boolean | equals(Object) | ||
int | hashCode() | ||
EventHandlerProfile | unwrap() | ||
EventHandlerProfile | wrap(EventHandlerProfile) | ||
com.starbase.starteam.File
New Name: com.starteam.File
| New Methods | |||
|---|---|---|---|
long | computeCompareMD5(File, MD5) |
||
File | create(Folder) |
||
DateTime | getContentModifiedTime() |
||
int | getHiveID() |
||
KeywordFlag | getKeywordFlag() |
||
LocalFileSystemPropertyProvider | getLocalFileSystemPropertyProvider() |
||
File | getMergeVersion() |
||
PropertyCollection | getProperties() |
||
Status | getStatus(long, DateTime) |
||
Status | getStatus(MD5) |
||
int | getSyncBranchVersion() |
||
int | getSyncContentVersion() |
||
MD5 | getSyncMD5() |
||
DateTime | getSyncModifiedTime() |
||
long | getSyncSize() |
||
int | getSyncViewVersion() |
||
boolean | getUsesKeywords() |
||
DateTime | getWorkingFileModifiedTime() |
||
String | getWorkingFileName() |
||
String | getWorkingFilePath() |
||
long | getWorkingFileSize() |
||
boolean | isExecutable() |
||
boolean | isFileContentMixedEOL(File) |
||
boolean | isSyncInRevisionHistory() |
||
boolean | isSyncKnown() |
||
boolean | isWorkingFileAvailable() |
||
boolean | isWorkingFileExecutable() |
||
void | setContentModifiedTime(DateTime) |
||
void | setExecutable(boolean) |
||
void | setLocalFileSystemPropertyProvider(LocalFileSystemPropertyProvider) |
||
void | updateStatus(File[], LocalFileSystemPropertyProvider) |
||
void | updateStatus(MD5) |
||
void | updateStatus(long, DateTime, MD5) |
||
| Deleted Methods | |||
void | add(File, String, String, String, int, boolean) | ||
void | add(File, String, String, String, int, boolean, boolean) | ||
AddResult | addAndReturn(File, String, String, String, int, boolean, boolean) | ||
AddResult | addAndReturn(File, String, String, String, int, boolean) | ||
void | addFromStream(InputStream, String, String, String, int) | ||
void | addFromStream(InputStream, String, String, String, int, boolean) | ||
void | checkin(String, int, boolean, boolean) | ||
void | checkin(String, int, boolean, boolean, boolean) | ||
void | checkin(CheckinOptions) | ||
void | checkinFrom(File, String, int, boolean, boolean) | ||
void | checkinFrom(File, String, int, boolean, boolean, boolean) | ||
CheckInResult | checkinFromAndReturn(File, String, int, boolean, boolean) | ||
CheckInResult | checkinFromAndReturn(File, String, int, boolean, boolean, boolean) | ||
void | checkinFromStream(InputStream, String, int) | ||
void | checkinFromStream(InputStream, String, int, boolean) | ||
void | checkout(int, boolean, boolean, boolean) | ||
void | checkout(CheckoutOptions) | ||
boolean | checkoutByDate(File, OLEDate, int, boolean, boolean, boolean) | ||
boolean | checkoutByLabelID(File, int, int, boolean, boolean, boolean) | ||
boolean | checkoutByVersion(File, int, int, boolean, boolean, boolean) | ||
void | checkoutTo(File, int, boolean, boolean, boolean) | ||
CheckOutResult | checkoutToAndReturn(File, int, boolean, boolean, boolean) | ||
void | checkoutToStream(OutputStream, int, boolean) | ||
boolean | equals(Object) | ||
File | findCommonAnscestor(File) | ||
File | findMergeVersion() | ||
int | getArchiveFormat() | ||
String | getArchiveFormatDisplayName(int) | ||
int | getArchiveType() | ||
String | getArchiveTypeDisplayName(int) | ||
int | getCharset() | ||
String | getCharsetDisplayName(int) | ||
String | getCompressionDisplayName(int) | ||
OLEDate | getContentModificationTime() | ||
String | getDefaultEncoding() | ||
FileSyncInfo | getFileSyncInfoEx(MD5, long, MD5, long, OLEDate) | ||
int | getLastKnownVersionOnDisk() | ||
boolean | getLocalFileExecutable() | ||
boolean | getLocalFileExists() | ||
String | getLocalName() | ||
String | getLocalPath() | ||
int | getLocalSize() | ||
long | getLocalSizeEx() | ||
OLEDate | getLocalTimeStamp() | ||
int[] | getPossibleArchiveFormat() | ||
int[] | getPossibleArchiveType() | ||
int[] | getPossibleCharset() | ||
int[] | getPossibleCompression() | ||
int[] | getPossibleStorageFormat() | ||
long | getSizeEx() | ||
int | getStatusByMD5(MD5) | ||
int | getStatusByTime(int, OLEDate) | ||
int | getStatusByTimeEx(long, OLEDate) | ||
boolean | getStatusKnown() | ||
int | getStorageFormat() | ||
String | getStorageFormatDisplayName(int) | ||
int | hashCode() | ||
void | lock() | ||
void | putLock(int, boolean) | ||
void | resyncStatusEx(MD5, long, MD5, long, OLEDate) | ||
void | setCompression(int) | ||
void | setContentModificationTime(OLEDate) | ||
void | setDefaultEncoding(String) | ||
void | setStorageFormat(int) | ||
void | unlock() | ||
void | update() | ||
void | updateStatusFromMD5(MD5) | ||
void | updateStatusFromTime(int, OLEDate) | ||
void | updateStatusFromTimeEx(long, OLEDate) | ||
void | updateStatusInformation(int, OLEDate, MD5) | ||
void | updateStatusInformationEx(long, OLEDate, MD5) | ||
boolean | upgradeSyncInfo() | ||
boolean | usesKeywords() | ||
File | wrap(File) | ||
| Changed Methods | |||
int | getCompression() | com.starteam.File.Compression | getCompression() |
com.starbase.starteam.FileSyncInfo | getFileSyncInfo(MD5, int, MD5, int, OLEDate) | com.starteam.File.WorkspaceSync | getFileSyncInfo(MD5, long, MD5, long, DateTime) |
int | getLastKnownStatus() | com.starteam.File.Status | getLastKnownStatus() |
byte[] | getMD5() | com.starteam.util.MD5 | getMD5() |
int | getSize() | long | getSize() |
int | getSmartStatus() | com.starteam.File.Status | getSmartStatus() |
int | getSmartStatus(File) | com.starteam.File.Status | getSmartStatus(File) |
int | getStatus() | com.starteam.File.Status | getStatus() |
int | getStatus(File) | com.starteam.File.Status | getStatus(File) |
int | getStatusNow() | com.starteam.File.Status | getStatusNow() |
boolean | isInSyncByMD5(File, FileSyncInfo) | boolean | isInSyncByMD5(File, WorkspaceSync) |
boolean | isInSyncByTime(File, FileSyncInfo) | boolean | isInSyncByTime(File, WorkspaceSync) |
void | resyncStatus(MD5, int, MD5, int, OLEDate) | void | resyncStatus(MD5, long, MD5, long, DateTime) |
void | updateStatus(boolean, boolean) | com.starteam.File.Status | updateStatus() |
void | updateStatus(boolean) | void | updateStatus(long, DateTime) |
com.starbase.starteam.AddResult
New Name: com.starteam.File.AddResult
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
int | hashCode() | ||
AddResult | wrap(AddResult) | ||
com.starbase.starteam.CharacterSet
New Name: com.starteam.File.CharacterSet
| New Methods | |||
|---|---|---|---|
boolean | equals(Object) |
||
CharacterSet | fromID(int) |
||
CharacterSet | fromValue(EnumeratedValue) |
||
int | getCode() |
||
int | getID() |
||
int | hashCode() |
||
| Deleted Methods | |||
CharacterSet | wrap(CharacterSet) | ||
com.starbase.starteam.CheckInResult
New Name: com.starteam.File.CheckInResult
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
int | getExclusiveLockerID() | ||
int | getMyLockState() | ||
int | hashCode() | ||
CheckInResult | wrap(CheckInResult) | ||
com.starbase.starteam.CheckOutResult
New Name: com.starteam.File.CheckOutResult
| New Methods | |||
|---|---|---|---|
User | getExclusiveLocker() |
||
MyLock | getMyLock() |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
int | getExclusiveLockerID() | ||
int | getMyLockState() | ||
int | hashCode() | ||
CheckOutResult | wrap(CheckOutResult) | ||
com.starbase.starteam.FileDigest
New Name: com.starteam.File.Digest
| Changed Methods | |||
|---|---|---|---|
double | getFileTime() | com.starteam.util.DateTime | getFileTime() |
void | setFileTime(double) | void | setFileTime(DateTime) |
com.starbase.starteam.EOLFormat
New Name: com.starteam.File.EOLFormat
| New Methods | |||
|---|---|---|---|
boolean | equals(Object) |
||
EOLFormat | fromID(int) |
||
EOLFormat | fromValue(EnumeratedValue) |
||
int | getCode() |
||
String | getDisplayName() |
||
int | getID() |
||
EOL | getPlatformEOL() |
||
int | hashCode() |
||
String | toString() |
||
| Deleted Methods | |||
int | getEOLFormatID() | ||
EOLFormat | wrap(EOLFormat) | ||
com.starbase.starteam.Keyword
New Name: com.starteam.File.Keyword
| New Methods | |||
|---|---|---|---|
boolean | getIsMultiLine() |
||
boolean | getStopExpanding() |
||
String | getXMLString() |
||
| Deleted Methods | |||
boolean | multiLine() | ||
boolean | stopExpanding() | ||
String | toXMLString() | ||
com.starbase.starteam.FileResult
New Name: com.starteam.File.Result
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
int | hashCode() | ||
FileResult | unwrap() | ||
FileResult | wrap(FileResult) | ||
com.starbase.starteam.RevisionIdentifier
New Name: com.starteam.File.Revision
| Changed Methods | |||
|---|---|---|---|
java.lang.String | getDotNotation() | com.starteam.util.DotNotation | getDotNotation() |
java.lang.String | getRepositoryID() | com.starteam.util.GUID | getRepositoryID() |
void | setDotNotation(String) | void | setDotNotation(DotNotation) |
com.starbase.starteam.Status
New Name: com.starteam.File.Status
| New Methods | |||
|---|---|---|---|
boolean | equals(Object) |
||
Status | fromID(int) |
||
Status | fromValue(EnumeratedValue) |
||
int | getCode() |
||
String | getDisplayName() |
||
int | getID() |
||
String | getName() |
||
int | hashCode() |
||
String | toString() |
||
| Deleted Methods | |||
String | name(int) | ||
| New Fields | |||
|---|---|---|---|
com.starteam.File.Status[] | ALL |
||
| Changed Fields | |||
int | CURRENT | com.starteam.File.Status | CURRENT |
int | MERGE | com.starteam.File.Status | MERGE |
int | MISSING | com.starteam.File.Status | MISSING |
int | MODIFIED | com.starteam.File.Status | MODIFIED |
int | NEW | com.starteam.File.Status | NEW |
int | OUTOFDATE | com.starteam.File.Status | OUT_OF_DATE |
int | UNKNOWN | com.starteam.File.Status | UNKNOWN |
com.starbase.starteam.FileStream
New Name: com.starteam.File.Stream
| Deleted Methods | |||
|---|---|---|---|
long | computeCompareMD5(File, boolean, MD5) | ||
long | computeCompareMD5Ex(File, boolean, boolean, MD5) | ||
long | computeSyncMD5Ex(File, MD5) | ||
| Changed Methods | |||
int | computeCompareMD5(File, boolean, boolean, MD5) | long | computeCompareMD5(File, boolean, boolean, MD5) |
int | computeSyncMD5(File, MD5) | long | computeSyncMD5(File, MD5) |
com.starbase.starteam.FileSyncInfo
New Name: com.starteam.File.WorkspaceSync
| Changed Methods | |||
|---|---|---|---|
com.starbase.starteam.FileDigest | getFileDigest() | com.starteam.File.Digest | getFileDigest() |
com.starbase.starteam.RevisionIdentifier | getRevisionIdentifier() | com.starteam.File.Revision | getRevisionIdentifier() |
com.starbase.starteam.FileBasedStatusManager
New Name: com.starteam.FileBasedStatusManager
| New Methods | |||
|---|---|---|---|
void | deleteStatusInformation(File, boolean) |
||
WorkspaceSync | getStatusInformation(File, boolean) |
||
boolean | moveStatusInformation(File, File, boolean) |
||
void | setStatusInformation(WorkspaceSync, File, boolean) |
||
| Deleted Methods | |||
void | deleteFileSyncInfo(File, boolean) | ||
boolean | equals(Object) | ||
FileSyncInfo | getFileSyncInfo(File, boolean) | ||
int | hashCode() | ||
boolean | moveFileSyncInfo(File, File, boolean) | ||
void | setFileSyncInfo(File, FileSyncInfo, boolean) | ||
FileBasedStatusManager | unwrap() | ||
FileBasedStatusManager | wrap(FileBasedStatusManager) | ||
com.starbase.starteam.Filter
New Name: com.starteam.Filter
| New Methods | |||
|---|---|---|---|
Grouping | appendGrouping(Property, boolean) |
||
void | clearAllColumns() |
||
void | clearAllGroupings() |
||
Column[] | getColumns() |
||
User | getCreatedBy() |
||
String | getDebugString() |
||
Grouping[] | getGroupings() |
||
Query | getQuery() |
||
ACE[] | getRights() |
||
Server | getServer() |
||
boolean | hasPermissions(PermissionCollection) |
||
void | setColumns(Column[]) |
||
void | setGroupings(Grouping[]) |
||
void | setQuery(Query) |
||
void | setRights(ACE[]) |
||
| Deleted Methods | |||
void | appendGroupSortInfo(boolean, String, boolean) | ||
void | clearColumns() | ||
void | clearGroupSortInfo() | ||
AclEntry[] | getACL() | ||
ColumnInfo[] | getColumnInfo() | ||
GroupSortInfo[] | getGroupSortInfo() | ||
int | getQueryID() | ||
int | getUserID() | ||
boolean | hasPermission(int) | ||
void | setACL(AclEntry[]) | ||
void | setColumnInfo(ColumnInfo[]) | ||
void | setGroupSortInfo(GroupSortInfo[]) | ||
void | setQueryID(int) | ||
String | toDebugString() | ||
Filter | unwrap() | ||
Filter | wrap(Filter) | ||
| Changed Methods | |||
void | appendColumn(String, int) | com.starteam.Filter.Column | appendColumn(Property, int) |
int | getContext() | com.starteam.Filter.Context | getContext() |
com.starbase.starteam.Property[] | getProperties() | com.starteam.PropertyCollection | getProperties() |
void | setContext(int) | void | setContext(Context) |
| Deleted Fields | |||
|---|---|---|---|
int | CONTEXT_LOCAL | ||
int | CONTEXT_LOCAL_AND_SERVER | ||
int | CONTEXT_SERVER | ||
com.starbase.starteam.ColumnInfo
New Name: com.starteam.Filter.Column
| New Methods | |||
|---|---|---|---|
Object | copy() |
||
String | getDebugString() |
||
Property | getProperty() |
||
boolean | isEqualTo(Column) |
||
void | setProperty(Property) |
||
| Deleted Methods | |||
int | getPropertyID() | ||
void | setPropertyID(int) | ||
String | toDebugString() | ||
ColumnInfo | unwrap() | ||
ColumnInfo | wrap(ColumnInfo) | ||
com.starbase.starteam.GroupSortInfo
New Name: com.starteam.Filter.Grouping
| New Methods | |||
|---|---|---|---|
Object | copy() |
||
String | getDebugString() |
||
Property | getProperty() |
||
boolean | isEqualTo(Grouping) |
||
void | setProperty(Property) |
||
| Deleted Methods | |||
int | getPropertyID() | ||
void | setPropertyID(int) | ||
String | toDebugString() | ||
GroupSortInfo | unwrap() | ||
GroupSortInfo | wrap(GroupSortInfo) | ||
com.starbase.starteam.Folder
New Name: com.starteam.Folder
| New Methods | |||
|---|---|---|---|
Folder | findSubFolder(String) |
||
String | getEffectiveExcludeList() |
||
boolean | getEffectiveUserVisible() |
||
boolean | getHasParentFolder() |
||
PropertyCollection | getProperties() |
||
ACE[] | getRights(Type) |
||
Status | getStatus() |
||
boolean | hasPermissions(PermissionCollection, Type) |
||
void | populate(Type, int) |
||
void | populate(Type, PropertyCollection, int) |
||
void | setRights(Type, ACE[]) |
||
Object | setValue(Property, Object) |
||
void | update(boolean) |
||
| Deleted Methods | |||
Item | add(Item) | ||
Enumeration | enumerateItems(String) | ||
boolean | equals(Object) | ||
AclEntry[] | getACL() | ||
AclEntry[] | getContainerLevelACL(String) | ||
String | getDotNotation() | ||
ItemList | getList(String) | ||
int | getSubFolderCount() | ||
boolean | hasParentFolder() | ||
boolean | hasPermission(int, String) | ||
int | hashCode() | ||
boolean | isEqualTo(Item) | ||
void | move(Folder) | ||
void | moveTo(Folder) | ||
void | populateAsNeeded(String, String[], int) | ||
void | populateInBackground(String, String[], int) | ||
void | populateNow(String, String[], int) | ||
Object | put(String, Object) | ||
Object | putByPropertyID(int, Object) | ||
ForeignRefreshResult | refreshForeignFiles(int) | ||
String | resolveExcludeList() | ||
boolean | resolveUserVisible() | ||
void | setACL(AclEntry[]) | ||
void | setContainerLevelACL(AclEntry[], String) | ||
Folder | wrap(Folder) | ||
| Changed Methods | |||
void | addItemListener(IItemListener, Type, String[], int) | void | addItemListener(IItemListener, Type, PropertyCollection, int) |
com.starbase.starteam.Item | copy() | com.starteam.ViewMember | copy() |
void | discardItems(String, int) | void | discardItems(Type, int) |
int | getExcludeFlags() | com.starteam.Folder.ExcludeFlags | getExcludeFlags() |
Folder | getFolderTree(int, int) | Folder | getFolderTree(Context, int) |
com.starbase.starteam.Item[] | getHistory() | com.starteam.ViewMemberCollection | getHistory() |
com.starbase.starteam.Item[] | getItems(String) | com.starteam.ViewMemberCollection | getItems(Type) |
boolean | isPopulated(String) | boolean | isPopulated(Type) |
boolean | isRefreshItemsRequired(String, String[], int) | boolean | isRefreshItemsRequired(Type, PropertyCollection, int) |
void | refreshItems(String, String[], int) | void | refreshItems(Type, PropertyCollection, int) |
void | setExcludeFlags(int) | void | setExcludeFlags(ExcludeFlags) |
| Deleted Fields | |||
|---|---|---|---|
java.lang.String | EOL_CR | ||
java.lang.String | EOL_CRLF | ||
java.lang.String | EOL_LF | ||
int | EXCLUDE_INHERIT | ||
int | EXCLUDE_LOCAL | ||
int | EXCLUDE_NONE | ||
com.starbase.starteam.FolderListManager
New Name: com.starteam.FolderListManager
| New Methods | |||
|---|---|---|---|
Folder[] | findFolders(String, boolean) |
||
boolean | isFullScope() |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
int | hashCode() | ||
FolderListManager | unwrap() | ||
FolderListManager | wrap(FolderListManager) | ||
| Changed Methods | |||
void | excludeFolders(Folder, int, int) | void | excludeFolders(Folder, Context, int) |
com.starbase.starteam.Folder[] | getFolders() | com.starteam.ViewMemberCollection | getFolders() |
void | includeFolders(Folder, int, int) | void | includeFolders(Folder, Context, int) |
com.starbase.starteam.Group
New Name: com.starteam.Group
| New Methods | |||
|---|---|---|---|
void | addPermission(Permission) |
||
User[] | fetchMembers(boolean) |
||
boolean | getCanRemove() |
||
String | getDescription() |
||
String | getDisplayName() |
||
String | getFullName() |
||
GroupType | getGroupType() |
||
Group | getParent() |
||
PermissionCollection | getPermissions() |
||
PropertyCollection | getProperties() |
||
Group[] | getSubGroups() |
||
User[] | getUsers() |
||
Object | getValue(Property) |
||
boolean | hasPermission(Permission) |
||
boolean | isBuiltin() |
||
boolean | isDirty() |
||
boolean | isNew() |
||
boolean | isRoot() |
||
void | remove() |
||
void | removePermission(Permission) |
||
void | setDescription(String) |
||
void | setGroupType(GroupType) |
||
void | setName(String) |
||
void | setParent(Group) |
||
Object | setValue(Property, Object) |
||
void | update() |
||
| Deleted Methods | |||
int[] | fetchMemberUserIDs(boolean) | ||
Group | unwrap() | ||
Group | wrap(Group) | ||
| Changed Methods | |||
boolean | isMember(int) | boolean | isMember(User) |
| New Fields | |||
|---|---|---|---|
com.starteam.Group | ADMINISTRATORS |
||
com.starteam.Group | ALL_USERS |
||
com.starbase.starteam.HiveInfo
New Name: com.starteam.HiveInfo
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
int | hashCode() | ||
HiveInfo | unwrap() | ||
HiveInfo | wrap(HiveInfo) | ||
| Changed Methods | |||
int | getType() | com.starteam.HiveInfo.HiveType | getType() |
com.starbase.starteam.HiveInfo.HiveType
New Name: com.starteam.HiveInfo.HiveType
| New Methods | |||
|---|---|---|---|
boolean | equals(Object) |
||
HiveType | fromID(int) |
||
int | getID() |
||
int | hashCode() |
||
| New Fields | |||
|---|---|---|---|
com.starteam.HiveInfo.HiveType[] | ALL |
||
com.starteam.HiveInfo.HiveType | NATIVE_II |
||
com.starteam.HiveInfo.HiveType | UNKNOWN |
||
| Deleted Fields | |||
int | eNativeII | ||
int | ePVCS | ||
int | eUNKNOWN | ||
int | eVSS | ||
com.starbase.starteam.HiveManager
New Name: com.starteam.HiveManager
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
int | hashCode() | ||
HiveManager | unwrap() | ||
HiveManager | wrap(HiveManager) | ||
com.starbase.starteam.IPRange
New Name: com.starteam.IPRange
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
int | hashCode() | ||
IPRange | unwrap() | ||
IPRange | wrap(IPRange) | ||
com.starbase.starteam.ISecurable
New Name: com.starteam.ISecurable
| New Methods | |||
|---|---|---|---|
int | getID() |
||
ACE[] | getRights() |
||
Server | getServer() |
||
boolean | hasPermissions(PermissionCollection) |
||
boolean | isDeleted() |
||
void | setRights(ACE[]) |
||
| Deleted Methods | |||
AclEntry[] | getACL() | ||
boolean | hasPermission(int) | ||
void | setACL(AclEntry[]) | ||
com.starbase.starteam.ISecurableContainer
New Name: com.starteam.ISecurableContainer
| New Methods | |||
|---|---|---|---|
int | getID() |
||
ACE[] | getRights(Type) |
||
Server | getServer() |
||
boolean | hasPermissions(PermissionCollection, Type) |
||
boolean | isDeleted() |
||
void | setRights(Type, ACE[]) |
||
| Deleted Methods | |||
AclEntry[] | getContainerLevelACL(String) | ||
boolean | hasPermission(int, String) | ||
void | setContainerLevelACL(AclEntry[], String) | ||
com.starbase.starteam.ImportUtility
New Name: com.starteam.ImpersonateUser
| New Methods | |||
|---|---|---|---|
void | enableImpersonation() |
||
void | setCommandUser(User) |
||
void | switchContext(User) |
||
| Deleted Methods | |||
void | enableImportMode() | ||
boolean | equals(Object) | ||
int | hashCode() | ||
void | setCommandUserID(int) | ||
void | switchUserContext(int) | ||
ImportUtility | unwrap() | ||
ImportUtility | wrap(ImportUtility) | ||
| Changed Methods | |||
void | setCommandTime(double) | void | setCommandTime(DateTime) |
com.starbase.starteam.Item
New Name: com.starteam.Item
| New Methods | |||
|---|---|---|---|
String | getDebugString() |
||
PropertyCollection | getDisplayableProperties() |
||
Item | resolve() |
||
MergePoint | resolveMergePointEx(Item) |
||
Item | reverseShareTo(Folder, View) |
||
| Deleted Methods | |||
void | acquireOwnership() | ||
void | addAttachment(String, int) | ||
int | createAttachment(String, InputStream) | ||
int | createAttachmentFromFile(String, File) | ||
Item | createItem(String, Folder) | ||
void | discard() | ||
boolean | equals(Object) | ||
Object | get(String) | ||
AclEntry[] | getACL() | ||
Label[] | getAllLabels() | ||
Label[] | getAttachedLabels() | ||
void | getAttachment(int, OutputStream) | ||
int[] | getAttachmentIDs() | ||
String[] | getAttachmentNames() | ||
void | getAttachmentToFile(int, File) | ||
ItemBehavior | getBehavior() | ||
int | getBranchRevisionFromDotNotation(String) | ||
Object | getByProperty(Property) | ||
Object | getByPropertyID(int) | ||
byte[] | getByteArray(String) | ||
Property[] | getCachedProperties() | ||
String | getComment() | ||
int | getCreatedBy() | ||
OLEDate | getCreatedTime() | ||
OLEDate | getDeletedTime() | ||
int | getDeletedUserID() | ||
String | getDisplayValue(Property) | ||
String | getDotNotation() | ||
double | getDouble(String) | ||
String | getEnumDisplayName(String, int) | ||
int | getFlag() | ||
String | getFlagDisplayName(int) | ||
Item | getFromHistoryByDate(OLEDate) | ||
Item | getFromHistoryByLabelID(int) | ||
Item | getFromHistoryByVersion(int) | ||
Item[] | getHistory() | ||
int | getID() | ||
int | getInt(String) | ||
int[] | getIntArray(String) | ||
ItemRevision[] | getItemRevisions() | ||
int | getLocker() | ||
int | getModifiedBy() | ||
OLEDate | getModifiedTime() | ||
int | getMyLock() | ||
OLEDate | getOLEDate(String) | ||
int | getObjectID() | ||
int | getOwner() | ||
int | getParentRevision() | ||
int[] | getPossibleFlag() | ||
int[] | getPossibleReadStatus() | ||
int[] | getPossibleValues(String) | ||
PropertyNames | getPropertyNames() | ||
int | getReadStatus() | ||
String | getReadStatusDisplayName(int) | ||
ItemReference | getReference(ViewConfiguration) | ||
ItemReference[] | getReferences() | ||
int | getRevisionNumber() | ||
int | getRootObjectID() | ||
Server | getServer() | ||
String | getString(String) | ||
Type | getType() | ||
TypeNames | getTypeNames() | ||
View | getView() | ||
int | getViewVersion() | ||
int | getViewVersionFromDotNotation(String) | ||
boolean | hasPermission(int) | ||
boolean | hasValues(String[]) | ||
int | hashCode() | ||
boolean | isBranchable() | ||
boolean | isDeleted() | ||
boolean | isDirty() | ||
boolean | isDisembodied() | ||
boolean | isFromHistory() | ||
boolean | isNew() | ||
boolean | isRefreshRequired(String[]) | ||
boolean | isRefreshRequired() | ||
void | lock() | ||
void | modifyFlagForUser(boolean) | ||
void | modifyReadStatusForUser(boolean) | ||
void | move(Folder) | ||
void | populate(String[]) | ||
void | populate() | ||
Object | put(String, Object) | ||
Object | putByPropertyID(int, Object) | ||
void | putLock(int, boolean) | ||
void | refresh() | ||
void | refresh(String[]) | ||
void | removeAttachment(int) | ||
void | setACL(AclEntry[]) | ||
void | setBehavior(ItemBehavior) | ||
void | setBranchOnChange(boolean) | ||
void | setComment(String) | ||
void | setFixedConfig(ViewConfiguration) | ||
void | setFloatingConfig() | ||
String | toDebugString() | ||
void | unlock() | ||
void | update() | ||
void | updateRevisionComment(String) | ||
Item | wrap(Item) | ||
| Changed Methods | |||
com.starbase.starteam.Item | copy() | com.starteam.ViewMember | copy() |
void | recordMergePoint(Item) | com.starteam.MergePoint | recordMergePoint(Item) |
com.starbase.starteam.Label
New Name: com.starteam.Label
| New Methods | |||
|---|---|---|---|
void | attachTo(ViewMember) |
||
void | attachTo(ViewMemberCollection, ViewConfiguration) |
||
void | attachTo(Folder, Scope) |
||
void | attachTo(ViewMemberCollection) |
||
void | detachFrom(Folder, Scope) |
||
void | detachFrom(ViewMember) |
||
void | detachFrom(ViewMemberCollection) |
||
User | getCreatedBy() |
||
DateTime | getCreatedTime() |
||
String | getDebugString() |
||
String | getDisplayName() |
||
ViewMemberCollection | getLabeledItems(ViewMemberCollection) |
||
View | getOwningView() |
||
PropertyCollection | getProperties() |
||
Server | getServer() |
||
Object | getValue(Property) |
||
Object | setValue(Property, Object) |
||
| Deleted Methods | |||
void | attachItem(Item, boolean) | ||
void | attachItem(Item, int, OLEDate, boolean) | ||
void | attachToFolder(Folder, int) | ||
void | attachToItem(Item) | ||
void | attachToItems(int[], ViewConfiguration) | ||
void | detachFromFolder(Folder, int) | ||
void | detachFromItems(int[]) | ||
void | detachItem(Item) | ||
int[] | getLabeledItemIDs(int[]) | ||
int | getOwningProjectID() | ||
int | getOwningViewID() | ||
String | toDebugString() | ||
Label | unwrap() | ||
Label | wrap(Label) | ||
| Changed Methods | |||
com.starbase.util.OLEDate | getRevisionTime() | com.starteam.util.DateTime | getRevisionTime() |
com.starbase.util.OLEDate | getTime() | com.starteam.util.DateTime | getTime() |
void | moveItem(Item, int, OLEDate) | void | moveItem(Item, int, DateTime) |
void | setTime(OLEDate) | void | setTime(DateTime) |
| New Fields | |||
|---|---|---|---|
com.starteam.Label | NEXT_BUILD |
||
| Deleted Fields | |||
int | NEXT_BUILD_ID | ||
int | SCOPE_ITEM_AND_CONTENTS | ||
int | SCOPE_ITEM_ONLY | ||
int | SCOPE_ITEM_TREE | ||
com.starbase.starteam.Link
New Name: com.starteam.Link
| New Methods | |||
|---|---|---|---|
User | getCreatedBy() |
||
String | getDebugString() |
||
ViewMember | getDisembodiedChild() |
||
ViewMember | getDisembodiedParent() |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
int | getCreatedUserID() | ||
int | hashCode() | ||
Link | linkAndPin(Item, Item, String, boolean) | ||
String | toDebugString() | ||
Link | unwrap() | ||
Link | wrap(Link) | ||
| Changed Methods | |||
com.starbase.starteam.LinkEndpoint | getChildEndpoint() | com.starteam.Link.Endpoint | getChildEndpoint() |
com.starbase.util.OLEDate | getCreatedTime() | com.starteam.util.DateTime | getCreatedTime() |
com.starbase.starteam.LinkEndpoint | getParentEndpoint() | com.starteam.Link.Endpoint | getParentEndpoint() |
void | pinChild(Item) | void | pinChild(ViewMember) |
void | pinParent(Item) | void | pinParent(ViewMember) |
com.starbase.starteam.Item | resolveChild() | com.starteam.ViewMember | resolveChild() |
com.starbase.starteam.Item | resolveParent() | com.starteam.ViewMember | resolveParent() |
com.starbase.starteam.LinkEndpoint
New Name: com.starteam.Link.Endpoint
| New Methods | |||
|---|---|---|---|
String | getDebugString() |
||
ViewMember | getDisembodiedViewMember() |
||
int | getVMID() |
||
ViewMember | resolve() |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
Item | getItem() | ||
int | getItemID() | ||
int | hashCode() | ||
String | toDebugString() | ||
LinkEndpoint | unwrap() | ||
LinkEndpoint | wrap(LinkEndpoint) | ||
| Changed Methods | |||
com.starbase.starteam.LinkEndpoint | copy() | com.starteam.Link.Endpoint | copy() |
java.lang.String | getDotNotation() | com.starteam.util.DotNotation | getDotNotation() |
boolean | isEqualTo(LinkEndpoint) | boolean | isEqualTo(Endpoint) |
com.starbase.starteam.LinkCache
New Name: com.starteam.LinkCache
| Deleted Methods | |||
|---|---|---|---|
LinkFactory | getLinkFactory() | ||
LinkCache | unwrap() | ||
LinkCache | wrap(LinkCache) | ||
| Changed Methods | |||
Link[] | getLinks(Item) | Link[] | getLinks(ViewMember) |
boolean | isPopulated(Item) | boolean | isPopulated(ViewMember) |
void | populate(Items) | void | populate(ViewMemberCollection) |
void | refresh(Items) | void | refresh(ViewMemberCollection) |
com.starbase.starteam.MatchedACE
New Name: com.starteam.MatchedACE
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
int | hashCode() | ||
MatchedACE | unwrap() | ||
MatchedACE | wrap(MatchedACE) | ||
| Changed Methods | |||
int | getPermissions() | com.starteam.PermissionCollection | getPermissions() |
com.starbase.starteam.MergePoint
New Name: com.starteam.MergePoint
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
int | hashCode() | ||
void | setSource(RevisionID) | ||
void | setTarget(RevisionID) | ||
MergePoint | unwrap() | ||
MergePoint | wrap(MergePoint) | ||
| Changed Methods | |||
com.starbase.starteam.RevisionID | getSource() | com.starteam.MergePoint.Revision | getSource() |
com.starbase.starteam.RevisionID | getTarget() | com.starteam.MergePoint.Revision | getTarget() |
com.starbase.starteam.RevisionID
New Name: com.starteam.MergePoint.Revision
| New Methods | |||
|---|---|---|---|
int | getRevisionNumber() |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
int | getRevision() | ||
int | hashCode() | ||
void | setObjectID(int) | ||
void | setRevision(int) | ||
RevisionID | unwrap() | ||
RevisionID | wrap(RevisionID) | ||
com.starbase.starteam.Permission
New Name: com.starteam.Permission
| New Methods | |||
|---|---|---|---|
boolean | equals(Object) |
||
Permission | fromID(int) |
||
String[] | getAdvisoryNames() |
||
int | getID() |
||
String | getName() |
||
int | hashCode() |
||
String | toString() |
||
| New Fields | |||
|---|---|---|---|
com.starteam.Permission | ALL_PERMISSIONS |
||
com.starteam.Permission | ITEM_MOVE |
||
com.starteam.Permission | ITEM_SHARE |
||
| Deleted Fields | |||
int | ITEM_ADD_LABEL | ||
int | ITEM_ADJUST_LABEL | ||
int | ITEM_DETACH_LABEL | ||
int | ITEM_SHARE_MOVE | ||
int | VIEW_CREATE_LABEL | ||
int | VIEW_DELETE_LABEL | ||
int | VIEW_EDIT_LABEL | ||
com.starbase.starteam.ProcessItem
New Name: com.starteam.ProcessItem
| New Methods | |||
|---|---|---|---|
ChangePackageCollection | getChangePackages() |
||
| Deleted Methods | |||
ItemList | getActiveProcessItems(Type, View, Folder, int) | ||
ItemList | getActiveProcessItems(Type, View, View) | ||
ItemList | getActiveProcessItems(Type, View) | ||
ItemList | getActiveProcessItems(View, ItemListManager) | ||
Item[] | getAllProcessTasks() | ||
Item[] | getAllProcessTasksInAnyView() | ||
Item[] | getAllProcessTasksInProgress(ProcessItemUsage) | ||
Type[] | getProcessItemTypes(View) | ||
Item | getProcessTaskInProgress(ProcessItemUsage) | ||
boolean | isActiveState() | ||
boolean | isEnhanced() | ||
boolean | isLegalType() | ||
boolean | isSelectable(ProcessItemUsage) | ||
ProcessItem | unwrap() | ||
void | verifyIsSelectable(ProcessItemUsage) | ||
ProcessItem | wrap(ProcessItem) | ||
| Changed Methods | |||
com.starbase.starteam.Item[] | resolve() | com.starteam.ViewMemberCollection | resolve() |
com.starbase.starteam.Project
New Name: com.starteam.Project
| New Methods | |||
|---|---|---|---|
void | discardViews() |
||
View | findView(int) |
||
View | findView(String) |
||
EnumeratedValue[] | getActiveProcessItemStates(Type) |
||
String | getAlternateEditorPath(Type) |
||
Boolean | getCreateCheckinChangePackage() |
||
EncryptionAlgorithm | getEncryptionAlgorithm() |
||
boolean | getExpandKeywords() |
||
String | getGUID() |
||
boolean | getMarkUnlockedWorkingFilesReadOnly() |
||
Type[] | getProcessItemTypes() |
||
PropertyCollection | getProperties() |
||
ACE[] | getRights(Type) |
||
ACE[] | getRights() |
||
Status | getStatus() |
||
Object | getValue(Property) |
||
boolean | hasPermissions(PermissionCollection) |
||
boolean | hasPermissions(PermissionCollection, Type) |
||
boolean | isForceCheckinReasonRequired() |
||
boolean | isProcessItemRequired() |
||
boolean | isRefreshViewsRequired() |
||
void | refreshViews() |
||
void | setAlternateEditorPath(Type, String) |
||
void | setCreateCheckinChangePackage(Boolean) |
||
void | setEncryptionAlgorithm(EncryptionAlgorithm) |
||
void | setForceCheckinReasonRequired(boolean) |
||
void | setGUID(String) |
||
void | setMarkUnlockedWorkingFilesReadOnly(boolean) |
||
void | setProcessItemRequired(boolean) |
||
void | setRights(Type, ACE[]) |
||
void | setRights(ACE[]) |
||
void | setStatus(Status) |
||
Object | setValue(Property, Object) |
||
| Deleted Methods | |||
void | acquireOwnership() | ||
Object | get(String) | ||
AclEntry[] | getACL() | ||
String | getConfigSource1() | ||
String | getConfigSource2() | ||
AclEntry[] | getContainerLevelACL(String) | ||
int | getOwner() | ||
int | getProjectType() | ||
void | goNative() | ||
boolean | hasPermission(int, String) | ||
boolean | hasPermission(int) | ||
boolean | isEnhancedProcessItemsEnabled() | ||
boolean | isExpandKeywords() | ||
boolean | isForceCheckinReason() | ||
boolean | isNew() | ||
boolean | isProcessItemsRequired() | ||
Object | put(String, Object) | ||
Object | putByPropertyID(int, Object) | ||
void | setACL(AclEntry[]) | ||
void | setContainerLevelACL(AclEntry[], String) | ||
void | setEnhancedProcessItemsEnabled(boolean) | ||
void | setForceCheckinReason(boolean) | ||
void | setProcessItemTypeEnabled(Type, boolean) | ||
void | setProcessItemsRequired(boolean) | ||
Project | wrap(Project) | ||
| Changed Methods | |||
int | getCreatedBy() | com.starteam.User | getCreatedBy() |
com.starbase.util.OLEDate | getCreatedTime() | com.starteam.util.DateTime | getCreatedTime() |
com.starbase.starteam.Type[] | getDefaultItemTypes() | com.starteam.TypeCollection | getDefaultItemTypes() |
void | setDefaultItemTypes(Type[]) | void | setDefaultItemTypes(TypeCollection) |
com.starbase.starteam.PromotionModel
New Name: com.starteam.PromotionModel
| New Methods | |||
|---|---|---|---|
PromotionState | findPromotionState(int) |
||
String | getDebugString() |
||
PropertyCollection | getProperties() |
||
String | toString() |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
int | getDeletedBy() | ||
OLEDate | getDeletedOn() | ||
int | hashCode() | ||
String | toDebugString() | ||
PromotionModel | wrap(PromotionModel) | ||
| Changed Methods | |||
int | getCreatedBy() | com.starteam.User | getCreatedBy() |
com.starbase.util.OLEDate | getCreatedOn() | com.starteam.util.DateTime | getCreatedOn() |
com.starbase.starteam.PromotionState
New Name: com.starteam.PromotionState
| New Methods | |||
|---|---|---|---|
Label | getLabel() |
||
PropertyCollection | getProperties() |
||
ACE[] | getRights() |
||
boolean | hasPermissions(PermissionCollection) |
||
boolean | isDeleted() |
||
void | setLabel(Label) |
||
void | setRights(ACE[]) |
||
String | toString() |
||
| Deleted Methods | |||
void | acquireOwnership() | ||
AclEntry[] | getACL() | ||
int | getLabelID() | ||
int | getOwner() | ||
boolean | hasPermission(int) | ||
void | setACL(AclEntry[]) | ||
void | setLabelID(int) | ||
PromotionState | wrap(PromotionState) | ||
| Changed Methods | |||
int | getCreatedBy() | com.starteam.User | getCreatedBy() |
com.starbase.util.OLEDate | getCreatedOn() | com.starteam.util.DateTime | getCreatedOn() |
int | getDeletedBy() | com.starteam.User | getDeletedBy() |
com.starbase.util.OLEDate | getDeletedOn() | com.starteam.util.DateTime | getDeletedOn() |
com.starbase.starteam.Property
New Name: com.starteam.Property
| New Methods | |||
|---|---|---|---|
String | getDebugString() |
||
Translations | getDisplayNameTranslations() |
||
Object | getGenericDefaultValue() |
||
Server | getServer() |
||
boolean | isDirty() |
||
boolean | isEnabled() |
||
boolean | isItemProperty() |
||
boolean | isLegalValue(Object) |
||
boolean | isNew() |
||
boolean | isQueryRelationSupported(Relation) |
||
boolean | isSortByTextValueSupported() |
||
void | setDescriptor() |
||
void | setDisplayName(String) |
||
void | setDisplayNameTranslations(Translations) |
||
void | setEnabled(boolean) |
||
void | setGenericDefaultValue(Object) |
||
void | setPrimaryDescriptor() |
||
void | setRequired(boolean) |
||
String | toXml() |
||
void | update() |
||
| Deleted Methods | |||
Object | coerce(Object) | ||
int | getClassIDOfValue() | ||
Object | getDefaultValue() | ||
boolean | getEnumDisabled(int) | ||
String | getEnumDisplayName(int) | ||
Translations | getEnumTranslations(int) | ||
int[] | getEnumValues() | ||
EnumeratedValue[] | getEnumeratedValues() | ||
int | getMaxLength() | ||
Translations | getTranslations() | ||
int | getTypeCode() | ||
boolean | isInstance(Object) | ||
boolean | isTimeTruncated() | ||
String | toDebugString() | ||
Property | unwrap() | ||
Property | wrap(Property) | ||
| Changed Methods | |||
com.starbase.starteam.Property[] | getDependentProperties() | com.starteam.PropertyCollection | getDependentProperties() |
com.starbase.starteam.Property[] | resolveAllDependencies(Property[]) | com.starteam.PropertyCollection | resolveAllDependencies(PropertyCollection) |
com.starbase.starteam.PurgeControl
New Name: com.starteam.PurgeController
| Deleted Methods | |||
|---|---|---|---|
PurgeControl | unwrap() | ||
| Changed Methods | |||
com.starbase.starteam.PurgeStatus | getPurgeStatus() | com.starteam.PurgeController.Status | getPurgeStatus() |
com.starbase.starteam.PurgeStatus | start() | com.starteam.PurgeController.Status | start() |
com.starbase.starteam.PurgeStatus | stop() | com.starteam.PurgeController.Status | stop() |
com.starbase.starteam.PurgeStatus
New Name: com.starteam.PurgeController.Status
| New Methods | |||
|---|---|---|---|
int | getValue() |
||
| Deleted Methods | |||
int | getStatus() | ||
PurgeStatus | unwrap() | ||
PurgeStatus | wrap(PurgeStatus) | ||
| Changed Methods | |||
com.starbase.starteam.PurgeStatus[] | getAll() | com.starteam.PurgeController.Status[] | getAll() |
com.starbase.starteam.QueryInfo
New Name: com.starteam.Query
| New Methods | |||
|---|---|---|---|
User | getCreatedBy() |
||
String | getDebugString() |
||
PropertyCollection | getProperties() |
||
ACE[] | getRights() |
||
Server | getServer() |
||
boolean | hasPermissions(PermissionCollection) |
||
void | setRights(ACE[]) |
||
| Deleted Methods | |||
AclEntry[] | getACL() | ||
int[] | getPropertyIDs() | ||
int | getUserID() | ||
boolean | hasPermission(int) | ||
void | setACL(AclEntry[]) | ||
String | toDebugString() | ||
Query | unwrap() | ||
QueryInfo | wrap(Query) | ||
| Changed Methods | |||
com.starbase.starteam.QueryInfo | copy() | com.starteam.Query | copy() |
boolean | evaluate(Item) | boolean | evaluate(Context, ViewMember) |
boolean | isEqualTo(QueryInfo) | boolean | isEqualTo(Query) |
com.starbase.starteam.QueryNode
New Name: com.starteam.QueryNode
| New Methods | |||
|---|---|---|---|
String | getDebugString() |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
int | hashCode() | ||
String | toDebugString() | ||
QueryNode | unwrap() | ||
QueryNode | wrap(QueryNode) | ||
| Changed Methods | |||
boolean | evaluate(Item) | boolean | evaluate(Context, ViewMember) |
int | getOperator() | com.starteam.QueryNode.Operator | getOperator() |
void | setOperator(int) | void | setOperator(Operator) |
| Deleted Fields | |||
|---|---|---|---|
int | OP_AND | ||
int | OP_NOT | ||
int | OP_OR | ||
com.starbase.starteam.QueryPart
New Name: com.starteam.QueryPart
| New Methods | |||
|---|---|---|---|
String | getDebugString() |
||
Property | getProperty() |
||
boolean | isCaseIgnored() |
||
void | setCaseIgnored(boolean) |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
int | getPropertyID() | ||
int | hashCode() | ||
boolean | isIgnoreCase() | ||
boolean | isIgnoreTime() | ||
void | setIgnoreCase(boolean) | ||
void | setIgnoreTime(boolean) | ||
void | setPropertyID(int) | ||
String | toDebugString() | ||
QueryPart | unwrap() | ||
QueryPart | wrap(QueryPart) | ||
| Changed Methods | |||
boolean | evaluate(Item) | boolean | evaluate(Context, ViewMember) |
int | getRelation() | com.starteam.QueryPart.Relation | getRelation() |
void | setRelation(int) | void | setRelation(Relation) |
| Deleted Fields | |||
|---|---|---|---|
int | REL_ENDTEXT | ||
int | REL_EQUAL | ||
int | REL_GREATEROREQUAL | ||
int | REL_GREATERTHAN | ||
int | REL_LASTDAYS | ||
int | REL_LASTWEEKS | ||
int | REL_LESSOREQUAL | ||
int | REL_LESSTHAN | ||
int | REL_NOTEQUAL | ||
int | REL_OLDERDAYS | ||
int | REL_OLDERWEEKS | ||
int | REL_STARTTEXT | ||
int | REL_TEXTSEARCH | ||
com.starbase.starteam.RecycleBin
New Name: com.starteam.RecycleBin
| New Methods | |||
|---|---|---|---|
void | close() |
||
boolean | isRefreshFoldersRequired() |
||
| Deleted Methods | |||
RecycleBin | wrap(RecycleBin) | ||
| Changed Methods | |||
com.starbase.util.OLEDate | getDeletedAsOf() | com.starteam.util.DateTime | getDeletedAsOf() |
void | setDeletedAsOf(OLEDate) | void | setDeletedAsOf(DateTime) |
com.starbase.starteam.Server
New Name: com.starteam.Server
| New Methods | |||
|---|---|---|---|
void | addGroupListener(GroupListener) |
||
void | addTypedResourceListener(TypedResourceListener, LiveObject, TypeCollection) |
||
void | connect(DotNotation) |
||
Type | createType(String, boolean) |
||
void | declareComponentDefinition(String, Class) |
||
void | declareComponentDefinitions(String, String, Class[]) |
||
void | discardProjects() |
||
File | encryptPasswordToFile(String, String) |
||
Group | findGroup(int) |
||
Project | findProject(int) |
||
Project | findProject(String) |
||
User | findUser(int) |
||
Application | getApplication() |
||
ServerInfoCollection | getCachedCredentials() |
||
User | getLoggedInUser() |
||
Category | getRegistry() |
||
ServerInfo | getServerInfo() |
||
boolean | hasInactivityTimeout() |
||
boolean | isKeepAliveEnabled() |
||
boolean | isRefreshProjectsRequired() |
||
User | logOn(String, String, ClientContext) |
||
User | logOn(String, File) |
||
User | logOn(String, String, GUID) |
||
GUID | obtainLicense(User, Server) |
||
GUID | obtainLicense(User) |
||
void | refreshProjects() |
||
void | releaseLicense(User, GUID) |
||
void | releaseLicense(User) |
||
void | releaseLicense(User, Server) |
||
void | removeGroupListener(GroupListener) |
||
void | removeTypedResourceListener(TypedResourceListener, LiveObject) |
||
void | sendMail(View, User[], User[], User[], String, String) |
||
void | sendMail(View, User[], User[], User[], String, String, EmailAttachment[]) |
||
void | synchronize(String[], boolean) |
||
| Deleted Methods | |||
void | discardTypes() | ||
boolean | equals(Object) | ||
Link[] | findLinks(Item) | ||
Filter[] | getFilterList(Type, boolean) | ||
String[] | getForeignArchivePaths(int, String) | ||
Group | getGroup(int) | ||
boolean | getMPXCacheAgentEnabled() | ||
MyUserAccount | getMyUserAccount() | ||
PropertyEnums | getPropertyEnums() | ||
PropertyNames | getPropertyNames() | ||
QueryInfo[] | getQueryList(Type, boolean) | ||
TypeNames | getTypeNames() | ||
User | getUser(int) | ||
boolean | hasProductCodeInformation() | ||
int | hashCode() | ||
boolean | isKeepAlive() | ||
boolean | isRefreshTypesRequired() | ||
boolean | isTypeSupported(String) | ||
int | logOnForWorkstation(String, String, GUID) | ||
int | logOnWithClientContext(String, String, ClientContext) | ||
void | refreshTypes() | ||
void | refreshTypesInPlace() | ||
void | sendMailFromView(View, int[], int[], int[], String, String) | ||
void | sendMailWithAttachments(View, int[], int[], int[], String, String, EmailAttachment[]) | ||
void | setCommandUserID(int) | ||
void | setForeignPassword(Project) | ||
void | setForeignPasswordExplicit(String, int, String) | ||
void | setMPXCacheAgentEnabled(boolean) | ||
Type | typeForClassID(int) | ||
Type | typeForName(String) | ||
Server | unwrap() | ||
Connection | useConnection() | ||
Server | wrap(Server) | ||
| Changed Methods | |||
int | autoLogOn() | com.starteam.User | autoLogOn() |
void | changePassword(String, String, String) | com.starteam.User | changePassword(String, String, String) |
com.starbase.util.OLEDate | getCurrentTime() | com.starteam.util.DateTime | getCurrentTime() |
int[] | getProductCodes() | com.starteam.Server.ProductCode[] | getProductCodes() |
com.starbase.starteam.ServerSession | getSession() | com.starteam.Server.Session | getSession() |
com.starbase.starteam.Type[] | getTypes() | com.starteam.TypeCollection | getTypes() |
boolean | hasProductCode(int) | boolean | hasProductCode(ProductCode) |
int | logOn(String, String) | com.starteam.User | logOn(String, String) |
| New Fields | |||
|---|---|---|---|
com.starteam.util.DotNotation | CONNECT_AS_110 |
||
com.starteam.util.DotNotation | CONNECT_AS_120 |
||
com.starbase.starteam.EmailAttachment
New Name: com.starteam.Server.EmailAttachment
| New Methods | |||
|---|---|---|---|
String | getContentType() |
||
String | getName() |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
int | hashCode() | ||
EmailAttachment | unwrap() | ||
EmailAttachment | wrap(EmailAttachment) | ||
com.starbase.starteam.ProductCodes
New Name: com.starteam.Server.ProductCode
| New Methods | |||
|---|---|---|---|
boolean | equals(Object) |
||
ProductCode | fromID(int) |
||
int | getID() |
||
int | hashCode() |
||
| New Fields | |||
|---|---|---|---|
com.starteam.Server.ProductCode[] | ALL |
||
com.starteam.Server.ProductCode | EXPRESS |
||
com.starbase.starteam.ServerSession
New Name: com.starteam.Server.Session
| New Methods | |||
|---|---|---|---|
User | getUser() |
||
String | toString() |
||
| Deleted Methods | |||
int | getUserID() | ||
com.starbase.starteam.ServerAdministration
New Name: com.starteam.ServerAdministration
| New Methods | |||
|---|---|---|---|
void | discard() |
||
Group | findGroup(int) |
||
User | findUser(int) |
||
User | findUser(String) |
||
Group[] | getGroups() |
||
PurgeController | getPurgeController() |
||
ACE[] | getRights() |
||
User[] | getUsers() |
||
boolean | hasPermissions(PermissionCollection) |
||
boolean | isRefreshRequired() |
||
void | populateGroupMembershipForAllUsers() |
||
void | refresh() |
||
void | setRights(ACE[]) |
||
Boolean | treatMixedEOLFileContentAsBinary() |
||
| Deleted Methods | |||
void | addDoubleField(Type, String, String, double) | ||
void | addDoubleFieldEx(Type, String, Translations, double) | ||
void | addEnumeratedField(Type, String, String, EnumeratedValue[], int) | ||
void | addEnumeratedFieldEx(Type, String, Translations, EnumeratedValue[], int) | ||
void | addIntegerField(Type, String, String, int) | ||
void | addIntegerFieldEx(Type, String, Translations, int) | ||
void | addRequiredTextField(Type, String, String, int) | ||
void | addRequiredTextFieldEx(Type, String, Translations, int) | ||
void | addRequiredUserField(Type, String, String) | ||
void | addRequiredUserFieldEx(Type, String, Translations) | ||
void | addTextField(Type, String, String, int) | ||
void | addTextFieldEx(Type, String, Translations, int) | ||
void | addTimeField(Type, String, String, OLEDate) | ||
void | addTimeFieldEx(Type, String, Translations, OLEDate) | ||
void | addUserField(Type, String, String) | ||
void | addUserFieldEx(Type, String, Translations) | ||
void | discardAccounts() | ||
void | enableProperty(Property, boolean) | ||
boolean | equals(Object) | ||
GroupAccount | findGroupAccount(int) | ||
UserAccount | findUserAccount(int) | ||
AclEntry[] | getACL() | ||
GroupAccount[] | getGroupAccounts() | ||
LicenseUsage | getLicenseUsage() | ||
PurgeControl | getPurgeControl() | ||
UserAccount[] | getUserAccounts() | ||
boolean | hasPermission(int) | ||
int | hashCode() | ||
boolean | isRefreshAccountsRequired() | ||
void | modifyDoubleField(Type, Property, boolean, String, double) | ||
void | modifyDoubleFieldEx(Type, Property, boolean, Translations, double) | ||
void | modifyEnumeratedField(Type, Property, boolean, String, EnumeratedValue[], int) | ||
void | modifyEnumeratedFieldEx(Type, Property, boolean, Translations, EnumeratedValue[], int) | ||
void | modifyIntegerField(Type, Property, boolean, String, int) | ||
void | modifyIntegerFieldEx(Type, Property, boolean, Translations, int) | ||
void | modifyTextField(Type, Property, boolean, String) | ||
void | modifyTextFieldEx(Type, Property, boolean, Translations) | ||
void | modifyTimeField(Type, Property, boolean, String, OLEDate) | ||
void | modifyTimeFieldEx(Type, Property, boolean, Translations, OLEDate) | ||
void | modifyUserField(Type, Property, boolean, String) | ||
void | modifyUserFieldEx(Type, Property, boolean, Translations) | ||
void | populateAccounts() | ||
void | refreshAccounts() | ||
void | setACL(AclEntry[]) | ||
void | setFieldRequired(Property, boolean) | ||
void | setNamedConfigOptions(Hashtable) | ||
ServerAdministration | unwrap() | ||
void | updateEnumeratedField(Property, boolean, Translations, EnumeratedValue[], int) | ||
void | updateLicenseUsage(String, ServerInfo[]) | ||
ServerAdministration | wrap(ServerAdministration) | ||
| Changed Methods | |||
com.starbase.starteam.ServerLicenseInfo | getLicenseInformation() | com.starteam.ServerAdministration.License | getLicenseInformation() |
SecurityLogEntry[] | getSecurityLog(int) | SecurityLogEntry[] | getSecurityLog(EventType) |
int | getServerLockStatus() | com.starteam.ServerAdministration.LockStatus | getServerLockStatus() |
void | writeLogFile(File, int, int) | void | writeLogFile(File, ServerLogType, ServerLogMode[]) |
| Deleted Fields | |||
|---|---|---|---|
int | LOG_ALL | ||
int | LOG_ASSERTIONS | ||
int | LOG_EXCEPTIONS | ||
int | LOG_MESSAGES | ||
int | LOG_MODE_ALL | ||
int | LOG_MODE_ERRORS | ||
int | LOG_TYPE_PURGE | ||
int | LOG_TYPE_SERVER | ||
int | LOG_WARNINGS | ||
int | SERVER_LOCKED | ||
int | SERVER_LOCKED_EXCLUSIVELY | ||
int | SERVER_UNLOCKED | ||
int | UNKNOWN | ||
com.starbase.starteam.ServerLicenseInfo
New Name: com.starteam.ServerAdministration.License
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
int | hashCode() | ||
ServerLicenseInfo | unwrap() | ||
ServerLicenseInfo | wrap(ServerLicenseInfo) | ||
| Changed Methods | |||
com.starbase.starteam.BLSLicenseInfo[] | getBLSLicenses() | com.starteam.ServerAdministration.License.BLS[] | getBLSLicenses() |
com.starbase.starteam.BLSLicenseInfo
New Name: com.starteam.ServerAdministration.License.BLS
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
int | hashCode() | ||
BLSLicenseInfo | unwrap() | ||
BLSLicenseInfo | wrap(BLSLicenseInfo) | ||
com.starbase.starteam.SecurityLogEntry
New Name: com.starteam.ServerAdministration.SecurityLogEntry
| New Methods | |||
|---|---|---|---|
AccessCheck | getAccessCheck() |
||
ContainerACL | getContainerACL() |
||
ObjectACL | getObjectACL() |
||
EventType | getSecurityEventType() |
||
UserGroup | getUserGroup() |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
AccessCheckSecLogID | getAccessCheckSecLogID() | ||
ContainerACLSecLogID | getContainerACLSecLogID() | ||
ObjectACLSecLogID | getObjectACLSecLogID() | ||
UserGroupSecLogID | getUserGroupSecLogID() | ||
int | getUserID() | ||
int | getWorkstationID() | ||
int | hashCode() | ||
SecurityLogEntry | unwrap() | ||
SecurityLogEntry | wrap(SecurityLogEntry) | ||
| Changed Methods | |||
com.starbase.util.OLEDate | getTimestamp() | com.starteam.util.DateTime | getTimestamp() |
com.starbase.starteam.AccessCheckSecLogID
New Name: com.starteam.ServerAdministration.SecurityLogEntry.AccessCheck
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
int | hashCode() | ||
AccessCheckSecLogID | unwrap() | ||
AccessCheckSecLogID | wrap(AccessCheckSecLogID) | ||
com.starbase.starteam.ContainerACLSecLogID
New Name: com.starteam.ServerAdministration.SecurityLogEntry.ContainerACL
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
int | hashCode() | ||
ContainerACLSecLogID | unwrap() | ||
ContainerACLSecLogID | wrap(ContainerACLSecLogID) | ||
com.starbase.starteam.SecurityLogEntry.SecurityEventType
New Name: com.starteam.ServerAdministration.SecurityLogEntry.EventType
| New Methods | |||
|---|---|---|---|
boolean | equals(Object) |
||
EventType | fromID(int) |
||
int | getID() |
||
int | hashCode() |
||
| New Fields | |||
|---|---|---|---|
com.starteam.ServerAdministration.SecurityLogEntry.EventType | ACCESS_TIMES_RESTRICTED |
||
com.starteam.ServerAdministration.SecurityLogEntry.EventType | ACCOUNT_SUSPENDED |
||
com.starteam.ServerAdministration.SecurityLogEntry.EventType[] | ALL |
||
com.starteam.ServerAdministration.SecurityLogEntry.EventType | CONTAINER_ACL_ADDED_OR_EDITED |
||
com.starteam.ServerAdministration.SecurityLogEntry.EventType | CONTAINER_ACL_DELETED |
||
com.starteam.ServerAdministration.SecurityLogEntry.EventType | LOCKED_OUT |
||
com.starteam.ServerAdministration.SecurityLogEntry.EventType | LOGIN |
||
com.starteam.ServerAdministration.SecurityLogEntry.EventType | LOGIN_FAILURE |
||
com.starteam.ServerAdministration.SecurityLogEntry.EventType | LOGOUT |
||
com.starteam.ServerAdministration.SecurityLogEntry.EventType | NO_SUCH_LOGIN_NAME |
||
com.starteam.ServerAdministration.SecurityLogEntry.EventType | OBJECT_ACCESS_CHECKED |
||
com.starteam.ServerAdministration.SecurityLogEntry.EventType | OBJECT_ACL_ACQUIRED_OWNERSHIP |
||
com.starteam.ServerAdministration.SecurityLogEntry.EventType | OBJECT_ACL_ADDED_OR_EDITED |
||
com.starteam.ServerAdministration.SecurityLogEntry.EventType | OBJECT_ACL_ADDED_TO_OWNER |
||
com.starteam.ServerAdministration.SecurityLogEntry.EventType | OBJECT_ACL_DELETED |
||
com.starteam.ServerAdministration.SecurityLogEntry.EventType | OBJECT_ACL_DROPPED_FROM_OWNER |
||
com.starteam.ServerAdministration.SecurityLogEntry.EventType | PASSWORD_EXPIRED |
||
com.starteam.ServerAdministration.SecurityLogEntry.EventType | POLICY_CHANGED |
||
com.starteam.ServerAdministration.SecurityLogEntry.EventType | UNKNOWN |
||
com.starteam.ServerAdministration.SecurityLogEntry.EventType | USER_CHANGED |
||
com.starteam.ServerAdministration.SecurityLogEntry.EventType | USER_GROUP_ADDED |
||
com.starteam.ServerAdministration.SecurityLogEntry.EventType | USER_GROUP_DROPPED |
||
com.starteam.ServerAdministration.SecurityLogEntry.EventType | USER_GROUP_EDITED |
||
com.starteam.ServerAdministration.SecurityLogEntry.EventType | USER_GROUP_FORCED_LOGOUT |
||
com.starteam.ServerAdministration.SecurityLogEntry.EventType | USER_GROUP_STATUS_CHANGED |
||
| Deleted Fields | |||
int | eAccessTimeRestricted | ||
int | eContainerACLAddEdit | ||
int | eContainerACLDelete | ||
int | eLockout | ||
int | eLoginFailure | ||
int | eLogon | ||
int | eLogout | ||
int | eNoSuchLoginName | ||
int | eObjectACLAcquireOwnership | ||
int | eObjectACLAddEdit | ||
int | eObjectACLAddOwner | ||
int | eObjectACLDelete | ||
int | eObjectACLDropOwner | ||
int | eObjectAccessCheck | ||
int | ePasswordExpired | ||
int | ePolicyChange | ||
int | eSuspendedAccount | ||
int | eUnknownEvent | ||
int | eUserChange | ||
int | eUserGroupAdd | ||
int | eUserGroupDrop | ||
int | eUserGroupEdit | ||
int | eUserGroupForceLogout | ||
int | eUserGroupStatusChange | ||
com.starbase.starteam.ObjectACLSecLogID
New Name: com.starteam.ServerAdministration.SecurityLogEntry.ObjectACL
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
int | hashCode() | ||
ObjectACLSecLogID | unwrap() | ||
ObjectACLSecLogID | wrap(ObjectACLSecLogID) | ||
com.starbase.starteam.UserGroupSecLogID
New Name: com.starteam.ServerAdministration.SecurityLogEntry.UserGroup
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
int | hashCode() | ||
UserGroupSecLogID | unwrap() | ||
UserGroupSecLogID | wrap(UserGroupSecLogID) | ||
com.starbase.starteam.Workstation
New Name: com.starteam.ServerAdministration.SecurityLogEntry.Workstation
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
int | hashCode() | ||
Workstation | unwrap() | ||
Workstation | wrap(Workstation) | ||
com.starbase.starteam.ServerConfiguration
New Name: com.starteam.ServerConfiguration
| New Methods | |||
|---|---|---|---|
String | getAlmServiceUrl() |
||
boolean | getCreateCheckinChangePackage() |
||
String | getDBPort() |
||
String | getDBServerName() |
||
String | getDBServiceName() |
||
String | getDBSid() |
||
void | setAlmServiceUrl(String) |
||
void | setCreateCheckinChangePackage(boolean) |
||
void | setDBPort(String) |
||
void | setDBServerName(String) |
||
void | setDBServiceName(String) |
||
void | setDBSid(String) |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
String | getDBDSN() | ||
int | getForeignRefreshRate() | ||
int | hashCode() | ||
boolean | isEnhancedProcessItemsEnabledForAllProjects() | ||
boolean | isEnhancedProcessItemsEnabledForNewProjects() | ||
void | setDBDSN(String) | ||
void | setEnhancedProcessItemsEnabledForAllProjects(boolean) | ||
void | setEnhancedProcessItemsEnabledForNewProjects(boolean) | ||
void | setForeignRefreshRate(int) | ||
ServerConfiguration | unwrap() | ||
ServerConfiguration | wrap(ServerConfiguration) | ||
| Changed Methods | |||
int | getDBType() | com.starteam.ServerConfiguration.DatabaseType | getDBType() |
int | getNotifyBy() | com.starteam.ServerConfiguration.NotificationType | getNotifyBy() |
void | setDBType(int) | void | setDBType(DatabaseType) |
void | setNotifyBy(int) | void | setNotifyBy(NotificationType) |
| Deleted Fields | |||
|---|---|---|---|
int | DBTYPE_DB2 | ||
int | DBTYPE_INFORMIX | ||
int | DBTYPE_MSACCESS | ||
int | DBTYPE_ORACLE | ||
int | DBTYPE_SQLSERVER | ||
int | DBTYPE_SYBASE | ||
int | DBTYPE_UNKNOWN | ||
int | NOTIFICATION_TYPE_BOTH | ||
int | NOTIFICATION_TYPE_EMAIL | ||
int | NOTIFICATION_TYPE_SYSTRAY | ||
int | PROTOCOL_IPX | ||
int | PROTOCOL_LRPC | ||
int | PROTOCOL_NAMED_PIPE | ||
int | PROTOCOL_NETBIOS | ||
int | PROTOCOL_TCP_IP_RPC | ||
int | PROTOCOL_TCP_IP_SOCKETS_XML | ||
com.starbase.starteam.ServerInfo
New Name: com.starteam.ServerInfo
| New Methods | |||
|---|---|---|---|
String | getDebugString() |
||
String | getPassword() |
||
String | getUserName() |
||
void | setPassword(String) |
||
void | setUserName(String) |
||
| Deleted Methods | |||
boolean | getAlwaysEnableCacheAgentForObjectProperties() | ||
String | getEndpoint() | ||
boolean | isEqualTo(ServerInfo) | ||
void | setAlwaysEnableCacheAgentForObjectProperties(boolean) | ||
void | setEndpoint(String) | ||
String | toDebugString() | ||
ServerInfo | unwrap() | ||
ServerInfo | wrap(ServerInfo) | ||
| Changed Methods | |||
com.starbase.starteam.ServerList | getOwner() | com.starteam.ServerInfoCollection | getOwner() |
| New Fields | |||
|---|---|---|---|
int | DEFAULT_PORT |
||
com.starbase.starteam.ServerList
New Name: com.starteam.ServerInfoCollection
| New Methods | |||
|---|---|---|---|
boolean | add(Object) |
||
boolean | remove(Object) |
||
| Deleted Methods | |||
void | addServer(ServerInfo) | ||
boolean | contains(ServerInfo) | ||
boolean | descriptionExists(String) | ||
boolean | equals(Object) | ||
ServerInfo[] | getServers() | ||
ServerInfo[] | getSocketBasedServers() | ||
int | hashCode() | ||
void | loadFrom(File) | ||
void | removeAll() | ||
void | removeServer(ServerInfo) | ||
ServerList | unwrap() | ||
ServerList | wrap(ServerList) | ||
com.starbase.starteam.ItemReference
New Name: com.starteam.Share
| New Methods | |||
|---|---|---|---|
Share[] | getChildShares() |
||
User | getCreatedBy() |
||
User | getDeletedBy() |
||
int | getID() |
||
User | getModifiedBy() |
||
Share | getParentShare() |
||
Project | getProject() |
||
PropertyCollection | getProperties() |
||
int | getVMID() |
||
View | getView() |
||
boolean | isFirstOfItsBranch() |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
ItemReference[] | getChildren() | ||
int | getCreatedUserID() | ||
int | getDeletedUserID() | ||
int | getItemID() | ||
int | getModifiedUserID() | ||
ItemReference | getParent() | ||
int | getProjectID() | ||
int | getViewID() | ||
int | hashCode() | ||
ItemReference | wrap(ItemReference) | ||
| Changed Methods | |||
com.starbase.util.OLEDate | getCreatedTime() | com.starteam.util.DateTime | getCreatedTime() |
com.starbase.util.OLEDate | getDeletedTime() | com.starteam.util.DateTime | getDeletedTime() |
java.lang.String | getDotNotation() | com.starteam.util.DotNotation | getDotNotation() |
com.starbase.util.OLEDate | getEndModifiedTime() | com.starteam.util.DateTime | getEndModifiedTime() |
com.starbase.util.OLEDate | getModifiedTime() | com.starteam.util.DateTime | getModifiedTime() |
com.starbase.starteam.StarTeamClientOptions
New Name: com.starteam.StarTeamClientOptions
| New Methods | |||
|---|---|---|---|
boolean | getCheckNewItemActivated(String) |
||
int | getCheckNewItemInterval(String) |
||
String[] | getComponentNames() |
||
boolean | getLogMPXMessages() |
||
String[] | getOptionNames(String) |
||
boolean | getReadOnSelectChangeActivated(String) |
||
boolean | getSelectedItemTimerActivated(String) |
||
int | getSelectedItemTimerInterval(String) |
||
void | setCheckNewItemActivated(String, boolean) |
||
void | setCheckNewItemInterval(String, int) |
||
void | setReadOnSelectChangeActivated(String, boolean) |
||
void | setSelectedItemTimerActivated(String, boolean) |
||
void | setSelectedItemTimerInterval(String, int) |
||
| Deleted Methods | |||
void | clearProcessItem(View) | ||
boolean | equals(Object) | ||
boolean | getChangeCheckNewItemActivated() | ||
int | getChangeCheckNewItemInterval() | ||
boolean | getChangeReadOnSelectChangeActivated() | ||
boolean | getChangeSelectedItemTimerActivated() | ||
int | getChangeSelectedItemTimerInterval() | ||
int | getProcessItemClassID(View) | ||
int | getProcessItemID(View) | ||
boolean | getTaskCheckNewItemActivated() | ||
int | getTaskCheckNewItemInterval() | ||
boolean | getTaskReadOnSelectChangeActivated() | ||
boolean | getTaskSelectedItemTimerActivated() | ||
int | getTaskSelectedItemTimerInterval() | ||
boolean | getTopicCheckNewItemActivated() | ||
int | getTopicCheckNewItemInterval() | ||
boolean | getTopicReadOnSelectChangeActivated() | ||
boolean | getTopicSelectedItemTimerActivated() | ||
int | getTopicSelectedItemTimerInterval() | ||
boolean | getWorkspaceFalcon() | ||
int | hashCode() | ||
void | setChangeCheckNewItemActivated(boolean) | ||
void | setChangeCheckNewItemInterval(int) | ||
void | setChangeReadOnSelectChangeActivated(boolean) | ||
void | setChangeSelectedItemTimerActivated(boolean) | ||
void | setChangeSelectedItemTimerInterval(int) | ||
void | setProcessItem(Item, View) | ||
void | setTaskCheckNewItemActivated(boolean) | ||
void | setTaskCheckNewItemInterval(int) | ||
void | setTaskReadOnSelectChangeActivated(boolean) | ||
void | setTaskSelectedItemTimerActivated(boolean) | ||
void | setTaskSelectedItemTimerInterval(int) | ||
void | setTopicCheckNewItemActivated(boolean) | ||
void | setTopicCheckNewItemInterval(int) | ||
void | setTopicReadOnSelectChangeActivated(boolean) | ||
void | setTopicSelectedItemTimerActivated(boolean) | ||
void | setTopicSelectedItemTimerInterval(int) | ||
void | setWorkspaceFalcon(boolean) | ||
StarTeamClientOptions | unwrap() | ||
StarTeamClientOptions | wrap(StarTeamClientOptions) | ||
| Changed Methods | |||
com.starbase.starteam.Item[] | getAllProcessItems(Server) | com.starteam.ViewMemberCollection | getAllProcessItems(Server) |
java.lang.String | getFileDefaultEOL() | int | getFileDefaultEOL() |
java.lang.String | getFileDefaultEncoding() | com.starteam.util.Encoding | getFileDefaultEncoding() |
boolean | getWorkspaceRefreshTime() | int | getWorkspaceRefreshTime() |
void | reloadIfNeeded() | boolean | reloadIfNeeded() |
void | setFileDefaultEOL(String) | void | setFileDefaultEOL(int) |
void | setFileDefaultEncoding(String) | void | setFileDefaultEncoding(Encoding) |
void | setProcessItem(Item) | void | setProcessItem(Item, View) |
void | setWorkspaceRefreshTime(boolean) | void | setWorkspaceRefreshTime(int) |
| Deleted Fields | |||
|---|---|---|---|
java.lang.String | CHANGE_CHECK_NEW_ITEM_ACTIVATED | ||
java.lang.String | CHANGE_CHECK_NEW_ITEM_INTERVAL | ||
java.lang.String | CHANGE_READ_ON_SELECT_CHANGE_ACTIVATED | ||
java.lang.String | CHANGE_SELECTED_ITEM_TIMER_ACTIVATED | ||
java.lang.String | CHANGE_SELECTED_ITEM_TIMER_INTERVAL | ||
java.lang.String | TASK_CHECK_NEW_ITEM_ACTIVATED | ||
java.lang.String | TASK_CHECK_NEW_ITEM_INTERVAL | ||
java.lang.String | TASK_READ_ON_SELECT_CHANGE_ACTIVATED | ||
java.lang.String | TASK_SELECTED_ITEM_TIMER_ACTIVATED | ||
java.lang.String | TASK_SELECTED_ITEM_TIMER_INTERVAL | ||
java.lang.String | TOPIC_CHECK_NEW_ITEM_ACTIVATED | ||
java.lang.String | TOPIC_CHECK_NEW_ITEM_INTERVAL | ||
java.lang.String | TOPIC_READ_ON_SELECT_CHANGE_ACTIVATED | ||
java.lang.String | TOPIC_SELECTED_ITEM_TIMER_ACTIVATED | ||
java.lang.String | TOPIC_SELECTED_ITEM_TIMER_INTERVAL | ||
com.starbase.starteam.StarTeamURL
New Name: com.starteam.StarTeamURL
| New Methods | |||
|---|---|---|---|
Folder | resolveFolder() |
||
Project | resolveProject() |
||
Server | resolveServer() |
||
View | resolveView() |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
StringTokenizer | getFolders() | ||
String | getHostName() | ||
String | getPassword() | ||
String | getPath() | ||
String | getPort() | ||
String | getProjectName() | ||
int | getProtocol() | ||
String | getSource() | ||
String | getUserName() | ||
int | hashCode() | ||
String | toString() | ||
StarTeamURL | unwrap() | ||
StarTeamURL | wrap(StarTeamURL) | ||
com.starbase.starteam.StatusMethod
New Name: com.starteam.StatusMethod
| New Methods | |||
|---|---|---|---|
FileBasedStatusManager | getStatusManager(View) |
||
FileBasedStatusManager | getStatusManager(View, GUID) |
||
FileBasedStatusManager | getWorkspaceStatusManager(String) |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
FileBasedStatusManager | getStatusManagerForView(View) | ||
FileBasedStatusManager | getStatusManagerForViewId(int, String) | ||
int | hashCode() | ||
StatusMethod | unwrap() | ||
StatusMethod | wrap(StatusMethod) | ||
| Changed Methods | |||
java.util.Enumeration | getSourceDirs(File) | java.lang.String[] | getSourceDirs(File) |
| New Fields | |||
|---|---|---|---|
com.starteam.StatusMethod | WORKSPACE |
||
com.starbase.starteam.SupportedFeatures
New Name: com.starteam.SupportedFeatures
| New Methods | |||
|---|---|---|---|
boolean | canConvertPropertyType(Class, Class) |
||
boolean | canCreatePropertyType(Class) |
||
boolean | hasPropertyType(Class) |
||
boolean | supportsReleaseTwelveZeroFeatures() |
||
| Deleted Methods | |||
boolean | canShareFolderOnly() | ||
boolean | equals(Object) | ||
boolean | hasBLSLicensing() | ||
boolean | hasBulkCreateLinks() | ||
boolean | hasBulkFetchLinks() | ||
boolean | hasClientManagedFileStatus() | ||
boolean | hasConcurrentLicensing() | ||
boolean | hasCurrentTime() | ||
boolean | hasCustomTranslations() | ||
boolean | hasDeletedItems() | ||
boolean | hasDiagnosticStatisticsReporting() | ||
boolean | hasDiagnostics() | ||
boolean | hasDirectoryServiceSupport() | ||
boolean | hasEnhancedProcessItemCustomizations() | ||
boolean | hasEnhancedProcessItems() | ||
boolean | hasEnhancedProcessItemsNative() | ||
boolean | hasFileEOLFormat() | ||
boolean | hasFileExecutablePermission() | ||
boolean | hasFolderComponentAccessRights() | ||
boolean | hasForwardCompatibility() | ||
boolean | hasGroupMembers() | ||
boolean | hasItemRevision() | ||
boolean | hasLabelCommandsOnRolledBackView() | ||
boolean | hasLabelCopy() | ||
boolean | hasLabelLocking() | ||
boolean | hasLicenseUsage() | ||
boolean | hasLinkParentFolderItemID() | ||
boolean | hasLongFileSizes() | ||
boolean | hasMergeHistory() | ||
boolean | hasMergeService() | ||
boolean | hasMultiCommandTransactions() | ||
boolean | hasNOTQueryOperator() | ||
boolean | hasNamedConfigOptions() | ||
boolean | hasNativeIIVault() | ||
boolean | hasNewAuditProperties() | ||
boolean | hasNewUserCertificate() | ||
boolean | hasNoTimeoutNamedLicenses() | ||
boolean | hasObjectOwnership() | ||
boolean | hasOnlinePurgeControl() | ||
boolean | hasPVCSSupport() | ||
boolean | hasPromotionStateRights() | ||
boolean | hasReconnect() | ||
boolean | hasSecureDirectoryService() | ||
boolean | hasServerCommandStats() | ||
boolean | hasServerExclusiveLock() | ||
boolean | hasServerLicenseInfo() | ||
boolean | hasServerLock() | ||
boolean | hasServerLockStatus() | ||
boolean | hasServerShutdown() | ||
boolean | hasVSSSupport() | ||
int | hashCode() | ||
boolean | isServerLocalized() | ||
boolean | isShareTreeTimeBased() | ||
String | toDebugString() | ||
String | toString() | ||
SupportedFeatures | unwrap() | ||
SupportedFeatures | wrap(SupportedFeatures) | ||
com.starbase.starteam.SystemPolicy
New Name: com.starteam.SystemPolicy
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
boolean | getSkipOwnershipCheck() | ||
int | hashCode() | ||
boolean | isStrongPasswordRulesSupported() | ||
void | setSkipOwnershipCheck(boolean) | ||
SystemPolicy | unwrap() | ||
SystemPolicy | wrap(SystemPolicy) | ||
com.starbase.starteam.Task
New Name: com.starteam.Task
| New Methods | |||
|---|---|---|---|
Task | create(Folder) |
||
Date | getActualFinishDate() |
||
Date | getActualStartDate() |
||
TimeSpan | getActualWorkToDate() |
||
Constraint | getConstraint() |
||
String | getDescription() |
||
Date | getEstimatedFinishDate() |
||
Date | getEstimatedStartDate() |
||
TimeSpan | getEstimatedTotalWork() |
||
LifeCycleType | getLifeCycleType() |
||
TaskType | getMSProjectTaskType() |
||
double | getOrder() |
||
DoubleProperty | getOrderProperty() |
||
PropertyCollection | getProperties() |
||
TimeSpan | getScheduledCalendarTime() |
||
boolean | isAttentionRequired() |
||
boolean | isBlocked() |
||
boolean | isMilestone() |
||
boolean | isMyTask() |
||
void | populateTaskDependencies(Task[]) |
||
void | populateWorkRecords(Task[]) |
||
void | setActualFinishDate(Date) |
||
void | setActualStartDate(Date) |
||
void | setAttentionRequired(boolean) |
||
void | setBlocked(boolean) |
||
void | setDescription(String) |
||
void | setEstimatedFinishDate(Date) |
||
void | setEstimatedStartDate(Date) |
||
void | setEstimatedTotalWork(TimeSpan) |
||
void | setLifeCycleType(LifeCycleType) |
||
void | setOrder(double) |
||
void | setScheduledCalendarTime(TimeSpan) |
||
Object | setValue(Property, Object) |
||
String | toString() |
||
| Deleted Methods | |||
void | addWorkRecord(WorkRecord) | ||
boolean | equals(Object) | ||
OLEDate | getActualFinish() | ||
double | getActualHours() | ||
OLEDate | getActualStart() | ||
int | getChildrenCount() | ||
int | getConstraintType() | ||
String | getConstraintTypeDisplayName(int) | ||
double | getDuration() | ||
OLEDate | getEstimatedFinish() | ||
double | getEstimatedHours() | ||
OLEDate | getEstimatedStart() | ||
int | getIsMyTask() | ||
String | getIsMyTaskDisplayName(int) | ||
int | getMilestone() | ||
String | getMilestoneDisplayName(int) | ||
int | getNeedsAttention() | ||
String | getNeedsAttentionDisplayName(int) | ||
String | getOriginDisplayName(int) | ||
int | getParentID() | ||
int[] | getPossibleConstraintType() | ||
int[] | getPossibleIsMyTask() | ||
int[] | getPossibleMilestone() | ||
int[] | getPossibleNeedsAttention() | ||
int[] | getPossibleOrigin() | ||
int[] | getPossiblePriority() | ||
int[] | getPossibleStatus() | ||
int[] | getPossibleTaskType() | ||
String | getPriorityDisplayName(int) | ||
String | getStatusDisplayName(int) | ||
int | getTaskType() | ||
String | getTaskTypeDisplayName(int) | ||
int | hashCode() | ||
Object | put(String, Object) | ||
void | setDuration(double) | ||
void | setEstimatedFinish(OLEDate) | ||
void | setEstimatedStart(OLEDate) | ||
void | setNeedsAttention(int) | ||
Task | wrap(Task) | ||
| Changed Methods | |||
void | addResource(int) | void | addResource(User) |
com.starbase.util.OLEDate | getConstraintDate() | com.starteam.util.DateTime | getConstraintDate() |
com.starbase.util.OLEDate | getDependencyLastUpdate() | com.starteam.util.DateTime | getDependencyLastUpdate() |
double | getEstimatedHoursVariance() | com.starteam.util.TimeSpan | getEstimatedHoursVariance() |
java.lang.String | getGUID() | com.starteam.util.GUID | getGUID() |
com.starbase.util.OLEDate | getMSProjectLastUpdate() | com.starteam.util.DateTime | getMSProjectLastUpdate() |
int | getOrigin() | com.starteam.Task.Origin | getOrigin() |
int | getPriority() | com.starteam.Task.Priority | getPriority() |
int[] | getResources() | com.starteam.User[] | getResources() |
int | getResponsibility() | com.starteam.User | getResponsibility() |
int | getStatus() | com.starteam.Task.Status | getStatus() |
com.starbase.starteam.ProcessItemUsage | getUsage() | com.starteam.Task.ProcessUsage | getUsage() |
void | removeResource(int) | void | removeResource(User) |
void | setMilestone(int) | void | setMilestone(boolean) |
void | setOrigin(int) | void | setOrigin(Origin) |
void | setPriority(int) | void | setPriority(Priority) |
void | setResponsibility(int) | void | setResponsibility(User) |
void | setStatus(int) | void | setStatus(Status) |
void | setUsage(ProcessItemUsage) | void | setUsage(ProcessUsage) |
com.starbase.starteam.ProcessItemUsage
New Name: com.starteam.Task.ProcessUsage
| New Methods | |||
|---|---|---|---|
boolean | equals(Object) |
||
ProcessUsage | fromID(int) |
||
ProcessUsage | fromValue(EnumeratedValue) |
||
int | getCode() |
||
String | getDisplayName() |
||
int | getID() |
||
String | getName() |
||
int | hashCode() |
||
| New Fields | |||
|---|---|---|---|
com.starteam.Task.ProcessUsage[] | ALL |
||
com.starbase.starteam.TaskDependency
New Name: com.starteam.TaskDependency
| New Methods | |||
|---|---|---|---|
TaskDependency | copy() |
||
PropertyCollection | getProperties() |
||
Object | setValue(Property, Object) |
||
| Deleted Methods | |||
int[] | getPossiblePredecessorType() | ||
String | getPredecessorTypeDisplayName(int) | ||
int | hashCode() | ||
Object | put(String, Object) | ||
TaskDependency | wrap(TaskDependency) | ||
| Changed Methods | |||
int | getPredecessorType() | com.starteam.TaskDependency.PredecessorType | getPredecessorType() |
void | setPredecessorType(int) | void | setPredecessorType(PredecessorType) |
com.starbase.starteam.Topic
New Name: com.starteam.Topic
| New Methods | |||
|---|---|---|---|
boolean | amIRecipient() |
||
Topic | create(Folder) |
||
PropertyCollection | getProperties() |
||
String | toString() |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
int | getAmIRecipient() | ||
int | getChildrenCount() | ||
int[] | getPossiblePriority() | ||
int[] | getPossibleReadStatus() | ||
int[] | getPossibleStatus() | ||
String | getPriorityDisplayName(int) | ||
int | getReadStatus() | ||
String | getReadStatusDisplayName(int) | ||
String | getStatusDisplayName(int) | ||
int | hashCode() | ||
void | modifyReadStatusForUser(boolean) | ||
Topic | wrap(Topic) | ||
| Changed Methods | |||
void | addRecipient(int) | void | addRecipient(User) |
int | getPriority() | com.starteam.Topic.Priority | getPriority() |
int[] | getRecipients() | com.starteam.User[] | getRecipients() |
int | getStatus() | com.starteam.Topic.Status | getStatus() |
void | removeRecipient(int) | void | removeRecipient(User) |
void | setPriority(int) | void | setPriority(Priority) |
void | setStatus(int) | void | setStatus(Status) |
com.starbase.starteam.Translations
New Name: com.starteam.Translations
| New Methods | |||
|---|---|---|---|
String | getDebugString() |
||
| Deleted Methods | |||
String | toDebugString() | ||
Translations | unwrap() | ||
Translations | wrap(Translations) | ||
| New Fields | |||
|---|---|---|---|
com.starteam.Translations | FALSE |
||
com.starteam.Translations | NO |
||
com.starteam.Translations | OFF |
||
com.starteam.Translations | ON |
||
com.starteam.Translations | TRUE |
||
com.starteam.Translations | YES |
||
com.starbase.starteam.TreeItem
New Name: com.starteam.TreeItem
| New Methods | |||
|---|---|---|---|
TreeItem[] | getChildren() |
||
DoubleProperty | getOrderProperty() |
||
TreeItem | getParent() |
||
boolean | hasChildren() |
||
void | setAfter(TreeItem) |
||
void | setBefore(TreeItem) |
||
void | setBetween(TreeItem, TreeItem) |
||
void | setFirst() |
||
void | setLast() |
||
Item | smartShareTo(Folder) |
||
void | update() |
||
| Deleted Methods | |||
void | move(Folder) | ||
TreeItem | wrap(TreeItem) | ||
com.starbase.starteam.Type
New Name: com.starteam.Type
| New Methods | |||
|---|---|---|---|
String | getDebugString() |
||
Translations | getDisplayNameTranslations() |
||
Filter | getFilter(String) |
||
Filter | getFilter(int) |
||
int | getID() |
||
Query | getQuery(int) |
||
Query | getQuery(String) |
||
ACE[] | getRights(Type) |
||
Property | getSecondaryDescriptor() |
||
PropertyCollection | getSecondaryDescriptors() |
||
boolean | hasFilter(String) |
||
boolean | hasFilter(int) |
||
boolean | hasPermissions(PermissionCollection, Type) |
||
boolean | hasPermissions(PermissionCollection) |
||
boolean | hasQuery(int) |
||
boolean | hasQuery(String) |
||
boolean | isAttachmentContainer() |
||
boolean | isBranchable() |
||
boolean | isDeleted() |
||
void | setRights(Type, ACE[]) |
||
| Deleted Methods | |||
AclEntry[] | getACL() | ||
AclEntry[] | getContainerLevelACL(String) | ||
String | getDBTableName() | ||
Filter | getFilterForID(int) | ||
Filter | getFilterForName(String) | ||
int | getPropertyCount() | ||
QueryInfo | getQueryForID(int) | ||
QueryInfo | getQueryForName(String) | ||
boolean | hasFilterForID(int) | ||
boolean | hasFilterForName(String) | ||
boolean | hasPermission(int, String) | ||
boolean | hasPermission(int) | ||
boolean | hasPropertyForName(String) | ||
boolean | hasPropertyForPID(int) | ||
boolean | hasQueryForID(int) | ||
boolean | hasQueryForName(String) | ||
boolean | isItemType() | ||
int | pidForIndex(int) | ||
Property[] | propertiesForNames(String[]) | ||
Property | propertyForName(String) | ||
Property | propertyForPID(int) | ||
void | setACL(AclEntry[]) | ||
void | setContainerLevelACL(AclEntry[], String) | ||
String | toDebugString() | ||
Type | unwrap() | ||
Type | wrap(Type) | ||
| Changed Methods | |||
com.starbase.starteam.AclEntry[] | getComponentACL() | com.starteam.ACE[] | getComponentACL() |
com.starbase.starteam.AclEntry[] | getFilterACL() | com.starteam.ACE[] | getFilterACL() |
com.starbase.starteam.Property[] | getProperties() | com.starteam.PropertyCollection | getProperties() |
com.starbase.starteam.QueryInfo[] | getQueries() | com.starteam.Query[] | getQueries() |
com.starbase.starteam.AclEntry[] | getQueryACL() | com.starteam.ACE[] | getQueryACL() |
void | setComponentACL(AclEntry[]) | void | setComponentACL(ACE[]) |
void | setFilterACL(AclEntry[]) | void | setFilterACL(ACE[]) |
void | setQueryACL(AclEntry[]) | void | setQueryACL(ACE[]) |
| New Fields | |||
|---|---|---|---|
java.lang.String | NAME |
||
com.starbase.starteam.TypedResource
New Name: com.starteam.TypedResource
| New Methods | |||
|---|---|---|---|
void | addToIntegerArray(Property, Property, int) |
||
boolean | getBooleanValue(Property) |
||
byte[] | getByteArrayValue(Property) |
||
PropertyCollection | getCachedProperties() |
||
Content | getContentValue(Property) |
||
DateTime | getDateTimeValue(Property) |
||
Date | getDateValue(Property) |
||
String | getDisplayName() |
||
double | getDoubleValue(Property) |
||
EnumeratedValue[] | getEnumeratedValues(Property) |
||
int | getID() |
||
int[] | getIntegerArrayValue(Property) |
||
int | getIntegerValue(Property) |
||
LinkValue | getLinkValue(Property) |
||
long | getLongValue(Property) |
||
int | getObjectID() |
||
Server | getServer() |
||
String | getStringValue(Property) |
||
TimeSpan | getTimeSpanValue(Property) |
||
Object | getValue(Property) |
||
boolean | hasCachedProperties() |
||
boolean | isCachedProperty(Property) |
||
boolean | isDirty() |
||
boolean | isNew() |
||
void | removeFromIntegerArray(Property, Property, int) |
||
void | setBooleanValue(Property, boolean) |
||
void | setByteArrayValue(Property, byte[]) |
||
void | setContentValue(Property, Content) |
||
void | setDateTimeValue(Property, DateTime) |
||
void | setDateValue(Property, Date) |
||
void | setDoubleValue(Property, double) |
||
void | setEnumeratedValue(Property, EnumeratedValue) |
||
void | setEnumeratedValues(Property, EnumeratedValue[]) |
||
void | setIntegerArrayValue(Property, int[]) |
||
void | setIntegerValue(Property, int) |
||
void | setLinkValue(Property, LinkValue) |
||
void | setLongValue(Property, long) |
||
void | setStringValue(Property, String) |
||
void | setTimeSpanValue(Property, TimeSpan) |
||
Object | setValue(Property, Object) |
||
| Deleted Methods | |||
void | addToIntArray(String, String, int) | ||
boolean | equals(Object) | ||
Object | get(String) | ||
byte[] | getByteArray(String) | ||
double | getDouble(String) | ||
int | getInt(String) | ||
int[] | getIntArray(String) | ||
OLEDate | getOLEDate(String) | ||
PropertyNames | getPropertyNames() | ||
String | getString(String) | ||
TypeNames | getTypeNames() | ||
int | hashCode() | ||
Object | put(String, Object) | ||
void | removeFromIntArray(String, String, int) | ||
TypedResource | unwrap() | ||
| Changed Methods | |||
String | getEnumDisplayName(String, int) | String | getEnumDisplayName(Property, int) |
int[] | getPossibleValues(String) | com.starteam.EnumeratedValue[] | getPossibleValues(Property) |
com.starbase.starteam.User
New Name: com.starteam.User
| New Fields | |||
|---|---|---|---|
com.starteam.User | LOGGED_IN_USER |
||
com.starbase.starteam.View
New Name: com.starteam.View
| New Methods | |||
|---|---|---|---|
void | addViewMemberListener(ViewMemberListener, Type, PropertyCollection) |
||
void | addViewMemberListener(ViewMemberListener, Type) |
||
void | addViewMemberUpdateListener(ViewMemberUpdateListener, Type) |
||
Label[] | fetchAllLabels(View) |
||
View | findDerivedView(String) |
||
Label | findLabel(String) |
||
Label | findLabel(int) |
||
ViewMember | findViewMember(Type, int) |
||
ChangePackageCollection | getChangePackages() |
||
ViewMember | getDisembodiedViewMember(Type, int) |
||
PropertyCollection | getProperties() |
||
Category | getRegistry() |
||
ACE[] | getRights() |
||
ACE[] | getRights(Type) |
||
TraceCollection | getTraces() |
||
Object | getValue(Property) |
||
ViewMemberCollection | getViewMembers(Type) |
||
ViewType | getViewType() |
||
Workflow | getWorkflow(Type) |
||
boolean | hasPermissions(PermissionCollection, Type) |
||
boolean | hasPermissions(PermissionCollection) |
||
void | removeViewMemberListener(ViewMemberListener, Type) |
||
void | removeViewMemberUpdateListener(ViewMemberUpdateListener, Type) |
||
void | setRights(ACE[]) |
||
void | setRights(Type, ACE[]) |
||
Object | setValue(Property, Object) |
||
void | setViewType(ViewType) |
||
| Deleted Methods | |||
void | acquireOwnership() | ||
Label[] | fetchAllLabelsFromView(int, int) | ||
Object | get(String) | ||
AclEntry[] | getACL() | ||
AclEntry[] | getContainerLevelACL(String) | ||
int | getCreatedBy() | ||
boolean | getHaveAccessRights() | ||
Item[] | getHistoryForItemID(int, Type) | ||
int | getOwner() | ||
boolean | hasPermission(int, String) | ||
boolean | hasPermission(int) | ||
void | modifyItemsFlagForUser(int[], Type, boolean) | ||
void | modifyItemsReadStatusForUser(int[], Type, boolean) | ||
Object | put(String, Object) | ||
Object | putByPropertyID(int, Object) | ||
void | setACL(AclEntry[]) | ||
void | setContainerLevelACL(AclEntry[], String) | ||
View | wrap(View) | ||
| Changed Methods | |||
void | addItemListener(IItemListener, Type, String[]) | void | addItemListener(IItemListener, Type, PropertyCollection) |
View | createChildViewShareTheseItems(String, String, Folder, String, ViewConfiguration, boolean, Type[]) | View | createChildViewShareTheseItems(String, String, Folder, String, ViewConfiguration, boolean, TypeCollection) |
Label | createViewLabel(String, String, OLEDate, boolean, boolean) | Label | createViewLabel(String, String, DateTime, boolean, boolean) |
com.starbase.util.OLEDate | getCreatedTime() | com.starteam.util.DateTime | getCreatedTime() |
Item | getDisembodiedItem(int, Type) | Item | getDisembodiedItem(Type, int) |
com.starbase.starteam.NotificationItem[] | getNewNotificationItems(String) | com.starteam.ViewMemberCollection | getNewNotificationItems(Type) |
boolean | hasNewNotificationItems(String) | boolean | hasNewNotificationItems(Type) |
Item | resolveLinkEndpoint(LinkEndpoint) | Item | resolveLinkEndpoint(Endpoint) |
com.starbase.starteam.ViewConfiguration
New Name: com.starteam.ViewConfiguration
| New Methods | |||
|---|---|---|---|
ViewConfiguration | createFrom(PromotionState) |
||
ViewConfiguration | createFrom(Label) |
||
ViewConfiguration | createFrom(DateTime) |
||
Label | getLabel() |
||
PromotionState | getPromotionState() |
||
boolean | supportsDeletedItems() |
||
| Deleted Methods | |||
ViewConfiguration | createFromLabel(int) | ||
ViewConfiguration | createFromPromotionState(int) | ||
ViewConfiguration | createFromTime(OLEDate) | ||
int | getLabelID() | ||
int | getPromotionStateID() | ||
ViewConfiguration | unwrap() | ||
ViewConfiguration | wrap(ViewConfiguration) | ||
| Changed Methods | |||
com.starbase.util.OLEDate | getTime() | com.starteam.util.DateTime | getTime() |
com.starbase.starteam.ViewConfigurationDiffer
New Name: com.starteam.ViewConfigurationDiffer
| New Methods | |||
|---|---|---|---|
void | addRequiredProperties(Type, PropertyCollection) |
||
void | addRequiredProperty(Type, Property) |
||
void | addViewMemberUpdateListener(ViewMemberUpdateListener, Type) |
||
void | removeViewMemberUpdateListener(ViewMemberUpdateListener, Type) |
||
void | setAllPropertiesRequired(Type) |
||
| Deleted Methods | |||
void | addRequiredPropertyName(Type, String) | ||
void | addRequiredPropertyNames(Type, String[]) | ||
boolean | equals(Object) | ||
int | hashCode() | ||
void | setAllPropertyNamesRequired(Type) | ||
ViewConfigurationDiffer | unwrap() | ||
ViewConfigurationDiffer | wrap(ViewConfigurationDiffer) | ||
com.starbase.starteam.Item.LockType
New Name: com.starteam.ViewMember.LockType
| New Methods | |||
|---|---|---|---|
boolean | equals(Object) |
||
LockType | fromID(int) |
||
int | getID() |
||
String | getName() |
||
int | hashCode() |
||
| New Fields | |||
|---|---|---|---|
com.starteam.ViewMember.LockType[] | ALL |
||
| Deleted Fields | |||
int | BREAK_FLAG | ||
| Changed Fields | |||
int | EXCLUSIVE | com.starteam.ViewMember.LockType | EXCLUSIVE |
int | NONEXCLUSIVE | com.starteam.ViewMember.LockType | NON_EXCLUSIVE |
int | UNCHANGED | com.starteam.ViewMember.LockType | UNCHANGED |
int | UNLOCKED | com.starteam.ViewMember.LockType | UNLOCKED |
com.starbase.starteam.ItemBehavior
New Name: com.starteam.ViewMemberBehavior
| New Methods | |||
|---|---|---|---|
ViewConfiguration | getConfiguration() |
||
boolean | isBranchOnChange() |
||
boolean | isPinned() |
||
void | setConfiguration(ViewConfiguration) |
||
void | setFloatingConfiguration() |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
boolean | getBranchOnChange() | ||
ViewConfiguration | getConfig() | ||
boolean | getFixConfig() | ||
int | hashCode() | ||
void | setConfig(ViewConfiguration) | ||
void | setFloatingConfig() | ||
ItemBehavior | unwrap() | ||
ItemBehavior | wrap(ItemBehavior) | ||
| Changed Methods | |||
int | getBranchState() | com.starteam.TypedResource.BranchState | getBranchState() |
| Deleted Fields | |||
|---|---|---|---|
int | BRANCH_STATE_BRANCHABLE | ||
int | BRANCH_STATE_BRANCHED | ||
int | BRANCH_STATE_NOT_SUPPORTED | ||
int | BRANCH_STATE_ROOT | ||
com.starbase.starteam.ItemRevision
New Name: com.starteam.ViewMemberRevision
| New Methods | |||
|---|---|---|---|
User | getCreatedBy() |
||
int | getID() |
||
int | getParentFolderItemID() |
||
Project | getProject() |
||
PropertyCollection | getProperties() |
||
View | getView() |
||
boolean | isBranched() |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
int | getBranchFlag() | ||
int | getLocationItemID() | ||
int | getProjectID() | ||
int | getUserID() | ||
int | getViewID() | ||
int | hashCode() | ||
ItemRevision | wrap(ItemRevision) | ||
| Changed Methods | |||
int | getBranchState() | com.starteam.TypedResource.BranchState | getBranchState() |
com.starbase.util.OLEDate | getObjectTime() | com.starteam.util.DateTime | getObjectTime() |
com.starbase.util.OLEDate | getTime() | com.starteam.util.DateTime | getTime() |
com.starbase.starteam.ViewPollingAgent
New Name: com.starteam.ViewPollingAgent
| New Methods | |||
|---|---|---|---|
void | addRequiredProperties(Type, PropertyCollection) |
||
void | addRequiredProperty(Type, Property) |
||
void | addViewMemberUpdateListener(ViewMemberUpdateListener, Type) |
||
void | removeViewMemberUpdateListener(ViewMemberUpdateListener, Type) |
||
void | setAllPropertiesRequired(Type) |
||
| Deleted Methods | |||
void | addRequiredPropertyName(Type, String) | ||
void | addRequiredPropertyNames(Type, String[]) | ||
boolean | equals(Object) | ||
int | hashCode() | ||
void | setAllPropertyNamesRequired(Type) | ||
ViewPollingAgent | unwrap() | ||
ViewPollingAgent | wrap(ViewPollingAgent) | ||
| Changed Methods | |||
com.starbase.util.OLEDate | refresh() | com.starteam.util.DateTime | refresh() |
com.starbase.starteam.WorkRecord
New Name: com.starteam.WorkRecord
| New Methods | |||
|---|---|---|---|
WorkRecord | copy() |
||
String | getComment() |
||
Date | getDateWorkedOn() |
||
TimeSpan | getEstimatedTimeRemaining() |
||
PropertyCollection | getProperties() |
||
TimeSpan | getTimeWorked() |
||
void | setComment(String) |
||
void | setDateWorkedOn(Date) |
||
void | setEstimatedTimeRemaining(TimeSpan) |
||
void | setTimeWorked(TimeSpan) |
||
Object | setValue(Property, Object) |
||
String | toString() |
||
| Deleted Methods | |||
OLEDate | getDateWorkBegan() | ||
double | getHoursRemaining() | ||
double | getHoursWorked() | ||
void | setDateWorkBegan(OLEDate) | ||
void | setHoursRemaining(double) | ||
void | setHoursWorked(double) | ||
WorkRecord | unwrap() | ||
WorkRecord | wrap(WorkRecord) | ||
| Changed Methods | |||
int | getWorkPerformedBy() | com.starteam.User | getWorkPerformedBy() |
void | setWorkPerformedBy(int) | void | setWorkPerformedBy(User) |
com.starbase.diff.BasicCompare
New Name: com.starteam.diff.BasicCompare
| Deleted Methods | |||
|---|---|---|---|
boolean | equalObjects(Object, Object) | ||
int | hashObject(Object) | ||
BasicCompare | unwrap() | ||
BasicCompare | wrap(BasicCompare) | ||
com.starbase.diff.CharSequence
New Name: com.starteam.diff.CharSequence
| New Methods | |||
|---|---|---|---|
int | getLength() |
||
| Deleted Methods | |||
int | length() | ||
com.starbase.diff.ColumnMask
New Name: com.starteam.diff.ColumnMask
| New Methods | |||
|---|---|---|---|
String | getDebugString() |
||
com.starbase.diff.ConsoleWriter
New Name: com.starteam.diff.ConsoleWriter
| Deleted Methods | |||
|---|---|---|---|
ConsoleWriter | wrap(ConsoleWriter) | ||
com.starbase.diff.DiffCompare
New Name: com.starteam.diff.DiffCompare
| Deleted Methods | |||
|---|---|---|---|
boolean | equalObjects(Object, Object) | ||
int | hashObject(Object) | ||
com.starbase.diff.DiffException
New Name: com.starteam.diff.DiffException
| Deleted Methods | |||
|---|---|---|---|
DiffException | unwrap() | ||
DiffException | wrap(DiffException) | ||
com.starbase.diff.Edit
New Name: com.starteam.diff.Edit
| New Methods | |||
|---|---|---|---|
int | getEndSource() |
||
int | getEndTarget() |
||
int | getStartSource() |
||
int | getStartTarget() |
||
| Deleted Methods | |||
int | endSource() | ||
int | endTarget() | ||
int | startSource() | ||
int | startTarget() | ||
Edit | unwrap() | ||
Edit | wrap(Edit) | ||
com.starbase.diff.EditList
New Name: com.starteam.diff.EditCollection
| Deleted Methods | |||
|---|---|---|---|
void | addChange(Edit) | ||
Edit[] | getChanges() | ||
int | length() | ||
EditList | unwrap() | ||
EditList | wrap(EditList) | ||
com.starbase.diff.EditListWriter
New Name: com.starteam.diff.EditListWriter
| Deleted Methods | |||
|---|---|---|---|
EditListWriter | unwrap() | ||
| Changed Methods | |||
void | write(EditList, int, int) | void | write(EditCollection, int, int) |
com.starbase.diff.HTMLDiffWriter
New Name: com.starteam.diff.HTMLDiffWriter
| Deleted Methods | |||
|---|---|---|---|
HTMLDiffWriter | wrap(HTMLDiffWriter) | ||
com.starbase.diff.HTMLInterleavedDiffWriter
New Name: com.starteam.diff.HTMLInterleavedDiffWriter
| Deleted Methods | |||
|---|---|---|---|
HTMLInterleavedDiffWriter | wrap(HTMLInterleavedDiffWriter) | ||
com.starbase.diff.HTMLStereoDiffWriter
New Name: com.starteam.diff.HTMLStereoDiffWriter
| Deleted Methods | |||
|---|---|---|---|
HTMLStereoDiffWriter | wrap(HTMLStereoDiffWriter) | ||
com.starbase.diff.IntralineSequence
New Name: com.starteam.diff.IntralineSequence
| New Methods | |||
|---|---|---|---|
int | getSize() |
||
| Deleted Methods | |||
int | size() | ||
IntralineSequence | unwrap() | ||
IntralineSequence | wrap(IntralineSequence) | ||
com.starbase.diff.LineIterator
New Name: com.starteam.diff.LineIterator
| New Methods | |||
|---|---|---|---|
int | getIndex() |
||
| Deleted Methods | |||
int | index() | ||
LineIterator | unwrap() | ||
LineIterator | wrap(LineIterator) | ||
com.starbase.diff.ParsedCharSequence
New Name: com.starteam.diff.ParsedCharSequence
| New Methods | |||
|---|---|---|---|
boolean | endsWithEOL() |
||
int | getSize() |
||
| Deleted Methods | |||
int | size() | ||
ParsedCharSequence | unwrap() | ||
ParsedCharSequence | wrap(ParsedCharSequence) | ||
com.starbase.diff.Sequence
New Name: com.starteam.diff.Sequence
| New Methods | |||
|---|---|---|---|
int | getSize() |
||
| Deleted Methods | |||
int | size() | ||
com.starbase.diff.SharedCharSequence
New Name: com.starteam.diff.SharedCharSequence
| New Methods | |||
|---|---|---|---|
int | getLength() |
||
| Deleted Methods | |||
int | length() | ||
SharedCharSequence | unwrap() | ||
SharedCharSequence | wrap(SharedCharSequence) | ||
com.starbase.diff.StarTeamDiff
New Name: com.starteam.diff.StarTeamDiff
| Deleted Methods | |||
|---|---|---|---|
StarTeamDiff | unwrap() | ||
StarTeamDiff | wrap(StarTeamDiff) | ||
| Changed Methods | |||
com.starbase.diff.EditList | diff(Sequence, Sequence, DiffCompare) | com.starteam.diff.EditCollection | diff(Sequence, Sequence, DiffCompare) |
com.starbase.diff.StarTeamMerge
New Name: com.starteam.diff.StarTeamMerge
| New Methods | |||
|---|---|---|---|
DiffCompare | getComparer() |
||
EOLFormat | getEOL() |
||
boolean | getOverlapOnly() |
||
boolean | getShowFromCommon() |
||
void | setComparer(DiffCompare) |
||
void | setEOL(EOLFormat) |
||
void | setOverlapOnly(boolean) |
||
void | setShowFromCommon(boolean) |
||
| Deleted Methods | |||
boolean | merge(File, String, File, String, File, String, DiffCompare, OutputStream, String, String, String, String, boolean, boolean, String) | ||
boolean | merge(File, File, File, DiffCompare, OutputStream, String, String, String, boolean, boolean) | ||
boolean | merge(File, File, File, DiffCompare, OutputStream, String, String, String, boolean, boolean, String) | ||
boolean | mergeToFile(File, File, File, DiffCompare, File, String, String, String, boolean, boolean, String) | ||
boolean | mergeToFile(File, String, File, String, File, String, DiffCompare, File, String, String, String, String, boolean, boolean, String) | ||
| Changed Methods | |||
boolean | merge(File, File, File, DiffCompare, File, String, String, String, boolean, boolean) | boolean | merge(FileDetails, FileDetails, FileDetails, FileDetails) |
com.starbase.diff.StringCharSequence
New Name: com.starteam.diff.StringCharSequence
| New Methods | |||
|---|---|---|---|
int | getLength() |
||
| Deleted Methods | |||
int | length() | ||
StringCharSequence | unwrap() | ||
StringCharSequence | wrap(StringCharSequence) | ||
com.starbase.util.StringCompare
New Name: com.starteam.diff.StringCompare
| Deleted Methods | |||
|---|---|---|---|
int | compare(Object, Object) | ||
boolean | equals(Object) | ||
int | hashCode() | ||
StringCompare | unwrap() | ||
StringCompare | wrap(StringCompare) | ||
com.starbase.starteam.CacheAgentEvent
New Name: com.starteam.events.CacheAgentEvent
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
Object | getSource() | ||
int | hashCode() | ||
CacheAgentEvent | unwrap() | ||
CacheAgentEvent | wrap(CacheAgentEvent) | ||
| Changed Methods | |||
com.starbase.starteam.Property[] | getMissingProperties() | com.starteam.PropertyCollection | getMissingProperties() |
com.starbase.starteam.CheckinEvent
New Name: com.starteam.events.CheckinEvent
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
Object | getSource() | ||
int | hashCode() | ||
CheckinEvent | unwrap() | ||
CheckinEvent | wrap(CheckinEvent) | ||
com.starbase.starteam.CheckinListener
New Name: com.starteam.events.CheckinListener
| New Methods | |||
|---|---|---|---|
void | notifyProgress(CheckinEvent) |
||
void | startFile(CheckinEvent) |
||
| Deleted Methods | |||
void | onNotifyProgress(CheckinEvent) | ||
void | onStartFile(CheckinEvent) | ||
com.starbase.starteam.CheckoutEvent
New Name: com.starteam.events.CheckoutEvent
| New Methods | |||
|---|---|---|---|
CheckOutResult | getCheckoutResult() |
||
File | getCheckoutRevision() |
||
String | getErrorMessage() |
||
File | getOriginalRevision() |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
CheckOutResult | getCheckoutResults() | ||
File | getCurrentFile() | ||
CheckoutProgress | getProgress() | ||
Object | getSource() | ||
int | hashCode() | ||
CheckoutEvent | unwrap() | ||
CheckoutEvent | wrap(CheckoutEvent) | ||
com.starbase.starteam.CheckoutListener
New Name: com.starteam.events.CheckoutListener
| New Methods | |||
|---|---|---|---|
void | notifyProgress(CheckoutEvent) |
||
void | startFile(CheckoutEvent) |
||
| Deleted Methods | |||
void | onNotifyProgress(CheckoutEvent) | ||
void | onStartFile(CheckoutEvent) | ||
com.starbase.starteam.FilterEvent
New Name: com.starteam.events.FilterEvent
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
Object | getSource() | ||
int | hashCode() | ||
FilterEvent | unwrap() | ||
FilterEvent | wrap(FilterEvent) | ||
com.starbase.starteam.FolderEvent
New Name: com.starteam.events.FolderEvent
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
Object | getSource() | ||
int | hashCode() | ||
FolderEvent | unwrap() | ||
FolderEvent | wrap(FolderEvent) | ||
com.starbase.starteam.FolderTreeEvent
New Name: com.starteam.events.FolderTreeEvent
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
Object | getSource() | ||
int | hashCode() | ||
FolderTreeEvent | unwrap() | ||
FolderTreeEvent | wrap(FolderTreeEvent) | ||
com.starbase.starteam.FolderUpdateEvent
New Name: com.starteam.events.FolderUpdateEvent
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
Object | getSource() | ||
int | hashCode() | ||
FolderUpdateEvent | unwrap() | ||
FolderUpdateEvent | wrap(FolderUpdateEvent) | ||
com.starbase.starteam.ItemEvent
New Name: com.starteam.events.ItemEvent
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
Object | getSource() | ||
int | hashCode() | ||
ItemEvent | unwrap() | ||
ItemEvent | wrap(ItemEvent) | ||
com.starbase.starteam.ItemIDEvent
New Name: com.starteam.events.ItemIDEvent
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
Object | getSource() | ||
int | hashCode() | ||
ItemIDEvent | unwrap() | ||
ItemIDEvent | wrap(ItemIDEvent) | ||
com.starbase.starteam.ItemListEvent
New Name: com.starteam.events.ItemListEvent
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
Object | getSource() | ||
int | hashCode() | ||
ItemListEvent | unwrap() | ||
ItemListEvent | wrap(ItemListEvent) | ||
com.starbase.starteam.ItemUpdateEvent
New Name: com.starteam.events.ItemUpdateEvent
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
Object | getSource() | ||
int | hashCode() | ||
ItemUpdateEvent | unwrap() | ||
ItemUpdateEvent | wrap(ItemUpdateEvent) | ||
com.starbase.starteam.LabelEvent
New Name: com.starteam.events.LabelEvent
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
Object | getSource() | ||
int | hashCode() | ||
LabelEvent | unwrap() | ||
LabelEvent | wrap(LabelEvent) | ||
com.starbase.starteam.LinkUpdateEvent
New Name: com.starteam.events.LinkUpdateEvent
| Deleted Methods | |||
|---|---|---|---|
LinkUpdateEvent | unwrap() | ||
LinkUpdateEvent | wrap(LinkUpdateEvent) | ||
com.starbase.starteam.MPXStatusEvent
New Name: com.starteam.events.MPXStatusEvent
| Deleted Methods | |||
|---|---|---|---|
Object | getSource() | ||
MPXStatusEvent | unwrap() | ||
MPXStatusEvent | wrap(MPXStatusEvent) | ||
com.starbase.starteam.NotificationEvent
New Name: com.starteam.events.NotificationEvent
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
Object | getSource() | ||
int | hashCode() | ||
NotificationEvent | unwrap() | ||
NotificationEvent | wrap(NotificationEvent) | ||
com.starbase.starteam.ProjectEvent
New Name: com.starteam.events.ProjectEvent
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
Object | getSource() | ||
int | hashCode() | ||
ProjectEvent | unwrap() | ||
ProjectEvent | wrap(ProjectEvent) | ||
com.starbase.starteam.QueryEvent
New Name: com.starteam.events.QueryEvent
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
Object | getSource() | ||
int | hashCode() | ||
QueryEvent | unwrap() | ||
QueryEvent | wrap(QueryEvent) | ||
| Changed Methods | |||
com.starbase.starteam.QueryInfo | getQuery() | com.starteam.Query | getQuery() |
com.starbase.starteam.ServerControlEvent
New Name: com.starteam.events.ServerControlEvent
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
Object | getSource() | ||
int | hashCode() | ||
ServerControlEvent | unwrap() | ||
ServerControlEvent | wrap(ServerControlEvent) | ||
com.starbase.starteam.TypeEvent
New Name: com.starteam.events.TypeEvent
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
Object | getSource() | ||
int | hashCode() | ||
TypeEvent | unwrap() | ||
TypeEvent | wrap(TypeEvent) | ||
com.starbase.starteam.TypeListener
New Name: com.starteam.events.TypeListener
| New Methods | |||
|---|---|---|---|
void | typeAdded(TypeEvent) |
||
com.starbase.starteam.UserEvent
New Name: com.starteam.events.UserEvent
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
Object | getSource() | ||
int | hashCode() | ||
UserEvent | unwrap() | ||
UserEvent | wrap(UserEvent) | ||
com.starbase.starteam.ViewEvent
New Name: com.starteam.events.ViewEvent
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
Object | getSource() | ||
int | hashCode() | ||
ViewEvent | unwrap() | ||
ViewEvent | wrap(ViewEvent) | ||
com.starbase.starteam.CommandAbortedException
New Name: com.starteam.exceptions.CommandAbortedException
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
String | getMessage() | ||
int | hashCode() | ||
CommandAbortedException | unwrapCAE() | ||
CommandAbortedException | wrap(CommandAbortedException) | ||
com.starbase.starteam.DisembodiedItemException
New Name: com.starteam.exceptions.DisembodiedException
| New Methods | |||
|---|---|---|---|
ViewMember | getViewMember() |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
String | getMessage() | ||
int | hashCode() | ||
DisembodiedException | unwrap() | ||
DisembodiedItemException | wrap(DisembodiedException) | ||
com.starbase.starteam.DuplicateServerListEntryException
New Name: com.starteam.exceptions.DuplicateServerListEntryException
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
String | getMessage() | ||
int | hashCode() | ||
DuplicateServerListEntryException | unwrap() | ||
DuplicateServerListEntryException | wrap(DuplicateServerListEntryException) | ||
com.starbase.starteam.viewcomparemerge.FileMergeException
New Name: com.starteam.exceptions.FileMergeException
| Deleted Methods | |||
|---|---|---|---|
ItemDifference | getItemDifference() | ||
FileMergeException | unwrap() | ||
FileMergeException | wrap(FileMergeException) | ||
com.starbase.starteam.ItemNotFoundException
New Name: com.starteam.exceptions.ItemNotFoundException
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
String | getMessage() | ||
int | hashCode() | ||
ItemNotFoundException | wrap(ItemNotFoundException) | ||
com.starbase.starteam.LogonException
New Name: com.starteam.exceptions.LogonException
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
String | getMessage() | ||
int | hashCode() | ||
LogonException | wrap(LogonException) | ||
com.starbase.starteam.MPXException
New Name: com.starteam.exceptions.MPXException
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
String | getMessage() | ||
int | hashCode() | ||
MPXException | unwrap() | ||
MPXException | wrap(MPXException) | ||
| Changed Methods | |||
int | getErrorCode() | com.starteam.exceptions.MPXException.ErrorCode | getErrorCode() |
| Deleted Fields | |||
|---|---|---|---|
int | E_CONNECT | ||
int | E_MESSAGETHREAD | ||
int | E_MPX_BASE | ||
int | E_MULTICAST_NOT_SUPPORTED | ||
int | E_NORESPONSE | ||
int | E_NOTCONNECTED | ||
int | E_NOT_INSTALLED | ||
int | E_NOT_SUPPORTED | ||
int | E_NO_DEFAULT_PROFILE | ||
int | E_NO_SUCH_PROFILE | ||
int | E_TRANSMITTER | ||
int | E_UNEXPECTED | ||
com.starbase.starteam.NoSuchPropertyException
New Name: com.starteam.exceptions.NoSuchPropertyException
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
String | getMessage() | ||
int | hashCode() | ||
NoSuchPropertyException | unwrap() | ||
NoSuchPropertyException | wrap(NoSuchPropertyException) | ||
com.starbase.starteam.PasswordExpiredException
New Name: com.starteam.exceptions.PasswordExpiredException
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
String | getMessage() | ||
int | hashCode() | ||
PasswordExpiredException | wrap(PasswordExpiredException) | ||
com.starbase.starteam.viewcomparemerge.PropertyMergeException
New Name: com.starteam.exceptions.PropertyMergeException
| Deleted Methods | |||
|---|---|---|---|
ItemDifference | getItemDifference() | ||
PropertyMergeException | unwrap() | ||
PropertyMergeException | wrap(PropertyMergeException) | ||
com.starbase.starteam.PropertyNotWritableException
New Name: com.starteam.exceptions.PropertyNotWritableException
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
String | getMessage() | ||
int | hashCode() | ||
PropertyNotWritableException | unwrap() | ||
PropertyNotWritableException | wrap(PropertyNotWritableException) | ||
com.starbase.starteam.SDKRuntimeException
New Name: com.starteam.exceptions.SDKRuntimeException
| New Methods | |||
|---|---|---|---|
String | getErrorCode() |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
String | getMessage() | ||
int | hashCode() | ||
SDKRuntimeException | unwrap() | ||
SDKRuntimeException | wrap(SDKRuntimeException) | ||
com.starbase.starteam.ServerException
New Name: com.starteam.exceptions.ServerException
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
ServerException | forError(Server, String, String, int, String, boolean, double, int, Hashtable) | ||
int | hashCode() | ||
ServerException | unwrap() | ||
ServerException | wrap(ServerException) | ||
| Changed Methods | |||
com.starbase.util.OLEDate | getTimeLogged() | com.starteam.util.DateTime | getTimeLogged() |
com.starbase.starteam.ServerUnavailableException
New Name: com.starteam.exceptions.ServerUnavailableException
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
String | getMessage() | ||
int | hashCode() | ||
ServerUnavailableException | wrap(ServerUnavailableException) | ||
com.starbase.starteam.TypeNotFoundException
New Name: com.starteam.exceptions.TypeNotFoundException
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
String | getMessage() | ||
int | hashCode() | ||
TypeNotFoundException | unwrap() | ||
TypeNotFoundException | wrap(TypeNotFoundException) | ||
com.starbase.util.WorkStationException
New Name: com.starteam.exceptions.WorkStationException
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
int | hashCode() | ||
WorkStationException | unwrap() | ||
WorkStationException | wrap(WorkStationException) | ||
com.starbase.util.OLEDate
New Name: com.starteam.util.DateTime
| New Methods | |||
|---|---|---|---|
DateTime | add(DateTime, TimeSpan) |
||
DateTime | add(TimeSpan) |
||
int | compareTo(DateTime) |
||
DateTime | fromJavaDate(Date) |
||
DateTime | fromJavaMsec(long) |
||
double | fromJavaMsecToOATime(long) |
||
long | fromJavaMsecToTicks(long) |
||
DateTime | fromOATime(double) |
||
long | fromOATimeToJavaMsec(double) |
||
long | fromOATimeToTicks(double) |
||
DateTime | fromTicks(long) |
||
long | fromTicksToJavaMsec(long) |
||
TimeSpan | getElapsedTime(DateTime, DateTime) |
||
boolean | isAfter(DateTime) |
||
boolean | isBefore(DateTime) |
||
DateTime | now() |
||
DateTime | subtract(TimeSpan) |
||
DateTime | subtract(DateTime, TimeSpan) |
||
Date | toDate() |
||
Date | toJavaDate() |
||
long | toJavaMsec() |
||
String | toLocalString(int, int) |
||
String | toLocalString() |
||
double | toOATime() |
||
long | toTicks() |
||
| Deleted Methods | |||
Date | createDate() | ||
double | doubleFromLong(long) | ||
double | getDoubleValue() | ||
long | getLongValue() | ||
String | localString(int, int) | ||
long | longFromDouble(double) | ||
DateTime | unwrap() | ||
OLEDate | wrap(DateTime) | ||
| Changed Methods | |||
com.starbase.util.OLEDate | getUTCNoon() | com.starteam.util.DateTime | getUTCNoon() |
| New Fields | |||
|---|---|---|---|
double | DATE_TIME_VALUE_NOT_SET |
||
com.starteam.util.DateTime | EARLIEST_SUPPORTED_TIME |
||
com.starteam.util.DateTime | MAX_VALUE |
||
com.starteam.util.DateTime | MIN_VALUE |
||
com.starteam.util.DateTime | VALUE_NOT_SET |
||
com.starbase.util.OLEDateFormat
New Name: com.starteam.util.DateTimeFormat
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
int | hashCode() | ||
DateTimeFormat | unwrap() | ||
| Changed Methods | |||
String | format(OLEDate) | String | format(DateTime) |
com.starbase.util.OLEDateFormat | getDateInstance(int) | com.starteam.util.DateTimeFormat | getDateInstance(int) |
com.starbase.util.OLEDateFormat | getDateTimeInstance(int, int) | com.starteam.util.DateTimeFormat | getDateTimeInstance(int, int) |
com.starbase.util.OLEDateFormat | getLocalDateInstance() | com.starteam.util.DateTimeFormat | getLocalDateInstance() |
com.starbase.util.OLEDateFormat | getLocalDateTimeInstance() | com.starteam.util.DateTimeFormat | getLocalDateTimeInstance() |
com.starbase.util.OLEDateFormat | getTimeInstance(int) | com.starteam.util.DateTimeFormat | getTimeInstance(int) |
com.starbase.util.EOLReader
New Name: com.starteam.util.EOLReader
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
int | hashCode() | ||
EOLReader | wrap(EOLReader) | ||
com.borland.starteam.util.Encoding
New Name: com.starteam.util.Encoding
| Deleted Methods | |||
|---|---|---|---|
Encoding | unwrap() | ||
Encoding | wrap(Encoding) | ||
| New Fields | |||
|---|---|---|---|
com.starteam.util.Encoding | UTF_32 |
||
com.starteam.util.Encoding | UTF_32BE |
||
com.starteam.util.Encoding | UTF_32LE |
||
com.starbase.util.FileAccess
New Name: com.starteam.util.FileAccess
| New Methods | |||
|---|---|---|---|
long | getFileLength(String) |
||
boolean | isRemoteDrive(String) |
||
void | loadFileAttributes(Attributes[]) |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
int | hashCode() | ||
FileAccess | unwrap() | ||
com.starbase.util.FileUtils
New Name: com.starteam.util.FileUtils
| New Methods | |||
|---|---|---|---|
String | convertUnicodeEol(String, Encoding) |
||
CharacterSet | getCharacterSet(File) |
||
Encoding | getEncoding(File) |
||
Encoding | getEncoding(byte[], int) |
||
boolean | isUnicode(byte[], int) |
||
boolean | isUnicode(File) |
||
| Deleted Methods | |||
String | condensePath(String, String, boolean) | ||
int | getFileLength(File) | ||
long | getFileLengthEx(File) | ||
| Deleted Fields | |||
|---|---|---|---|
long | MAX_FILE_LENGTH | ||
long | MAX_FILE_LENGTH_80 | ||
com.starbase.util.GUID
New Name: com.starteam.util.GUID
| New Methods | |||
|---|---|---|---|
String | getByteString() |
||
String | getCanonicalFormat() |
||
String | getDebugString() |
||
| Deleted Methods | |||
String | byteString() | ||
String | canonicalFormat() | ||
String | debugDump() | ||
GUID | unwrap() | ||
GUID | wrap(GUID) | ||
com.starbase.util.LineProcessor
New Name: com.starteam.util.LineProcessor
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
int | hashCode() | ||
LineProcessor | unwrap() | ||
com.starbase.util.LineReader
New Name: com.starteam.util.LineReader
| New Methods | |||
|---|---|---|---|
EOLFormat | getEOLFormat() |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
int | hashCode() | ||
LineReader | unwrap() | ||
LineReader | wrap(LineReader) | ||
| Deleted Fields | |||
|---|---|---|---|
int | EOL_CR | ||
int | EOL_CRLF | ||
int | EOL_EOF | ||
int | EOL_LF | ||
int | EOL_UNKNOWN | ||
com.starbase.util.MD5
New Name: com.starteam.util.MD5
| Deleted Methods | |||
|---|---|---|---|
long | computeFileMD5Ex(File) | ||
long | computeStreamMD5Ex(InputStream) | ||
MD5 | unwrap() | ||
MD5 | wrap(MD5) | ||
| Changed Methods | |||
int | computeFileMD5(File) | long | computeFileMD5(File) |
int | computeStreamMD5(InputStream) | long | computeStreamMD5(InputStream) |
com.starbase.util.NativeFileAccess
New Name: com.starteam.util.NativeFileAccess
| New Methods | |||
|---|---|---|---|
long | getFileLength(String) |
||
boolean | isRemoteDrive(String) |
||
void | loadFileAttributes(Attributes[]) |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
int | hashCode() | ||
NativeFileAccess | wrap(NativeFileAccess) | ||
com.starbase.util.Platform
New Name: com.starteam.util.Platform
| New Methods | |||
|---|---|---|---|
boolean | getCaseSensitiveFileNames() |
||
long | getFileLength(String) |
||
String | getFilePathDelimiter() |
||
String | getTempDirectoryPath() |
||
boolean | isRemoteDrive(String) |
||
void | loadFileAttributes(Attributes[]) |
||
| Deleted Methods | |||
boolean | caseSensitiveFileNames() | ||
String | getFilePathDelim() | ||
void | printProps() | ||
| Changed Methods | |||
double | getFileLastModified(String) | com.starteam.util.DateTime | getFileLastModified(String) |
double | getFileLastModified(File) | com.starteam.util.DateTime | getFileLastModified(File) |
com.starbase.util.Sortable
New Name: com.starteam.util.Sortable
| New Methods | |||
|---|---|---|---|
int | getSize() |
||
| Deleted Methods | |||
int | size() | ||
com.starbase.util.StreamUtils
New Name: com.starteam.util.StreamUtils
| New Methods | |||
|---|---|---|---|
long | bufferedTransfer(InputStream, OutputStream, int, MD5, Listener) |
||
File | copy(File, String, String) |
||
File | copy(File, String) |
||
| Changed Methods | |||
int | bufferedTransfer(InputStream, OutputStream, int, MD5) | long | bufferedTransfer(InputStream, OutputStream, int, MD5) |
int | bufferedTransfer(InputStream, OutputStream, int) | long | bufferedTransfer(InputStream, OutputStream, int) |
int | eatStream(InputStream, int, MD5) | long | eatStream(InputStream, int, MD5) |
int | eatStream(InputStream, int) | long | eatStream(InputStream, int) |
com.starbase.util.TextInputStream
New Name: com.starteam.util.TextInputStream
| New Methods | |||
|---|---|---|---|
int | read(byte[], int, int) |
||
| Deleted Methods | |||
boolean | equals(Object) | ||
int | hashCode() | ||
TextInputStream | unwrap() | ||
TextInputStream | wrap(TextInputStream) | ||
| Changed Methods | |||
int | read(byte[], int, int) | int | read(byte[]) |
com.starbase.util.XMLUtils
New Name: com.starteam.util.XMLUtils
| Deleted Methods | |||
|---|---|---|---|
boolean | equals(Object) | ||
int | hashCode() | ||
XMLUtils | unwrap() | ||
XMLUtils | wrap(XMLUtils) | ||
void | writeEscaped(String, Writer) | ||
| Changed Methods | |||
void | writeEscaped(String, BufferedWriter) | void | writeEscaped(String, Writer) |
com.starbase.starteam.viewcomparemerge.ActionOverride
New Name: com.starteam.viewcomparemerge.ActionOverride
| Deleted Methods | |||
|---|---|---|---|
ActionOverride | unwrap() | ||
ActionOverride | wrap(ActionOverride) | ||
com.starbase.starteam.viewcomparemerge.AmbiguousMatchException
New Name: com.starteam.viewcomparemerge.AmbiguousMatchException
| Deleted Methods | |||
|---|---|---|---|
AmbiguousMatchException | unwrap() | ||
AmbiguousMatchException | wrap(AmbiguousMatchException) | ||
com.starbase.starteam.viewcomparemerge.AnyScope
New Name: com.starteam.viewcomparemerge.AnyScope
| New Methods | |||
|---|---|---|---|
void | add(Scope) |
||
String | getDescription() |
||
Item | getIncludedRevision(Item) |
||
TypeCollection | getItemTypes() |
||
boolean | isFullScope(Type) |
||
void | refresh(Session) |
||
void | remove(Scope) |
||
| Deleted Methods | |||
AnyScope | unwrap() | ||
AnyScope | wrap(AnyScope) | ||
com.starbase.starteam.viewcomparemerge.DifferenceType
New Name: com.starteam.viewcomparemerge.DifferenceType
| New Methods | |||
|---|---|---|---|
DifferenceType | fromID(int) |
||
| Deleted Methods | |||
DifferenceType | unwrap() | ||
DifferenceType | wrap(DifferenceType) | ||
com.starbase.starteam.viewcomparemerge.EveryScope
New Name: com.starteam.viewcomparemerge.EveryScope
| New Methods | |||
|---|---|---|---|
void | add(Scope) |
||
String | getDescription() |
||
Item | getIncludedRevision(Item) |
||
TypeCollection | getItemTypes() |
||
boolean | isFullScope(Type) |
||
void | refresh(Session) |
||
void | remove(Scope) |
||
| Deleted Methods | |||
EveryScope | unwrap() | ||
EveryScope | wrap(EveryScope) | ||
com.starbase.starteam.viewcomparemerge.FileMergeAdapter
New Name: com.starteam.viewcomparemerge.FileMergeAdapter
| Deleted Methods | |||
|---|---|---|---|
FileMergeAdapter | unwrap() | ||
com.starbase.starteam.viewcomparemerge.FolderScope
New Name: com.starteam.viewcomparemerge.FolderScope
| New Methods | |||
|---|---|---|---|
String | getDescription() |
||
Item | getIncludedRevision(Item) |
||
TypeCollection | getItemTypes() |
||
boolean | isFullScope(Type) |
||
void | refresh(Session) |
||
| Deleted Methods | |||
FolderScope | unwrap() | ||
FolderScope | wrap(FolderScope) | ||
com.starbase.starteam.viewcomparemerge.ItemDifference
New Name: com.starteam.viewcomparemerge.ItemDifference
| New Methods | |||
|---|---|---|---|
Item | getSourceItemForCompare() |
||
Item | getTargetItemForCompare() |
||
boolean | isLegalAction(MergeAction) |
||
| Deleted Methods | |||
MergePoint | getMergePoint() | ||
Link | getProcessLink() | ||
ItemDifference | unwrap() | ||
ItemDifference | wrap(ItemDifference) | ||
com.starbase.starteam.viewcomparemerge.ItemListScope
New Name: com.starteam.viewcomparemerge.ItemListScope
| New Methods | |||
|---|---|---|---|
String | getDescription() |
||
Item | getIncludedRevision(Item) |
||
TypeCollection | getItemTypes() |
||
boolean | isFullScope(Type) |
||
void | refresh(Session) |
||
| Deleted Methods | |||
ItemListScope | unwrap() | ||
ItemListScope | wrap(ItemListScope) | ||
com.starbase.starteam.viewcomparemerge.ItemTypeScope
New Name: com.starteam.viewcomparemerge.ItemTypeScope
| New Methods | |||
|---|---|---|---|
String | getDescription() |
||
Item | getIncludedRevision(Item) |
||
TypeCollection | getItemTypes() |
||
boolean | isFullScope(Type) |
||
void | refresh(Session) |
||
| Deleted Methods | |||
ItemTypeScope | unwrap() | ||
ItemTypeScope | wrap(ItemTypeScope) | ||
| Changed Methods | |||
void | setItemTypes(Type[]) | void | setItemTypes(TypeCollection) |
com.starbase.starteam.viewcomparemerge.MatchState
New Name: com.starteam.viewcomparemerge.MatchState
| New Methods | |||
|---|---|---|---|
Boolean | getItemReadOnlyInTarget() |
||
Type | getItemType() |
||
Boolean | getSomeChangedPropertiesExcludedFromMerge() |
||
Boolean | getTargetViewHasMultipleFloatingSharesWithSameOID() |
||
void | setItemReadOnlyInTarget(Boolean) |
||
void | setItemReadOnlyInTarget(boolean) |
||
void | setItemType(Type) |
||
void | setSomeChangedPropertiesExcludedFromMerge(Boolean) |
||
void | setSomeChangedPropertiesExcludedFromMerge(boolean) |
||
void | setTargetViewHasMultipleFloatingSharesWithSameOID(boolean) |
||
void | setTargetViewHasMultipleFloatingSharesWithSameOID(Boolean) |
||
| Deleted Methods | |||
String | getItemTypeName() | ||
Boolean | getParentFolderDeletedInTarget() | ||
void | setItemTypeName(String) | ||
void | setParentFolderDeletedInTarget(Boolean) | ||
void | setParentFolderDeletedInTarget(boolean) | ||
MatchState | unwrap() | ||
MatchState | wrap(MatchState) | ||
com.starbase.starteam.viewcomparemerge.MergeAction
New Name: com.starteam.viewcomparemerge.MergeAction
| Deleted Methods | |||
|---|---|---|---|
MergeAction | unwrap() | ||
MergeAction | wrap(MergeAction) | ||
| New Fields | |||
|---|---|---|---|
com.starteam.viewcomparemerge.MergeAction | ADD |
||
com.starteam.viewcomparemerge.MergeAction | CHECKIN |
||
com.starteam.viewcomparemerge.MergeAction | CHECKIN_AND_OVERWRITE |
||
com.starteam.viewcomparemerge.MergeAction | CHECKOUT |
||
com.starteam.viewcomparemerge.MergeAction | CHECKOUT_AND_OVERWRITE |
||
com.starteam.viewcomparemerge.MergeAction | DELETE_AND_SHARE |
||
com.starteam.viewcomparemerge.MergeAction | MOVE_BACK |
||
| Deleted Fields | |||
com.starbase.starteam.viewcomparemerge.MergeAction | FAIL | ||
com.starbase.starteam.viewcomparemerge.MergePreview
New Name: com.starteam.viewcomparemerge.MergePreview
| New Methods | |||
|---|---|---|---|
Label | cloneRevisionLabel(Label, String, String, boolean) |
||
Label | cloneViewLabel(Label, String, String, boolean, boolean) |
||
void | close() |
||
View | copy() |
||
CheckinManager | createCheckinManager(CheckinOptions) |
||
CheckinManager | createCheckinManager() |
||
CheckoutManager | createCheckoutManager() |
||
CheckoutManager | createCheckoutManager(CheckoutOptions) |
||
Label | createRevisionLabel(String, String, boolean) |
||
Label | createViewLabel(String, String, DateTime, boolean, boolean) |
||
void | discard() |
||
void | discardActiveLabels() |
||
void | discardFolders() |
||
Label[] | fetchAllLabels() |
||
Label[] | fetchAllLabels(View) |
||
Label[] | getActiveLabels() |
||
ViewConfiguration | getBaseConfiguration() |
||
ViewConfiguration | getConfiguration() |
||
Item | getDisembodiedItem(Type, int) |
||
ViewMember | getDisembodiedViewMember(Type, int) |
||
FileBasedStatusManager | getFileStatusManager() |
||
String | getFullName() |
||
boolean | getHaveAccessRights() |
||
Label[] | getLabels() |
||
View | getParentView() |
||
Project | getProject() |
||
PromotionModel | getPromotionModel() |
||
ACE[] | getRights(Type) |
||
ACE[] | getRights() |
||
Folder | getRootFolder() |
||
StatusMethod | getStatusMethodOverride() |
||
Object | getValue(Property) |
||
boolean | hasNewNotificationItems(Type) |
||
boolean | hasPermission(PermissionCollection) |
||
boolean | hasPermission(PermissionCollection, Type) |
||
boolean | isBranch() |
||
boolean | isBranchAll() |
||
boolean | isBranchNone() |
||
boolean | isBranchOnShare() |
||
boolean | isDeleted() |
||
boolean | isEqualTo(View) |
||
boolean | isNonDerived() |
||
boolean | isReadOnly() |
||
boolean | isReference() |
||
boolean | isRefreshActiveLabelsRequired() |
||
boolean | isRefreshFoldersRequired() |
||
boolean | isRefreshLabelsRequired() |
||
boolean | isRefreshRequired() |
||
boolean | isRoot() |
||
void | populate() |
||
void | refreshActiveLabels() |
||
void | refreshFolders() |
||
void | remove() |
||
void | setStatusMethodOverride(StatusMethod) |
||
void | update() |
||
| Deleted Methods | |||
MergePreview | wrap(MergePreview) | ||
com.starbase.starteam.viewcomparemerge.MergeType
New Name: com.starteam.viewcomparemerge.MergeType
| New Methods | |||
|---|---|---|---|
int | hashCode() |
||
int | toInt() |
||
| Deleted Methods | |||
int | intValue() | ||
MergeType | unwrap() | ||
MergeType | wrap(MergeType) | ||
com.starbase.starteam.viewcomparemerge.Options
New Name: com.starteam.viewcomparemerge.Options
| New Methods | |||
|---|---|---|---|
CheckinOptions | getCheckinOptions() |
||
CheckoutOptions | getCheckoutOptions() |
||
Options | getCustomOptions(Server, String) |
||
boolean | getFindNotInViewFolders() |
||
void | setCheckinOptions(CheckinOptions) |
||
void | setCheckoutOptions(CheckoutOptions) |
||
void | setFindNotInViewFolders(boolean) |
||
| Deleted Methods | |||
boolean | getTransactionsEnabled() | ||
void | setTransactionsEnabled(boolean) | ||
Options | unwrap() | ||
Options | wrap(Options) | ||
| Changed Methods | |||
com.starbase.starteam.Property[] | getExcludablePropertiesForMerge(Type) | com.starteam.PropertyCollection | getExcludablePropertiesForMerge(Type) |
com.starbase.starteam.Property[] | getPropertiesExcludedForMerge() | com.starteam.PropertyCollection | getPropertiesExcludedForMerge() |
com.starbase.starteam.viewcomparemerge.ProcessItemScope
New Name: com.starteam.viewcomparemerge.ProcessItemScope
| New Methods | |||
|---|---|---|---|
String | getDescription() |
||
Item | getIncludedRevision(Item) |
||
TypeCollection | getItemTypes() |
||
boolean | isFullScope(Type) |
||
void | refresh(Session) |
||
| Deleted Methods | |||
ProcessItemScope | unwrap() | ||
ProcessItemScope | wrap(ProcessItemScope) | ||
com.starbase.starteam.viewcomparemerge.Progress
New Name: com.starteam.viewcomparemerge.Progress
| Deleted Methods | |||
|---|---|---|---|
Progress | unwrap() | ||
Progress | wrap(Progress) | ||
com.starbase.starteam.viewcomparemerge.RevisionLabelScope
New Name: com.starteam.viewcomparemerge.RevisionLabelScope
| New Methods | |||
|---|---|---|---|
String | getDescription() |
||
Item | getIncludedRevision(Item) |
||
TypeCollection | getItemTypes() |
||
boolean | isFullScope(Type) |
||
void | refresh(Session) |
||
| Deleted Methods | |||
RevisionLabelScope | unwrap() | ||
RevisionLabelScope | wrap(RevisionLabelScope) | ||
com.starbase.starteam.viewcomparemerge.Scope
New Name: com.starteam.viewcomparemerge.Scope
| New Methods | |||
|---|---|---|---|
String | getDescription() |
||
Item | getIncludedRevision(Item) |
||
TypeCollection | getItemTypes() |
||
boolean | isFullScope(Type) |
||
void | refresh(Session) |
||
com.starbase.starteam.viewcomparemerge.Session
New Name: com.starteam.viewcomparemerge.Session
| New Methods | |||
|---|---|---|---|
void | addListener(CheckinListener) |
||
void | addListener(CheckoutListener) |
||
Session | forPromote(ChangePackage) |
||
Session | forPromote(View) |
||
Session | forRebase(View) |
||
Session | forReplay(ChangePackage, View) |
||
String | getDefaultDescription() |
||
String | getDefaultName() |
||
SessionType | getSessionType() |
||
boolean | isActive() |
||
boolean | isCommitted() |
||
void | restart(Server) |
||
| Deleted Methods | |||
String | getName() | ||
Item | getProcessTask() | ||
boolean | isCommitTransacted() | ||
boolean | isPartiallyCommitted() | ||
Session | unwrap() | ||
Session | wrap(Session) | ||
| Changed Methods | |||
com.starbase.starteam.viewcomparemerge.DifferenceIterator | getDifferences() | com.starteam.viewcomparemerge.ItemDifference[] | getDifferences() |
com.starbase.starteam.Type[] | getItemTypes() | com.starteam.TypeCollection | getItemTypes() |
com.starbase.starteam.viewcomparemerge.SessionState | getSessionState() | com.starteam.viewcomparemerge.Session.State | getSessionState() |
com.starbase.starteam.Item[] | getSourceMatchesForTargetItems(Item[]) | com.starteam.ViewMemberCollection | getSourceMatchesForTargetItems(ViewMemberCollection) |
com.starbase.starteam.Item[] | resolve(View, File) | com.starteam.ViewMemberCollection | resolve(View, File) |
com.starbase.starteam.viewcomparemerge.SessionState
New Name: com.starteam.viewcomparemerge.Session.State
| New Methods | |||
|---|---|---|---|
int | hashCode() |
||
| Deleted Methods | |||
SessionState | unwrap() | ||
SessionState | wrap(SessionState) | ||
| Changed Methods | |||
boolean | equals(SessionState) | boolean | equals(Object) |
| New Fields | |||
|---|---|---|---|
com.starteam.viewcomparemerge.Session.State[] | ALL |
||
com.starbase.starteam.viewcomparemerge.StarTeamFileMergeAdapter
New Name: com.starteam.viewcomparemerge.StarTeamFileMergeAdapter
| Deleted Methods | |||
|---|---|---|---|
StarTeamFileMergeAdapter | wrap(StarTeamFileMergeAdapter) | ||
com.starbase.starteam.viewcomparemerge.VCMFolder
New Name: com.starteam.viewcomparemerge.VCMFolder
| New Methods | |||
|---|---|---|---|
long | countItems(Type, int) |
||
void | discardItems(Type, int) |
||
ViewMemberCollection | getItems(Type) |
||
String | getPathFragment() |
||
Folder[] | getSubFolders() |
||
boolean | isPopulated(Type) |
||
boolean | isRefreshItemsRequired(Type, PropertyCollection, int) |
||
void | populate(Type, PropertyCollection, int) |
||
void | populate(Type, int) |
||
void | refreshItems(Type, PropertyCollection, int) |
||
| Deleted Methods | |||
VCMFolder | wrap(VCMFolder) | ||
com.starbase.starteam.viewcomparemerge.PreviewState
New Name: com.starteam.viewcomparemerge.VCMFolder.PreviewState
| New Methods | |||
|---|---|---|---|
int | hashCode() |
||
int | toInt() |
||
| Deleted Methods | |||
int | intValue() | ||
PreviewState | unwrap() | ||
PreviewState | wrap(PreviewState) | ||
| New Fields | |||
|---|---|---|---|
com.starteam.viewcomparemerge.VCMFolder.PreviewState[] | ALL |
||
com.starteam.viewcomparemerge.VCMFolder.PreviewState | HAS_CHANGES |
||
com.starteam.viewcomparemerge.VCMFolder.PreviewState | HAS_COMPARED_ITEMS |
||
com.starteam.viewcomparemerge.VCMFolder.PreviewState | HAS_CONFLICTS |
||
com.starteam.viewcomparemerge.VCMFolder.PreviewState | HAS_NO_COMPARED_ITEMS |
||
| Deleted Fields | |||
com.starbase.starteam.viewcomparemerge.PreviewState | HasChanges | ||
com.starbase.starteam.viewcomparemerge.PreviewState | HasComparedItems | ||
com.starbase.starteam.viewcomparemerge.PreviewState | HasConflicts | ||
com.starbase.starteam.viewcomparemerge.PreviewState | HasNoComparedItems | ||
com.starbase.starteam.viewcomparemerge.VisMergeAdapter
New Name: com.starteam.viewcomparemerge.VisMergeAdapter
| Deleted Methods | |||
|---|---|---|---|
VisMergeAdapter | wrap(VisMergeAdapter) | ||
com.starbase.starteam.viewcomparemerge.WorkstationDefaultMergeAdapter
New Name: com.starteam.viewcomparemerge.WorkstationDefaultMergeAdapter
| Deleted Methods | |||
|---|---|---|---|
WorkstationDefaultMergeAdapter | wrap(WorkstationDefaultMergeAdapter) | ||
com.borland.starteam.xml.XMLAttribute
New Name: com.starteam.xml.XMLAttribute
| Deleted Methods | |||
|---|---|---|---|
XMLAttribute | unwrap() | ||
XMLAttribute | wrap(XMLAttribute) | ||
com.borland.starteam.xml.XMLDocument
New Name: com.starteam.xml.XMLDocument
| Deleted Methods | |||
|---|---|---|---|
XMLDocument | unwrap() | ||
XMLDocument | wrap(XMLDocument) | ||
| Changed Methods | |||
XMLDocument | build(byte[]) | XMLDocument | build(byte[], boolean) |
XMLDocument | build(InputStream) | XMLDocument | build(InputStream, boolean) |
XMLDocument | build(File) | XMLDocument | build(File, boolean) |
com.borland.starteam.xml.XMLElement
New Name: com.starteam.xml.XMLElement
| New Methods | |||
|---|---|---|---|
void | removeChild(XMLElement) |
||
| Deleted Methods | |||
XMLElement | unwrap() | ||
XMLElement | wrap(XMLElement) | ||
com.borland.starteam.xml.XMLException
New Name: com.starteam.xml.XMLException
| Deleted Methods | |||
|---|---|---|---|
XMLException | unwrap() | ||
XMLException | wrap(XMLException) | ||
com.borland.starteam.xml.XMLParseException
New Name: com.starteam.xml.XMLParseException
| Deleted Methods | |||
|---|---|---|---|
XMLParseException | wrap(XMLParseException) | ||