Deprecated API

Deprecated Classes
com.starbase.visdiff.CommonResources
          The package com.starbase.visdiff will be removed in a future release of the StarTeam SDK. 
com.starbase.visdiff.CommonResources_en
          The package com.starbase.visdiff will be removed in a future release of the StarTeam SDK. 
com.starbase.visdiff.CommonResources_en_US
          The package com.starbase.visdiff will be removed in a future release of the StarTeam SDK. 
com.starbase.visdiff.CommonResources_es
          The package com.starbase.visdiff will be removed in a future release of the StarTeam SDK. 
com.starbase.util.Indent
          This class has been deprecated. 
com.starbase.starteam.LicenseUsage
            
com.starbase.visdiff.TextDiffFrame
          The package com.starbase.visdiff will be removed in a future release of the StarTeam SDK. 
com.starbase.visdiff.VisDiff
          The package com.starbase.visdiff will be removed in a future release of the StarTeam SDK. 
 

Deprecated Fields
com.starbase.starteam.ServerAdministration.LOG_MODE_ALL
            
com.starbase.starteam.ServerAdministration.LOG_MODE_ERRORS
            
com.starbase.util.FileUtils.MAX_FILE_LENGTH
          StarTeam versions 9.0 and later support long files sizes. 
com.starbase.starteam.EventHandlerInfo.MPX_TRANSMITTER
            
com.starbase.starteam.vts.comm.SystemRevisionNumbers.REV_42
            
com.starbase.starteam.vts.comm.SystemRevisionNumbers.REV_CLIENT_STATUS
            
com.starbase.starteam.vts.comm.SystemRevisionNumbers.REV_CONCURRENT_LICENSES_SUPPORTED
            
com.starbase.starteam.vts.comm.SystemRevisionNumbers.REV_CORRECTED_REF_MODIFIED_TIME
            
com.starbase.starteam.vts.comm.SystemRevisionNumbers.REV_FALCON_ADDED_CLIENT_PROPS
            
com.starbase.starteam.vts.comm.SystemRevisionNumbers.REV_FIRST_5_2_BUILD
            
com.starbase.starteam.vts.comm.SystemRevisionNumbers.REV_GET_SERVER_LOCK
            
com.starbase.starteam.vts.comm.SystemRevisionNumbers.REV_IDARRAY_STREAMED_AS_INTARRAY
            
com.starbase.starteam.vts.comm.SystemRevisionNumbers.REV_MODIFIED_CREATE_LINK
            
com.starbase.starteam.vts.comm.SystemRevisionNumbers.REV_MOVE_FOLDER_DELETE_ABANDONS_VIEWS
            
com.starbase.starteam.vts.comm.SystemRevisionNumbers.REV_PORTABLE_VTS
            
com.starbase.starteam.vts.comm.SystemRevisionNumbers.REV_PROTOCOL_TCPIPXML_SUPPORTED
            
com.starbase.starteam.vts.comm.SystemRevisionNumbers.REV_REPLICATION_SUPPORT
            
com.starbase.starteam.vts.comm.SystemRevisionNumbers.REV_SECURE_COMMANDS
            
com.starbase.starteam.vts.comm.SystemRevisionNumbers.REV_SERVER_LICENSE_INFO_SUPPORTED
            
com.starbase.starteam.vts.comm.SystemRevisionNumbers.REV_SHARE_FLAGS_ADDED
            
com.starbase.starteam.vts.comm.SystemRevisionNumbers.REV_SHUTDOWN_SUPPORTED
            
 

Deprecated Methods
com.starbase.starteam.Folder.add(Item)
          Instead of folder.add(item), use item.shareTo(folder). Note that Folder.add() does not work correctly for TreeItems, because it does not share child items. 
com.starbase.starteam.Task.addWorkRecord(WorkRecord)
          Use createWorkRecord instead 
com.starbase.starteam.Label.attachItem(Item, boolean)
          Use attachToItem or attachToFolder. 
com.starbase.starteam.Label.attachItem(Item, int, OLEDate, boolean)
          Use one of attachToItem, attachToFolder, attachToItemRevision or attachToFolderRevision. 
com.starbase.starteam.StarTeamClientOptions.clearProcessItem(View)
          Applications that use this method cannot support process items that reside in a view other than the target view. 
com.starbase.starteam.FileStream.computeCompareMD5(File, boolean, boolean, MD5)
          Use computeCompareMD5Ex, which supports file sizes greater than 2GB. 
com.starbase.util.MD5.computeFileMD5(File)
          Use computeFileMD5Ex, which supports file sizes greater than 2GB. 
com.starbase.util.MD5.computeStreamMD5(InputStream)
          Use computeStreamMD5Ex, which supports file sizes greater than 2GB. 
com.starbase.starteam.FileStream.computeSyncMD5(File, MD5)
          Use computeSyncMD5Ex, which supports file sizes greater than 2GB. 
com.starbase.util.FileUtils.condensePath(String, String, boolean)
            
com.starbase.starteam.BuildNumber.currentBuild()
            
com.starbase.starteam.BuildNumber.currentRelease()
            
com.starbase.starteam.EventHandlerProfile.duplicate(String, String)
            
com.starbase.starteam.ItemList.endThread()
            
com.starbase.starteam.File.findCommonAnscestor(File)
            
com.starbase.starteam.Type.getACL()
          Use Type.getComponentACL(). 
com.starbase.starteam.File.getDefaultEncoding()
            
com.starbase.starteam.BuildNumber.getDotRelease()
            
com.starbase.starteam.ServerInfo.getEndpoint()
          Use getPort() instead 
com.starbase.util.FileUtils.getFileLength(File)
          Use getFileLengthEx, which supports file sizes greater than 2GB. 
com.starbase.starteam.File.getFileSyncInfo(MD5, int, MD5, int, OLEDate)
          Use getFileSyncInfoEx, which supports file sizes greater than 2GB. 
com.starbase.starteam.Catalog.getIDs()
          Use getAllIDs() instead. 
com.starbase.starteam.ServerAdministration.getLicenseUsage()
            
com.starbase.starteam.File.getLocalSize()
          Use getLocalSizeEx, which supports file sizes greater than 2GB. 
com.starbase.starteam.CheckinOptions.getMoveRevisionLabelIfAssigned()
            
com.starbase.starteam.CheckoutManager.getMPXCacheAgentAddress()
            
com.starbase.starteam.Server.getMPXCacheAgentEnabled()
          use ServerInfo#getUseCacheAgentForFileContent() instead 
com.starbase.starteam.CheckoutManager.getMPXCacheAgentEnabled()
            
com.starbase.starteam.CheckoutManager.getMPXCacheAgentPort()
            
com.starbase.starteam.CheckoutManager.getMPXCacheAgentThreadCount()
            
com.starbase.starteam.viewcomparemerge.MatchState.getParentFolderDeletedInTarget()
          ParentFolderDeletedInTarget is no longer used by VCM. 
com.starbase.starteam.StarTeamClientOptions.getProcessItemClassID(View)
          Applications that use this method cannot support process items that reside in a view other than the target view. 
com.starbase.starteam.StarTeamClientOptions.getProcessItemID(View)
          Applications that use this method cannot support process items that reside in a view other than the target view. 
com.starbase.starteam.vts.comm.SystemRevisionNumbers.getRevisionName(short)
          Use Server.getServerBuild(). 
com.starbase.starteam.File.getSize()
          Use getSizeEx, which supports file sizes greater than 2GB. 
com.starbase.starteam.File.getStatusByTime(int, OLEDate)
          Use getStatusByTimeEx, which supports file sizes greater than 2GB. 
com.starbase.starteam.StarTeamClientOptions.getWorkspaceFalcon()
          Use getMPXEnabled instead 
com.starbase.starteam.SupportedFeatures.hasClientManagedFileStatus()
          All supported versions of the StarTeam server manage file status information on the client. This method always returns true. 
com.starbase.starteam.SupportedFeatures.hasConcurrentLicensing()
          All supported versions of the StarTeam server support concurrent licensing. This method always returns true. 
com.starbase.starteam.Server.hasProductCodeInformation()
          All supported versions of the StarTeam server provided licensed product codes. This method always returns true. 
com.starbase.starteam.SupportedFeatures.hasServerLicenseInfo()
          License information is available in all supported versions of the StarTeam server. This method always returns true. 
com.starbase.starteam.SupportedFeatures.hasServerLock()
            
com.starbase.starteam.SupportedFeatures.hasServerLockStatus()
          All supported versions of the StarTeam server can report their current lock status. This method always returns true. 
com.starbase.starteam.SupportedFeatures.hasServerShutdown()
          All supported versions of the StarTeam server can be shut down and restarted remotely. This method always returns true. 
com.starbase.starteam.vts.comm.SystemRevisionNumbers.isClientManagedStatus(short)
          All supported versions of the StarTeam server now use client-managed status. isClientManagedStatus() always returns true. 
com.starbase.starteam.SystemPolicy.isStrongPasswordRulesSupported()
          All supported versions of the StarTeam server support strong password rules. This method always returns true. 
com.starbase.starteam.ItemList.killThread()
            
com.starbase.starteam.ServerAdministration.modifyEnumeratedFieldEx(Type, Property, boolean, Translations, EnumeratedValue[], int)
          This method does not change the sort order of any existing EnumeratedValues. Use updateEnumeratedField() instead. 
com.starbase.starteam.TreeItem.move(Folder)
          Use moveTo(). Note that move() does not work correctly for TreeItems, because it does not move child items or update the parent object IDs correctly. 
com.starbase.starteam.Item.move(Folder)
          Use moveTo(). 
com.starbase.starteam.Folder.move(Folder)
          Use moveTo(). 
com.starbase.starteam.ServerAdministration.populateAccounts()
            
com.starbase.starteam.ItemList.populateAsNeeded(String[], int)
          Use populateNow(String[] propertyNames) instead 
com.starbase.starteam.Folder.populateAsNeeded(String, String[], int)
            
com.starbase.starteam.ItemList.populateInBackground(String[], int)
          Use populateNow(String[] propertyNames) instead 
com.starbase.starteam.vts.comm.Command.readLoginInfo()
            
com.starbase.starteam.Server.refreshTypesInPlace()
            
com.starbase.starteam.File.resyncStatus(MD5, int, MD5, int, OLEDate)
          Use resyncStatusEx, which supports file sizes greater than 2GB. 
com.starbase.starteam.ItemList.run()
            
com.starbase.starteam.Type.setACL(AclEntry[])
          Use Type.setComponentACL(). 
com.starbase.starteam.File.setDefaultEncoding(String)
            
com.starbase.starteam.ServerInfo.setEndpoint(String)
          Use setPort(int) instead 
com.starbase.starteam.CheckinOptions.setMoveRevisionLabelIfAssigned(boolean)
            
com.starbase.starteam.CheckoutManager.setMPXCacheAgentAddress(String)
            
com.starbase.starteam.Server.setMPXCacheAgentEnabled(boolean)
          use ServerInfo#setUseCacheAgentForFileContent(boolean) instead 
com.starbase.starteam.CheckoutManager.setMPXCacheAgentEnabled(boolean)
            
com.starbase.starteam.CheckoutManager.setMPXCacheAgentPort(int)
            
com.starbase.starteam.CheckoutManager.setMPXCacheAgentThreadCount(int)
            
com.starbase.starteam.viewcomparemerge.MatchState.setParentFolderDeletedInTarget(boolean)
          ParentFolderDeletedInTarget is no longer used by VCM. 
com.starbase.starteam.viewcomparemerge.MatchState.setParentFolderDeletedInTarget(Boolean)
          ParentFolderDeletedInTarget is no longer used by VCM. 
com.starbase.starteam.StarTeamClientOptions.setProcessItem(Item)
          Applications that use this method cannot support process items that reside in a view other than the target view. 
com.starbase.starteam.StarTeamClientOptions.setWorkspaceFalcon(boolean)
          Use setMPXEnabled instead 
com.starbase.starteam.ItemList.startThread()
            
com.starbase.starteam.ServerAdministration.updateLicenseUsage(String, ServerInfo[])
            
com.starbase.starteam.File.updateStatusFromTime(int, OLEDate)
          Use updateStatusFromTimeEx, which supports file sizes greater than 2GB. 
com.starbase.starteam.File.updateStatusInformation(int, OLEDate, MD5)
          Use updateStatusInformationEx, which supports file sizes greater than 2GB. 
com.starbase.starteam.File.upgradeSyncInfo()
          All supported versions of the StarTeam server support client-managed status information. Upgrading to client-managed status is no longer necessary. 
com.starbase.util.XMLUtils.writeEscaped(String, BufferedWriter)
            
 

Deprecated Constructors
com.starbase.starteam.Catalog(Server, Type, int)
            
com.starbase.starteam.CheckinManager(View)
          Use View.createCheckinManager() instead. 
com.starbase.starteam.CheckinManager(View, CheckinManager)
            
com.starbase.starteam.CheckinManager(View, CheckinOptions)
          Use View.createCheckinManager(CheckinOptions) instead. 
com.starbase.starteam.CheckoutManager(View)
          Use View.createCheckoutManager() instead. 
com.starbase.starteam.CheckoutManager(View, CheckoutManager)
            
com.starbase.starteam.CheckoutManager(View, CheckoutOptions)
          Use View.createCheckoutManager(CheckoutOptions) instead. 
com.starbase.diff.ConsoleWriter(BufferedWriter, boolean, int, int, ParsedCharSequence, ParsedCharSequence)
            
com.starbase.starteam.EnumeratedValue(int, String)
          Use the constructor taking a Translations object instead. 
com.starbase.starteam.FileStream()
            
com.starbase.starteam.HiveInfo(int)
            
com.starbase.diff.HTMLDiffWriter(BufferedWriter, int, ParsedCharSequence, ParsedCharSequence)
            
com.starbase.diff.HTMLDiffWriter(ParsedCharSequence, ParsedCharSequence, BufferedWriter)
            
com.starbase.diff.HTMLInterleavedDiffWriter(ParsedCharSequence, ParsedCharSequence, BufferedWriter)
            
com.starbase.diff.HTMLStereoDiffWriter(ParsedCharSequence, ParsedCharSequence, BufferedWriter)
            
com.starbase.starteam.Label(View, String, String)
          Use View.createRevisionLabel() instead. 
com.starbase.starteam.Label(View, String, String, boolean)
          Use View.createViewLabel() instead. 
com.starbase.starteam.Label(View, String, String, Label)
          Use View.cloneViewLabel() or View.cloneRevisionLabel() instead. 
com.starbase.starteam.Label(View, String, String, OLEDate, boolean)
          Use View.createViewLabel() instead. 
com.starbase.starteam.Link(Item, boolean, Item, boolean, String)
          Use Link(Item parent, Item child) instead. 
com.starbase.util.OSEnvironment()
            
com.starbase.diff.ParsedCharSequence(BufferedReader)
            
com.starbase.util.Platform()
            
com.starbase.starteam.Project(Server, String, String, int, int, boolean, String, int, String, String, Folder)
            
com.starbase.util.QuickSort()
            
com.starbase.starteam.ServerInfo(String, int, String, String, boolean, EncryptionAlgorithm)
            
com.starbase.util.UTF8()
            
com.starbase.util.XMLUtils()
            
 



StarTeam SDK 10.4, Build 36
Copyright © 2003-2008 Borland Software Corporation. All rights reserved.