已取代的方法
描述
本主題會列出已取代的方法。
已取代的方法表
方法
描述
com.ptc.qualitymanagement.regmstr.impl.RegulatorySubmissionProcessorHelper.generatePrimaryContent(RegulatorySubmission regulatorySubmission)
使用 RegulatorySubmission generatePrimaryContent(RegulatorySubmission regulatorySubmission, boolean draft)
com.ptc.arbortext.windchill.siscore.serviceeff.filterDelegates.DefaultServiceEffectivityDelegate.getEffContextFromString(String)
使用接受前後關聯 String 的 API。
com.ptc.arbortext.windchill.siscore.SisCoreHelper.getContentHolders(RevisionControlled)
使用
SisCoreHelper.getHoldersFromContent(WTCollection)
com.ptc.core.businessfield.server.businessObject.BusinessObjectHelper.extractCopyOfLegacyAttributeContainerForEPMUseOnly(List<BusinessObject>)
改用 BusinessObject.get (...)
com.ptc.core.command.common.bean.repository.AbstractRepositoryCommand.setPagingSanpshotQueryLimit(int)
使用 setPagingSnapshotQueryLimit()
com.ptc.core.components.descriptor.ColumnDescriptorFactory.newDefaultColumn(String, ModelContext)
改用 newDefaultColumn (ComponentDescriptor cd)
com.ptc.core.components.descriptor.ModelContext.getATS(boolean)
改用 ModelContext.getATI()
com.ptc.core.components.descriptor.ModelContext.getRowObject()
取代為 getTargetObject()
com.ptc.core.components.descriptor.ModelContext.getRowObjects()
取代為 getTargetObjects()
com.ptc.core.components.factory.dataUtilities.AbstractNonSelectableRowDataUtility.isNonSelectableRow(String, Object, ModelContext)
com.ptc.core.components.factory.dataUtilities.AbstractRowStrikeThroughDataUtility.strikeThroughRow(String, Object, ModelContext)
com.ptc.core.components.forms.CreateAndEditModelGetter.getItemAttributes(ComponentDescriptor, NmCommandBean, NmContext)
使用 getItemAttributes (ComponentDescriptor cd, NmCommandBean cb)
com.ptc.core.components.forms.CreateAndEditModelGetter.getItemClassificationAttributes(ComponentDescriptor, NmCommandBean, NmContext)
使用 getItemClassificationAttributes (ComponentDescriptor compDescriptor, NmCommandBean cb)
com.ptc.core.components.forms.DefaultAttributePopulator.getContainerRef()
從 x-20 開始,使用:getContainerRef(nmCommandBean)
支援的 API:false
com.ptc.core.components.forms.DefaultObjectFormProcessor.execute(NmCommandBean)
在 9.0 中
com.ptc.core.components.forms.DynamicRefreshInfo.getAction()
com.ptc.core.components.forms.DynamicRefreshInfo.setAction(String)
com.ptc.core.components.forms.FormResult._handleAdditionalInfo(NmCommandBean)
從 10.1 M010 開始
com.ptc.core.components.forms.FormResult.getForcedUrl()
(從 10.2 M030 開始,已從 10.1 M010 開始取代 FormResultAction) forcedUrl 將使用已取代的下一個動作 FormResultAction.FORWARD 設定 FormResult。從 10.1 M010 開始,已取代所有 FormResultActions。應從 FormProcessors 中移除 FormResultAction 的使用。FormProcessor 應改為傳回受動作 (如果有) 影響的 Oid 清單,並視需要從伺服器更新顯示在 UI 請求中的元件。如果頁面可能需要不僅僅是 oid 的更多資料,才能決定如何處理動作,有一個 extraData 對應可以包含此類額外資訊。
com.ptc.core.components.forms.FormResult.getJavascript()
(從 10.2 M030 開始,已從 10.1 M010 開始取代 FormResultAction) 只有在使用已取代的下一個動作 FormResultAction.JAVASSCRIPT 設定 FormResult 時,才會使用 javascript。從 10.1 M010 開始,已取代所有 FormResultActions。應從 FormProcessors 中移除 FormResultAction 的使用。FormProcessor 應改為傳回受動作 (如果有) 影響的 Oid 清單,並視需要從伺服器更新顯示在 UI 請求中的元件。如果頁面可能需要不僅僅是 oid 的更多資料,才能決定如何處理動作,有一個 extraData 對應可以包含此類額外資訊。
com.ptc.core.components.forms.FormResult.getNextAction()
(從 10.1 M010 開始) 應從 FormProcessors 中移除 FormResultAction 的使用。FormProcessor 應改為傳回受動作 (如果有) 影響的 Oid 清單,並視需要從伺服器更新顯示在 UI 請求中的元件。
com.ptc.core.components.forms.FormResult.getURL()
(從 10.2 M030 開始,已從 10.1 M010 開始取代 FormResultAction) 如果已使用已取代的下一個動作 FormResultAction.LOAD_OPENER_URL 設定 FormResult,會使用 url。從 10.1 M010 開始,已取代所有 FormResultActions。應從 FormProcessors 中移除 FormResultAction 的使用。FormProcessor 應改為傳回受動作 (如果有) 影響的 Oid 清單,並視需要從伺服器更新顯示在 UI 請求中的元件。如果頁面可能需要不僅僅是 oid 的更多資料,才能決定如何處理動作,有一個 extraData 對應可以包含此類額外資訊。
com.ptc.core.components.forms.FormResult.setForcedUrl(String)
(從 10.2 M030 開始,已從 10.1 M010 開始取代 FormResultAction) forcedUrl 將使用已取代的下一個動作 FormResultAction.FORWARD 設定 FormResult。從 10.1 M010 開始,已取代所有 FormResultActions。應從 FormProcessors 中移除 FormResultAction 的使用。FormProcessor 應改為傳回受動作 (如果有) 影響的 Oid 清單,並視需要從伺服器更新顯示在 UI 請求中的元件。如果頁面可能需要不僅僅是 oid 的更多資料,才能決定如何處理動作,有一個 extraData 對應可以包含此類額外資訊。
com.ptc.core.components.forms.FormResult.setJavascript(String)
(從 10.2 M030 開始,已從 10.1 M010 開始取代 FormResultAction) 只有在使用已取代的下一個動作 FormResultAction.JAVASSCRIPT 設定 FormResult 時,才會使用 javascript。從 10.1 M010 開始,已取代所有 FormResultActions。應從 FormProcessors 中移除 FormResultAction 的使用。FormProcessor 應改為傳回受動作 (如果有) 影響的 Oid 清單,並視需要從伺服器更新顯示在 UI 請求中的元件。如果頁面可能需要不僅僅是 oid 的更多資料,才能決定如何處理動作,有一個 extraData 對應可以包含此類額外資訊。
com.ptc.core.components.forms.FormResult.setJavascript(String, boolean)
com.ptc.core.components.forms.FormResult.setNextAction(FormResultAction)
(從 10.1 M010 開始) 應從 FormProcessors 中移除 FormResultAction 的使用。FormProcessor 應改為傳回受動作 (如果有) 影響的 Oid 清單,並視需要從伺服器更新顯示在 UI 請求中的元件。
com.ptc.core.components.forms.FormResult.setSkipPageRefresh(boolean)
從 10.2 M030 開始 (已從 10.1 M010 開始取代 skipPage() API)
com.ptc.core.components.forms.FormResult.setURL(String)
(從 10.2 M030 開始,已從 10.1 M010 開始取代 FormResultAction) 如果已使用已取代的下一個動作 FormResultAction.LOAD_OPENER_URL. 設定 FormResult,會使用 url。從 10.1 M010 開始,已取代所有 FormResultActions。應從 FormProcessors 中移除 FormResultAction 的使用。FormProcessor 應改為傳回受動作 (如果有) 影響的 Oid 清單,並視需要從伺服器更新顯示在 UI 請求中的元件。如果頁面可能需要不僅僅是 oid 的更多資料,才能決定如何處理動作,有一個 extraData 對應可以包含此類額外資訊。
com.ptc.core.components.forms.FormResult.skipPage(ServletRequest)
從 10.1 M010 開始
com.ptc.core.components.rendering.guicomponents.AttributeInputComponent.formatValue(Object)
未使用
com.ptc.core.components.rendering.guicomponents.IconComponent.addMiniInfo(NmOid)
使用 addMiniInfo(NmOid, String, String)
com.ptc.core.components.rendering.guicomponents.IconComponent.addMiniInfo(NmOid, String)
使用 addMiniInfo(NmOid, String, String)
com.ptc.core.components.rendering.guicomponents.IconComponent.addMiniInfo(NmOid, String, String)
com.ptc.core.components.rendering.guicomponents.StringInputComponent.getRange()
未使用
com.ptc.core.components.rendering.guicomponents.StringInputComponent.setRange(List)
未使用
com.ptc.core.components.rendering.guicomponents.SuggestTextBox.setFrequency(double)
使用 @{link #setFrequency(int)}
com.ptc.core.foundation.content.server.impl.DataFormatConstraintFactory.getConceptualClassname()
com.ptc.core.foundation.doc.server.LatestReleasedConfigSpec.getConceptualClassname()
com.ptc.core.foundation.fc.server.impl.IdentifiedConstraintFactory.getConceptualClassname()
com.ptc.core.foundation.folder.server.impl.FolderConstraintFactory.getConceptualClassname()
com.ptc.core.foundation.lifecycle.server.impl.LifeCycleTemplateConstraintFactory.getConceptualClassname()
com.ptc.core.foundation.org.server.impl.OrgIdConstraintFactory.getConceptualClassname()
com.ptc.core.foundation.project.server.impl.ProjectConstraintFactory.getConceptualClassname()
com.ptc.core.foundation.team.server.impl.TeamTemplateConstraintFactory.getConceptualClassname()
com.ptc.core.foundation.vc.views.server.impl.ViewConstraintFactory.getConceptualClassname()
com.ptc.core.foundation.vc.wip.common.CheckinToVaultFirstTimeCommand.readExternal(ObjectInput)
com.ptc.core.foundation.vc.wip.common.CheckinToVaultFirstTimeCommand.readVersion(CheckinToVaultFirstTimeCommand, ObjectInput, long, boolean, boolean)
com.ptc.core.foundation.vc.wip.common.CheckinToVaultFirstTimeCommand.writeExternal(ObjectOutput)
com.ptc.core.HTMLtemplateutil.server.processors.ExpandCollapseSectionProcessor.getAuxAction(Properties, Locale, OutputStream)
com.ptc.core.HTMLtemplateutil.server.processors.ExpandCollapseSectionProcessor.getBody(Properties, Locale, OutputStream)
com.ptc.core.HTMLtemplateutil.server.processors.ExpandCollapseSectionProcessor.getFooter(Properties, Locale, OutputStream)
com.ptc.core.HTMLtemplateutil.server.processors.ExpandCollapseSectionProcessor.getHeaderHelp(Properties, Locale, OutputStream)
com.ptc.core.HTMLtemplateutil.server.processors.ExpandCollapseSectionProcessor.getHeaderTutorial(Properties, Locale, OutputStream)
com.ptc.core.HTMLtemplateutil.server.processors.ExpandCollapseSectionProcessor.getNorgieIcon(Properties, Locale, OutputStream)
com.ptc.core.HTMLtemplateutil.server.processors.ExpandCollapseSectionProcessor.getNorgieLink(Properties, Locale, OutputStream)
com.ptc.core.HTMLtemplateutil.server.processors.ExpandCollapseSectionProcessor.getTitle(Properties, Locale, OutputStream)
com.ptc.core.HTMLtemplateutil.server.processors.ExpandCollapseSectionProcessor.initializeSection(Properties, Locale, OutputStream)
com.ptc.core.HTMLtemplateutil.server.processors.ExpandCollapseSectionProcessor.isExpanded(String)
com.ptc.core.HTMLtemplateutil.server.processors.ExpandCollapseSectionProcessor.readExternal(ObjectInput)
com.ptc.core.HTMLtemplateutil.server.processors.ExpandCollapseSectionProcessor.readVersion(ExpandCollapseSectionProcessor, ObjectInput, long, boolean, boolean)
com.ptc.core.HTMLtemplateutil.server.processors.ExpandCollapseSectionProcessor.writeExternal(ObjectOutput)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.addToResponseExceptions(Exception)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.addToResponseFooters(LocalizableMessage)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.addToResponseHeaders(LocalizableMessage)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.addToResponseMessages(LocalizableMessage)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getAdditionalMessages(Properties, Locale, OutputStream)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getBaseTag(Properties, Locale, OutputStream)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getBodyTag(Properties, Locale, OutputStream)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getButton(Properties, Locale, OutputStream)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getButtonLink(Properties, Locale, OutputStream)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getButtonLinkEventString(Properties, Locale, OutputStream)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getButtonLinkImg(Properties, Locale, OutputStream)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getButtonLinkLabel(Properties, Locale, OutputStream)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getButtonLinkTarget(Properties, Locale, OutputStream)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getContextAction()
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getContextClassName()
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getContextObj()
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getContextProperties()
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getContextTitle(Properties, Locale, OutputStream)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getCSSLink(Properties, Locale, OutputStream)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getDefaultCSS()
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getFormData()
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getHelpButton(Properties, Locale, OutputStream)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getHelpPath(String, HTTPState, Locale)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getHelpURL(String, HashMap, HTTPState, Properties)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getHelpURL(String, HTTPState, Locale)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getHREF(Properties, Locale, OutputStream)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getImgHREF(String)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getImgHREF(Properties, Locale, OutputStream)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getMessages(Properties, Locale, OutputStream)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getPageKey(HTTPRequest, ArrayList)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getQueryData()
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getResponseExceptions()
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getResponseFooters()
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getResponseHeaders()
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getResponseMessages()
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getResponseString()
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getState()
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getStatus()
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getTutorialButton(Properties, Locale, OutputStream)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.getVisJavascript(Properties, Locale, OutputStream)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.readExternal(ObjectInput)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.readVersion(UtilProcessorService, ObjectInput, long, boolean, boolean)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.setContextAction(String)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.setContextClassName(String)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.setContextObj(Object)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.setContextProperties(Properties)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.setDefaultCSS(String)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.setFormData(Properties)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.setQueryData(Properties)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.setResponseExceptions(Vector)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.setResponseFooters(Vector)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.setResponseHeaders(Vector)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.setResponseMessages(Vector)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.setResponseString(String)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.setState(HTTPState)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.setStatus(int)
com.ptc.core.HTMLtemplateutil.server.processors.UtilProcessorService.writeExternal(ObjectOutput)
com.ptc.core.lwc.server.LWCNormalizedObject.apply()
已取代 LWCNormalizedObject,且計劃在下一個發行版本中將其移除。改用 PersistableAdapter
支援的 API:true
com.ptc.core.lwc.server.LWCNormalizedObject.get(String)
已取代 LWCNormalizedObject,且計劃在下一個發行版本中將其移除。改用 PersistableAdapter
支援的 API:true
com.ptc.core.lwc.server.LWCNormalizedObject.getAsString(String)
已取代 LWCNormalizedObject,且計劃在下一個發行版本中將其移除。改用 PersistableAdapter
支援的 API:true
com.ptc.core.lwc.server.LWCNormalizedObject.getAttributeDescriptor(String)
已取代 LWCNormalizedObject,且計劃在下一個發行版本中將其移除。改用 PersistableAdapter
支援的 API:true
com.ptc.core.lwc.server.LWCNormalizedObject.getTypeDescriptor()
已取代 LWCNormalizedObject,且計劃在下一個發行版本中將其移除。改用 PersistableAdapter
支援的 API:true
com.ptc.core.lwc.server.LWCNormalizedObject.load(String...)
已取代 LWCNormalizedObject,且計劃在下一個發行版本中將其移除。改用 PersistableAdapter
支援的 API:true
com.ptc.core.lwc.server.LWCNormalizedObject.load(Collection<string>)
已取代 LWCNormalizedObject,且計劃在下一個發行版本中將其移除。改用 PersistableAdapter
支援的 API:true
com.ptc.core.lwc.server.LWCNormalizedObject.persist()
已取代 LWCNormalizedObject,且計劃在下一個發行版本中將其移除。改用 PersistableAdapter
支援的 API:true
com.ptc.core.lwc.server.LWCNormalizedObject.set(String, Object)
已取代 LWCNormalizedObject,且計劃在下一個發行版本中將其移除。改用 PersistableAdapter
支援的 API:true
com.ptc.core.lwc.server.LWCNormalizedObject.setIBAsPreLoaded(boolean)
已取代 LWCNormalizedObject,且計劃在下一個發行版本中將其移除。改用 PersistableAdapter
支援的 API:true
com.ptc.core.lwc.server.LWCNormalizedObject.validate()
已取代 LWCNormalizedObject,且計劃在下一個發行版本中將其移除。改用 PersistableAdapter
支援的 API:true
com.ptc.core.meta.common.impl.WCTypeIdentifier.getClassnameFromTypename()
取代為 getTableClassName().
com.ptc.core.meta.common.impl.WCTypeIdentifier.getClassnameFromTypename(String)
取得類型名稱的類型識別元並改用其 getTableClassName()
com.ptc.core.meta.container.common.AttributeTypeSummary.getConstraints()
com.ptc.core.meta.container.common.AttributeTypeSummary.getFormatPattern()
com.ptc.core.meta.type.mgmt.server.impl.association.AssociationConstraintService.getValidRoleBTypes(TypeIdentifier, TypeIdentifier, boolean)
com.ptc.core.meta.type.mgmt.server.impl.association.AssociationConstraintService.isValidAssociation(TypeIdentifier, TypeIdentifier, TypeIdentifier)
com.ptc.core.meta.type.mgmt.server.impl.association.StandardAssociationConstraintService.getConceptualClassname()
com.ptc.core.meta.type.mgmt.server.impl.service.StandardTypedUtilityService.getConceptualClassname()
com.ptc.core.meta.type.runtime.server.impl.modeled.MBAConstraintFactory.getConceptualClassname()
com.ptc.core.ocmp.service.StandardObjComparisonService.getConceptualClassname()
com.ptc.core.percolui.ContentViewsHelper.isPersistedCollectionHolderContentTree()
用於定義內容表顯示樣式的全網站內容已取代為以封裝類型為基礎的內容 ShowPackageContentsTableAsTree,進而允許根據封裝類型配置顯示樣式。使用 ContentViewsHelper.isPersistedCollectionHolderContentTree(PersistedCollectionHolder) 可決定為特定封裝實例配置的封裝顯示樣式。
com.ptc.core.query.common.impl.CriteriaHelperImpl.newCriteria(ContainerSpec, boolean, Class[])
從 10.0 開始,使用 newCriteria(ContainerSpec,boolean)
com.ptc.core.query.report.bom.common.BOMReportHelper.produceConsolidatedBOMReport(Object[], double[], NavigationCriteria, Object[], int[], Properties, Locale, int, String[], boolean, WriterProxy)
請參閱 SingleLevelConsolidatedBOMTableBuilder
將在下一個發行版本中刪除。
com.ptc.core.query.report.bom.common.BOMReportHelper.produceMultiBOMDiffReport(Object[], NavigationCriteria[], Object[], int[], Properties, Locale, int, String[], boolean, WriterProxy)
將在下一個發行版本中刪除
com.ptc.core.query.report.bom.common.BOMReportHelper.produceMultiBOMReport(Object[], NavigationCriteria[], Object[], int[], Properties, Locale, int, String[], boolean, WriterProxy)
請參閱 MultiLevelBOMReportTreeBuilder
將在下一個發行版本中刪除。
com.ptc.customersupport.mbeans.AbstractPlugin.getName()
com.ptc.customersupport.mbeans.PluginMBean.getName()
com.ptc.jca.mvc.components.AbstractJcaComponentConfig.getType()
com.ptc.jca.mvc.components.AbstractJcaComponentConfig.setType(String)
com.ptc.jca.mvc.components.AbstractWizStepBuilder.buildPropertyPanelConfig(ComponentParams)
改用 #buildReadOnlyAttributesPanelConfig
com.ptc.jca.mvc.components.JcaComponentParamsUtils.setContextObject(JcaComponentParams, Object)
com.ptc.jca.mvc.components.JcaPropertyConfig.getHtmlId()
使用 javascript 存取元件儲存,最終會針對 section 508 自動產生 id
com.ptc.jca.mvc.components.JcaPropertyConfig.setHtmlId(String)
使用 javascript 存取元件儲存,最終會針對 section 508 自動產生 id
com.ptc.mvc.components.ComponentConfig.getType()
com.ptc.mvc.components.ComponentConfig.setType(String)
com.ptc.mvc.components.ComponentConfigFactory.newAttributesTableConfig()
com.ptc.mvc.components.ComponentConfigFactory.newPropertyPanelConfig()
內容面板的使用僅透過內容面板標籤獲得支援,且僅適用於簡單的屬性顯示。應用程式小組與自訂者應改用屬性面板。
com.ptc.mvc.components.InfoConfig.isShowVisualization()
如果已針對您的物件類型註冊 VisualizationDelegate,會顯示「視覺化及屬性」選項,否則會隱藏該選項。預設已有針對「表示」、「可表示物件」、「可檢視項」註冊的視覺化委派。
com.ptc.mvc.components.InfoConfig.setShowVisualization(boolean)
如果已針對您的物件類型註冊 VisualizationDelegate,會顯示「視覺化及屬性」選項,否則會隱藏該選項。預設已有針對「表示」、「可表示物件」、「可檢視項」註冊的視覺化委派。
com.ptc.mvc.components.TableConfig.setFindInTableEnabled(boolean)
com.ptc.netmarkets.folder.StandardNmFolderService.getConceptualClassname()
com.ptc.netmarkets.forumTopic.NmTopicService.changeForumModel(NmOid, NmChangeModel[])
com.ptc.netmarkets.forumTopic.NmTopicService.getForumModel(NmOid, WTContainerRef)
com.ptc.netmarkets.forumTopic.StandardNmTopicService.changeForumModel(NmOid, NmChangeModel[])
com.ptc.netmarkets.forumTopic.StandardNmTopicService.getConceptualClassname()
com.ptc.netmarkets.forumTopic.StandardNmTopicService.getForumModel(NmOid, WTContainerRef)
com.ptc.netmarkets.model.NmObject.getConceptualClassname()
com.ptc.netmarkets.model.NmOid.getAdditionalInfo()
從 10.1 M010 開始
com.ptc.netmarkets.model.NmOid.getContainer()
已取代此 api,因其會壓縮 NotAutorizedException。改用 NmOid.getContainerObject()
com.ptc.netmarkets.model.NmOid.getContainerRef()
已取代此 api,因其會壓縮 NotAutorizedException 並在發生該例外時傳回空值。改用 NmOid.getContainerReference()
com.ptc.netmarkets.model.NmOid.getLatestIteration()
已取代此 api,因其會壓縮 NotAutorizedException 並在發生該例外時傳回空值。改用 NmOid.getLatestIterationObject()
com.ptc.netmarkets.model.NmOid.getOid()
已取代此 api,因其會壓縮 NotAutorizedException。改用 NmOid.getOidObject()
com.ptc.netmarkets.model.NmOid.getRef()
已取代此 api,因其會壓縮 NotAutorizedException 並在發生該例外時傳回空值。改用 NmOid.getRefObject()
com.ptc.netmarkets.model.NmOid.getReferencedIteration()
已取代此 api,因其會壓縮 NotAutorizedException 並在發生該例外時傳回空值。改用 NmOid.getReferencedIterationObject()
com.ptc.netmarkets.model.NmOid.getType()
使用 NmOid.getReferencedClass()NmOid.isA(Class)
com.ptc.netmarkets.model.NmOid.setAdditionalInfo(HashMap)
從 10.1 M010 開始
com.ptc.netmarkets.projmgmt.NmProjMgmtService.changePlanModel(NmOid, NmChangeModel[])
com.ptc.netmarkets.projmgmt.StandardNmProjMgmtService.changePlanModel(NmOid, NmChangeModel[])
com.ptc.netmarkets.role.StandardNmRoleService.getConceptualClassname()
com.ptc.netmarkets.util.beans.NmCommandBean._getExtraOidInfoFromSession(ArrayList)
從 10.1 M010 開始
com.ptc.netmarkets.util.beans.NmCommandBean.clearDynamicAtts()
從 10.1 M010 開始
com.ptc.netmarkets.util.beans.NmCommandBean.convert(String)
com.ptc.netmarkets.util.beans.NmCommandBean.convertRequestParamNoEscaping(String)
改用 NmCommandBean.convertRequestParam(String)
com.ptc.netmarkets.util.beans.NmCommandBean.getAdditionalAjaxParams()
X-22 MOR 開始
com.ptc.netmarkets.util.beans.NmCommandBean.getCallerContext()
X-22 MOR 開始
com.ptc.netmarkets.util.beans.NmCommandBean.getCurrentNodeInOpener()
com.ptc.netmarkets.util.beans.NmCommandBean.getDynamicAction()
X-22 MOR 開始
com.ptc.netmarkets.util.beans.NmCommandBean.getDynamicContext()
X-22 MOR 開始
com.ptc.netmarkets.util.beans.NmCommandBean.getDynamicLocations()
X-22 MOR 開始,改用 NmCommandBean.getDynamicLocation()
com.ptc.netmarkets.util.beans.NmCommandBean.getDynamicOid()
X-22 MOR 開始,使用 getDynamicOids()
com.ptc.netmarkets.util.beans.NmCommandBean.getInstructions()
在 X-26。使用 FormResult 在動作之後提供回饋。
com.ptc.netmarkets.util.beans.NmCommandBean.getOpenerInstructions()
在 X-26。使用 FormResult 在動作之後提供回饋。
com.ptc.netmarkets.util.beans.NmCommandBean.getRedirectURL()
在 X-26。使用 FormResult 傳達哪些資料已變更,並讓用戶端接聽程式根據需要進行處理。
com.ptc.netmarkets.util.beans.NmCommandBean.getTextParameter(String, Object)
使用非靜態版本
com.ptc.netmarkets.util.beans.NmCommandBean.getTextParameterValues(String, Object)
使用非靜態版本
com.ptc.netmarkets.util.beans.NmCommandBean.parseSoidArray(String[], ArrayList)
改用 #parseSoidArray(String[] oidStrs, Set sels)
com.ptc.netmarkets.util.beans.NmCommandBean.putAdditionalAjaxParams(ArrayList)
X-22 MOR 開始
com.ptc.netmarkets.util.beans.NmCommandBean.putDynamicAction(String)
X-22 MOR 開始
com.ptc.netmarkets.util.beans.NmCommandBean.putDynamicContext(NmContext)
X-22 MOR 開始
com.ptc.netmarkets.util.beans.NmCommandBean.putDynamicLocation(NmOid)
X-22 MOR 開始
com.ptc.netmarkets.util.beans.NmCommandBean.putDynamicLocationContext(NmContext)
X-22 MOR 開始
com.ptc.netmarkets.util.beans.NmCommandBean.putDynamicOid(NmOid)
X-22 MOR 開始
com.ptc.netmarkets.util.beans.NmCommandBean.putIsDynamic(boolean)
X-22 MOR 開始
com.ptc.netmarkets.util.beans.NmCommandBean.setDynamic(NmOid, NmOid, String)
X-22 MOR 開始
com.ptc.netmarkets.util.beans.NmCommandBean.setDynamic(ArrayList, NmOid, NmOid, String)
X-22 MOR 開始
com.ptc.netmarkets.util.beans.NmCommandBean.setDynamic(ArrayList, NmOid, String)
X-22 MOR 開始
com.ptc.netmarkets.util.beans.NmCommandBean.setDynamic(ArrayList, NmContext, NmContext, String)
X-22 MOR 開始
com.ptc.netmarkets.util.beans.NmCommandBean.setDynamic(ArrayList, String)
X-22 MOR 開始
com.ptc.netmarkets.util.beans.NmCommandBean.setInstructions(NmHTMLInstructions)
在 X-26。使用 FormResult 在動作之後提供回饋。
com.ptc.netmarkets.util.beans.NmCommandBean.setOpenerInstructions(NmHTMLInstructions)
在 X-26。使用 FormResult 在動作之後提供回饋。
com.ptc.netmarkets.util.beans.NmCommandBean.setRedirectURL(NmLink)
在 X-26。使用 FormResult 傳達哪些資料已變更,並讓用戶端接聽程式根據需要進行處理。
com.ptc.netmarkets.util.beans.NmCommandBean.setRequestOverrideParameters(HashMap)
從 X-24 M030 開始。針對 src_test 程式碼,僅改用 NmCommandBean.getNmCommandBean(Map)。針對生產程式碼,重構,而不是使用此 API,以便首先以正確的參數發出請求。這不是取代請求參數的穩定方式。不清楚指定的對應應該包含所有表單資料,還是僅包含取代的表單資料。
NmCommandBean.getTextParameterValues(String) 將退回以檢查 request/requestData 是否取代不包含金鑰的值,但 NmCommandBean.getTextParameter(String) 目前並未進行任何此類退回?此外,如果已從原始表單資料值進行其他 FormDataHolders,不會以取代的值 (例如表單處理器中的物件 bean) 更新這些值。且此指令 bean 本身的舊* 對應可能已使用原始表單資料值初始化,因此嘗試取代這些參數可能沒有效果。所以這並不是取代表單資料的明確方式。
com.ptc.netmarkets.util.beans.NmHelperBean.objectjsp(Writer)
com.ptc.netmarkets.util.beans.NmSessionBean.addFeedback(NmOid, String, String)
支援的 API:false
com.ptc.netmarkets.util.beans.NmSessionBean.clearModels()
com.ptc.netmarkets.util.beans.NmSessionBean.clearStickyAction(String)
com.ptc.netmarkets.util.beans.NmSessionBean.clearTabModels()
com.ptc.netmarkets.util.beans.NmSessionBean.getAdditionalAjaxParams()
com.ptc.netmarkets.util.beans.NmSessionBean.getCurrentProject()
com.ptc.netmarkets.util.beans.NmSessionBean.getDynamicContexts()
支援的 API:false
com.ptc.netmarkets.util.beans.NmSessionBean.getDynamicLocation()
com.ptc.netmarkets.util.beans.NmSessionBean.getDynamicLocation(int)
com.ptc.netmarkets.util.beans.NmSessionBean.getDynamicLocationContexts()
支援的 API:false
com.ptc.netmarkets.util.beans.NmSessionBean.getDynamicLocations()
com.ptc.netmarkets.util.beans.NmSessionBean.getDynamicOid()
使用會傳回清單的方法
com.ptc.netmarkets.util.beans.NmSessionBean.getDynamicOid(int)
com.ptc.netmarkets.util.beans.NmSessionBean.getDynamicOids()
支援的 API:false
com.ptc.netmarkets.util.beans.NmSessionBean.getLastActionID()
支援的 API:false
com.ptc.netmarkets.util.beans.NmSessionBean.getLimit()
com.ptc.netmarkets.util.beans.NmSessionBean.getModel(String)
com.ptc.netmarkets.util.beans.NmSessionBean.getPref(String)
使用 wt.preference.PreferenceHelper APIs directly
com.ptc.netmarkets.util.beans.NmSessionBean.getPref(String, boolean)
使用 wt.preference.PreferenceHelper APIs directly
com.ptc.netmarkets.util.beans.NmSessionBean.getPref(String, String)
使用 wt.preference.PreferenceHelper APIs directly
com.ptc.netmarkets.util.beans.NmSessionBean.getPref(String, String, boolean)
使用 wt.preference.PreferenceHelper APIs directly
com.ptc.netmarkets.util.beans.NmSessionBean.getPreference(String, String, boolean)
改用 wt.preference.PreferenceHelper APIs
com.ptc.netmarkets.util.beans.NmSessionBean.getPreference(String, String, boolean, NmOid)
改用 wt.preference.PreferenceHelper APIs
支援的 API:false
com.ptc.netmarkets.util.beans.NmSessionBean.getPreference(String, String, NmOid)
改用 wt.preference.PreferenceHelper APIs
com.ptc.netmarkets.util.beans.NmSessionBean.getPreferenceValue(String, String, WTContainer)
改用 wt.preference.PreferenceHelper APIs
com.ptc.netmarkets.util.beans.NmSessionBean.getPrefKey(String, String)
直接使用 wt.preference.PreferenceHelper APIs
com.ptc.netmarkets.util.beans.NmSessionBean.getTimeZone()
直接改用 TimeZoneHelper
com.ptc.netmarkets.util.beans.NmSessionBean.isCAD()
請參閱 isCad
com.ptc.netmarkets.util.beans.NmSessionBean.isDoneCB()
com.ptc.netmarkets.util.beans.NmSessionBean.isDynamic()
com.ptc.netmarkets.util.beans.NmSessionBean.loadPrefs()
直接使用 wt.preference.PreferenceHelper APIs
com.ptc.netmarkets.util.beans.NmSessionBean.performThisTable(String, Object)
支援的 API:false
com.ptc.netmarkets.util.beans.NmSessionBean.putAdditionalAjaxParams(ArrayList)
com.ptc.netmarkets.util.beans.NmSessionBean.putModel(String, Object)
com.ptc.netmarkets.util.beans.NmSessionBean.putPref(String, Object, boolean)
直接使用 wt.preference.PreferenceHelper API
com.ptc.netmarkets.util.beans.NmSessionBean.putPref(String, Object, boolean, boolean)
直接使用 wt.preference.PreferenceHelper APIs
com.ptc.netmarkets.util.beans.NmSessionBean.putPref(String, String, Object, boolean)
直接使用 wt.preference.PreferenceHelper APIs
com.ptc.netmarkets.util.beans.NmSessionBean.putPref(String, String, Object, boolean, boolean)
直接使用 wt.preference.PreferenceHelper APIs
com.ptc.netmarkets.util.beans.NmSessionBean.putPrefCache(String, String, Object)
直接使用 wt.preference.PreferenceHelper APIs
com.ptc.netmarkets.util.beans.NmSessionBean.removeModel(String)
com.ptc.netmarkets.util.beans.NmSessionBean.removePref(String, String)
直接使用 wt.preference.PreferenceHelper API
com.ptc.netmarkets.util.beans.NmSessionBean.removePrefCache(String, String)
直接使用 wt.preference.PreferenceHelper APIs
com.ptc.netmarkets.util.beans.NmSessionBean.removeTimeZone()
直接使用 TimeZoneHelper
com.ptc.netmarkets.util.beans.NmSessionBean.setDoneCB(boolean)
com.ptc.netmarkets.util.beans.NmSessionBean.setLastActionID(String)
支援的 API:false
com.ptc.netmarkets.util.beans.NmSessionBean.setLimit(int)
com.ptc.netmarkets.util.beans.NmSessionBean.setLimit(String)
com.ptc.netmarkets.util.beans.NmSessionBean.setPrefKeyValue(ConcurrentHashMap<object, object>)
com.ptc.netmarkets.util.beans.NmSessionBean.setReturnValues(ArrayList)
com.ptc.netmarkets.util.beans.NmSessionBean.showComponent(String, Object)
支援的 API:false
com.ptc.netmarkets.util.beans.NmSessionBean.showComponent(String, Object, boolean)
支援的 API:false
com.ptc.netmarkets.util.beans.NmSessionBean.updateModels(String, Object)
com.ptc.netmarkets.util.beans.NmSessionBean.useMore()
com.ptc.netmarkets.util.beans.NmStringBean.escapeAsHTML(String)
改用 HTMLEncoder.encodeForHTML Content(String)HTMLEncoder.encodeForHTMLAttribute(String)
com.ptc.netmarkets.util.beans.NmStringBean.formatAsHTML(String)
改用 HTMLEncoder.encodeAndFormatForHTMLContent(String)HTMLEncoder.encodeAndFormatForHTMLContent(String, Boolean)
com.ptc.netmarkets.util.beans.NmStringBean.removeScripts(String)
改用 HTMLEncoder.encodeForHTMLContent(String)HTMLEncoder.encodeForHTMLAttribute(String)HTMLEncoder.encodeForJavascript(String)
com.ptc.netmarkets.util.beans.NmURLFactoryBean.parseQueryString(String, HttpServletRequest)
取代為 parseTheQueryString(String query)
com.ptc.netmarkets.util.misc.NetmarketURL.getMVCHREF(String, boolean)
com.ptc.netmarkets.util.misc.NetmarketURL.getMVCURL(String)
com.ptc.netmarkets.util.misc.NmAction.jsRedirect(String, Writer)
建議擲回存取錯誤,而非像這樣使用 js redirect。
com.ptc.netmarkets.util.misc.NmAction.jsRedirect(String, Writer, boolean)
建議擲回存取錯誤,而非像這樣使用 js redirect。
com.ptc.netmarkets.util.misc.NmAction.jsRedirectWithNoAccessMessage(Writer, NmURLFactoryBean)
建議擲回存取錯誤,而非像這樣使用 js redirect。
com.ptc.netmarkets.util.misc.NmAction.objectjsp(NmObjectBean, NmSessionBean, NmLocaleBean, NmURLFactoryBean, NmActionBean, NmStringBean, NmLinkBean, NmContextBean, NmCheckBoxBean, NmTextBoxBean, NmRadioButtonBean, NmTextAreaBean, NmComboBoxBean, NmDateBean, Writer, Object, Object)
com.ptc.netmarkets.util.misc.NmAction.redirectIfNecessary(NmOid, NmTabBean, NmLoginBean, NmObjectBean, NmSessionBean, NmLocaleBean, NmURLFactoryBean, NmActionBean, NmStringBean, NmLinkBean, NmContextBean, NmCheckBoxBean, NmTextBoxBean, NmRadioButtonBean, NmTextAreaBean, NmComboBoxBean, NmDateBean, Writer, Object, Object, boolean)
建議擲回存取錯誤,而非像這樣使用 redirect。
com.ptc.netmarkets.util.misc.NmAction.tutorialjsp(NmURLFactoryBean, NmLocaleBean, NmContextBean, NmLinkBean, Writer, Object, Object)
com.ptc.netmarkets.util.misc.NmAction.tutorialjsp(String, NmURLFactoryBean, NmLocaleBean, NmContextBean, NmLinkBean, Writer, Object, Object)
com.ptc.netmarkets.util.misc.NmElementAddress.pushFormElement(String)
此旗標沒有任何意義且未在任何位置使用
com.ptc.netmarkets.util.misc.StandardNmActionService.getConceptualClassname()
com.ptc.netmarkets.wp.ixb.WPZipContent.getWorkPackageFileName()
com.ptc.netmarkets.wp.ixb.WPZipContent.getWorkPackageMetaData()
com.ptc.odata.core.entity.processor.EntityProcessorData.getProcessor(String)
com.ptc.odata.windchill.WCExceptionBuilder.buildODataApplicationException(FormResult, HttpStatusCode, Locale)
使用其中一種非取代方法。
com.ptc.odata.windchill.WCExceptionBuilder.buildODataApplicationException(Class, String, Object[], HttpStatusCode, Locale)
使用 WCExceptionBuilder.buildODataApplicationException(HttpStatusCode, Locale, Class, String, Object[])
com.ptc.odata.windchill.WCExceptionBuilder.buildODataApplicationException(Class, String, Locale, Throwable)
使用 WCExceptionBuilder.buildODataApplicationException(Throwable, Locale, Class, String)
com.ptc.odata.windchill.WCExceptionBuilder.buildODataApplicationException(Class, String, HttpStatusCode, Locale)
使用 WCExceptionBuilder.buildODataApplicationException(HttpStatusCode, Locale, Class, String)
com.ptc.odata.windchill.WCExceptionBuilder.buildODataApplicationException(Class, String, HttpStatusCode, Locale, Throwable)
使用 WCExceptionBuilder.buildODataApplicationException(Throwable, Locale, Class, String) 且該方法將決定最佳 HTTP 狀況代碼。
com.ptc.odata.windchill.WCExceptionBuilder.buildODataApplicationException(Throwable, HttpStatusCode, Locale)
使用 WCExceptionBuilder.buildODataApplicationException(Throwable, Locale) 且該方法將決定最佳 HTTP 狀況代碼。
com.ptc.projectmanagement.assignment.AssignmentService.calculateActualWork(WorkTrackable)
com.ptc.projectmanagement.assignment.StandardAssignmentService.calculateActualWork(WorkTrackable)
com.ptc.projectmanagement.assignment.StandardAssignmentService.getConceptualClassname()
com.ptc.projectmanagement.plan.DateConstraint.getDateConstraintDefault(boolean)
com.ptc.projectmanagement.plan.PlanService.createPlan(String, WTContainerRef, ObjectReference)
使用 PlanHelper.service.createPlan(Rootable root)。
com.ptc.projectmanagement.plan.StandardPlanService.getConceptualClassname()
com.ptc.projectmanagement.plan.StandardPlanService.getPlan(ObjectReference)
com.ptc.projectmanagement.plan.StandardPlanService.getPlan(ObjectReference, boolean)
com.ptc.projectmanagement.plannable.PlannableService.rollupStateFromChildren(Plannable, Plannable)
StandardAssignmentService 中的另一個 API rollUpFromChildren() 也正在執行類似任務。我們正在考慮將這兩者結合在一起。
com.ptc.projectmanagement.plannable.StandardPlannableService.rollupStateFromChildren(Plannable, Plannable)
StandardAssignmentService 中的另一個 API rollUpFromChildren() 也正在執行類似任務。我們正在考慮將這兩者結合在一起。
com.ptc.projectmanagement.util.ProcessorUtils.getQueryForAssociationEligibleMilestones(String)
com.ptc.qualitymanagement.capa.investigation.CAPAAnalysisActivityMaster.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
com.ptc.qualitymanagement.capa.investigation.CAPAAnalysisActivityMaster.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
com.ptc.qualitymanagement.capa.investigation.CAPAChangeInvestigationMaster.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
com.ptc.qualitymanagement.capa.investigation.CAPAChangeInvestigationMaster.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
com.ptc.qualitymanagement.capa.plan.CAPAActionPlanMaster.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
com.ptc.qualitymanagement.capa.plan.CAPAChangeActivityMaster.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity().
com.ptc.qualitymanagement.capa.plan.CAPAChangeActivityMaster.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()。
com.ptc.qualitymanagement.capa.request.CAPAChangeRequestMaster.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
com.ptc.qualitymanagement.capa.request.CAPAChangeRequestMaster.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
com.ptc.qualitymanagement.cem.activity.product.investigation.CEProductInvestigationMaster.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
com.ptc.qualitymanagement.cem.activity.product.investigation.CEProductInvestigationMaster.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
com.ptc.qualitymanagement.cem.CustomerExperienceMaster.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
com.ptc.qualitymanagement.cem.StandardCustomerExperienceService.getConceptualClassname()
com.ptc.qualitymanagement.nc.investigation.NCInvestigation.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
com.ptc.qualitymanagement.nc.investigation.NCInvestigation.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
com.ptc.qualitymanagement.nc.investigation.NCInvestigationMaster.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
com.ptc.qualitymanagement.nc.investigation.NCInvestigationMaster.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
com.ptc.qualitymanagement.nc.NCAnalysisActivity.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
com.ptc.qualitymanagement.nc.NCAnalysisActivity.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
com.ptc.qualitymanagement.nc.NCAnalysisActivityMaster.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
com.ptc.qualitymanagement.nc.NCAnalysisActivityMaster.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
com.ptc.qualitymanagement.nc.Nonconformance.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
com.ptc.qualitymanagement.nc.Nonconformance.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
com.ptc.qualitymanagement.nc.NonconformanceMaster.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
com.ptc.qualitymanagement.nc.StandardNCService.getConceptualClassname()
com.ptc.qualitymanagement.qms.trainingtracking.StandardTrainingTrackingService.getConceptualClassname()
com.ptc.qualitymanagement.regmstr.impl.AbstractRegulatorySubmissionProcessor.generatePrimaryContent(RegulatorySubmission)
com.ptc.qualitymanagement.regmstr.impl.RegulatorySubmissionProcessorHelper.generatePrimaryContent(RegulatorySubmission)
com.ptc.qualitymanagement.regmstr.impl.RegulatorySubmissionProcessorInterface.generatePrimaryContent(RegulatorySubmission)
com.ptc.qualitymanagement.udi._UDISubmission.getBrandNameFamily()
已從規格 09.24.2013 刪除
com.ptc.qualitymanagement.udi._UDISubmission.getGmdnPreferredTermCode()
已從規格 09.24.2013 刪除
com.ptc.qualitymanagement.udi._UDISubmission.getMarketingStartDate()
已從規格 09.24.2013 刪除
com.ptc.qualitymanagement.udi._UDISubmission.getMarketingStatus()
已從規格 11.22.2013 刪除
com.ptc.qualitymanagement.udi._UDISubmission.getModelNumberFamily()
已從規格 09.24.2013 刪除
com.ptc.qualitymanagement.udi._UDISubmission.setBrandNameFamily(Boolean)
已從規格 09.24.2013 刪除
com.ptc.qualitymanagement.udi._UDISubmission.setGmdnPreferredTermCode(String)
已從規格 09.24.2013 刪除
com.ptc.qualitymanagement.udi._UDISubmission.setMarketingStartDate(Timestamp)
已從規格 09.24.2013 刪除
com.ptc.qualitymanagement.udi._UDISubmission.setMarketingStatus(String)
已從規格 11.22.2013 刪除
com.ptc.qualitymanagement.udi._UDISubmission.setModelNumberFamily(Boolean)
已從規格 09.24.2013 刪除
com.ptc.qualitymanagement.udi.fda._FDAUDISubmission.getExemptDPMReason()
已從規格 09.24.2013 刪除
com.ptc.qualitymanagement.udi.fda._FDAUDISubmission.setExemptDPMReason(String)
已從規格 09.24.2013 刪除
com.ptc.qualitymanagement.udi.superset._UdiSuperSet.getExemptDPMReason()
已從規格 09.24.2013 刪除
com.ptc.qualitymanagement.udi.superset._UdiSuperSet.setExemptDPMReason(String)
已從規格 09.24.2013 刪除
com.ptc.qualitymanagement.udi.superset.StandardUdiSuperSetAttributePopulator.populateFromTemplateUdiSuperSetDetails(UdiSuperSet, UdiSuperSet)
com.ptc.tml.utils.TMLUtils.getTranslationPackageFileName(ManagedBaseline)
改用 TmlNameHelper.getTranslationPackageName(ManagedBaseline)
com.ptc.tml.utils.TMLUtils.isDocumentTranslatable(EPMDocument, TMLContext)
改用 isTranslatable()
com.ptc.tml.utils.WorkflowAdapter.createBaseline(TranslationCollection, TmlLog)
改用 TranslationProcess.createBaseline(TranslationCollection,TmlLog)
支援的 API:true
com.ptc.tml.utils.WorkflowAdapter.createTranslationPackage(ManagedBaseline, String, String, String, String, String, WTContainer, TmlLog)
改用 TranslationProcess.createTranslationPackage(ManagedBaseline,String,String,String,String,String,WTContainer,TmlLog)
支援的 API:true
com.ptc.tml.utils.WorkflowAdapter.createTranslationQuotePackage(Collection<EPMDocument>TranslationCollection, TmlLog)
改用 TranslationProcess.createTranslationQuotePackage(Collection <EPMDocument>, TranslationCollection, TmlLog)
支援的 API:true
com.ptc.tml.utils.WorkflowAdapter.expandDocumentRefs(TranslationCollection, TmlLog)
改用 TranslationProcess.expandDocumentRefs(TranslationCollection,TmlLog)
支援的 API:true
com.ptc.tml.utils.WorkflowAdapter.importTranslationPackage(ManagedBaseline, String, String, File, WTPrincipal, TmlImportLog)
改用 TranslationProcess.importTranslationPackage(ManagedBaseline,String,String,File,WTPrincipal,TmlImportLog)
支援的 API:true
com.ptc.wa.rest.services.WAService.getZipOutStream(OutputStream)
com.ptc.wbr.core.datamanagement.WNCDataFormatter.getFormattedDataSource(ResultSet, int)
計劃在未來發行版本中移除以下方法,因為此方法沒有用處。
支援的 API:false
com.ptc.wbr.core.datamanagement.WNCDataFormatter.getFormattedDataSource(ResultSet, HttpServletResponse)
此方法適用於使用匿名 URL 執行 "ResportTask"
支援的 API:false
com.ptc.windchill.associativity.AssociativePath.getUsage()
改用 AssociativePath.getAssociativeUsage()
com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancy2.getTargetPaths()
使用 {@link #getConsumptionData().getAllDownPaths()}
com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancyMetaDataBuilder.getAlternateBOMTypeColumnJSON()
取代為 AbstractDiscrepancyMetaDataBuilder.getAlternateBOMTypeColumn()
com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancyMetaDataBuilder.getBOMTypeColumnJSON()
取代為 AbstractDiscrepancyMetaDataBuilder.getBOMTypeColumn()
com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancyMetaDataBuilder.getColumnMetadataJSON(String, String, String, boolean, AttributeTypeSummary.InputFieldType)
取代為 #getColumnMetadata()
com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancyMetaDataBuilder.getDiscrepancyMetaDataJSON(ReconciliationContext, Collection<dicrepancy2>
取代為 #getDiscrepancyMetaDataStr()
com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancyMetaDataBuilder.getDownstreamViewColumnJSON()
取代為 AbstractDiscrepancyMetaDataBuilder.getDownstreamViewColumn()
com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancyMetaDataBuilder.getExistingOrNewColumnJSON()
取代為 AbstractDiscrepancyMetaDataBuilder.getExistingOrNewColumn()
com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancyMetaDataBuilder.getNameColumnJSON()
取代為 AbstractDiscrepancyMetaDataBuilder.getNameColumn()
com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancyMetaDataBuilder.getNumberColumnJSON()
取代為 AbstractDiscrepancyMetaDataBuilder.getNumberColumn()
com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancyMetaDataBuilder.getTargetFolderColumnJSON()
取代為 AbstractDiscrepancyMetaDataBuilder.getTargetFolderColumn()
com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancyMetaDataBuilder.getTypeIconColumnJSON()
取代為 AbstractDiscrepancyMetaDataBuilder.getTypeIconColumnJSON()
com.ptc.windchill.associativity.reconciliation.client.DiscrepancyType.valueOf(String)
com.ptc.windchill.associativity.reconciliation.ReconciliationContext.reconcileWithinDownstreamContext()
使用 ReconciliationContext.getEquivalentContexts() 告知前後關聯是否要使用指定前後關聯。
com.ptc.windchill.associativity.reconciliation.ReconciliationContext.setReconcileWithinDownstreamContext(boolean)
使用 ReconciliationContext.setEquivalentContexts(Collection) 告知前後關聯是否要使用指定前後關聯。
com.ptc.windchill.associativity.reconciliation.ReconciliationReport.getTransformResult()
com.ptc.windchill.associativity.reconciliation.ReconciliationReport.mergeTransformResult(TransformResult)
com.ptc.windchill.associativity.reconciliation.resolver.AbstractAddUsageResolver.newInstance(ReconciliationContext)
不再需要實行此實例方法。現在,委派會使用解析程式的預設建構函式建立新實例。因此,只需要一律為 true 之擴展解析程式類別的預設建構函式
com.ptc.windchill.associativity.reconciliation.resolver.AbstractAssembleUnderDiscrepancyResolver.getParentPathsToLink(AbstractAssembleUnderDiscrepancy)
com.ptc.windchill.associativity.reconciliation.resolver.AbstractDiscrepancyResolver.createEqLinks(Set<AssociativePath> AssociativePath, ViewReference, ViewReference, NCServerHolder, EquivalenceLinkAnnotation, boolean)
取代為 #createEquivalenceLinks() 。若 sourcepaths 的葉與 DownPath 葉之間不存在連結,會在它們之間建立對等連結
com.ptc.windchill.associativity.reconciliation.resolver.AddUsageConfigCache.AddUsageConfig.getAllAttributeMappingValueMap()
com.ptc.windchill.associativity.reconciliation.resolver.AddUsageConfigCache.AddUsageConfig.getAllSkipAttributeValueMap()
com.ptc.windchill.associativity.reconciliation.resolver.AddUsageConfigCache.getMatchingSourceRules(Persistable)
com.ptc.windchill.associativity.reconciliation.resolver.AddUsageConfigCache.getMatchingTargetRules(Persistable, Persistable)
com.ptc.windchill.associativity.reconciliation.resolver.AddUsageConfigCache.isValidForSkip(Persistable)
com.ptc.windchill.associativity.service.AssociativeEquivalenceService.createEquivalenceLink(ObjectReference, AssociativePath, NCServerHolder, ObjectReference, AssociativePath, NCServerHolder, String, boolean, boolean)
從發行版本 12.0 (Iguana) 開始,取代為
AssociativeEquivalenceService.createEquivalenceLink(CreateEquivalenceLinkParams commonEquiLinkParams)
com.ptc.windchill.baseclient.server.delegate.DefaultObjectReferenceAttributeSearchDelegate.executeQuerySearch(FindOperation.FindOperationParams, TypeIdentifier[], Identifier, String)
從 13.0.1.0 開始,使用
DefaultObjectReferenceAttributeSearchDelegate.executeQuerySearch(Attribute, TypeIdentifier, String, TypeIdentifier[], ObjectReference, String
支援的 API:true
com.ptc.windchill.baseclient.server.delegate.DefaultQuickSearchQueryDelegate.executeBasicQuerySearch(FindOperation.FindOperationParams, TypeIdentifier[])
從 13.0.1.0 開始,使用 QuickSearchQueryDelegate.executeBasicQuerySearch(String, boolean, List, TypeIdentifier[])
com.ptc.windchill.baseclient.server.delegate.DefaultQuickSearchQueryDelegate.getTypeInstance(WTSet, List<>Entity, String
從 13.0.1.0 開始,使用 QuickSearchQueryDelegate.getTypeInstance(WTSet persistableObjects,String resultType)
com.ptc.windchill.baseclient.server.delegate.ObjectReferenceAttributeSaveDelegate.postProcess(Persistable, Persistable, AttributeConfig, String)
從 13.0.1.0 開始,使用 ObjectReferenceAttributeSaveDelegate.postProcess(Persistable, Persistable, Attribute, String)
支援的 API:true
com.ptc.windchill.baseclient.server.delegate.ObjectReferenceAttributeSearchDelegate.executeQuerySearch(FindOperation.FindOperationParams, TypeIdentifier[], Identifier, String)
從 13.0.1.0 開始,使用 ObjectReferenceAttributeSearchDelegate#executeQuerySearch(FindOperationParams, TypeIdentifier[], ObjectReference, String)
com.ptc.windchill.baseclient.server.delegate.QuickSearchQueryDelegate.executeBasicQuerySearch(FindOperation.FindOperationParams, TypeIdentifier[])
從 13.0.1.0 開始,使用 QuickSearchQueryDelegate.executeBasicQuerySearch(String, boolean, List, TypeIdentifier[])
支援的 API:true
com.ptc.windchill.baseclient.server.delegate.QuickSearchQueryDelegate.getTypeInstance(WTSet, List<Entity>, String)
從 13.0.1.0 開始,使用 QuickSearchQueryDelegate.getTypeInstance(WTSet persistableObjects,String resultType)
com.ptc.windchill.baseclient.server.NavigationCriteriaBuilder.buildNavigationCriteria(NavigationCriteria, VariantSpec, Map)
改用 buildNavigationCriteria(NCBuilderBean ncBuilderBean)
com.ptc.windchill.cadx.caddoc.CheckedOutToWorkspaceURLActionDelegate.getURLLabel(Locale)
com.ptc.windchill.cadx.caddoc.CheckedOutToWorkspaceURLActionDelegate.isURLProvider(HashMap, Object)
com.ptc.windchill.cadx.caddoc.CheckedOutToWorkspaceURLActionDelegate.setMethod(String)
com.ptc.windchill.cadx.caddoc.CheckedOutToWorkspaceURLActionDelegate.URL(Object)
com.ptc.windchill.cadx.caddoc.CreateRepWFURLActionDelegate.getURLLabel(Locale)
com.ptc.windchill.cadx.caddoc.CreateRepWFURLActionDelegate.isURLProvider(HashMap, Object)
com.ptc.windchill.cadx.caddoc.CreateRepWFURLActionDelegate.setMethod(String)
com.ptc.windchill.cadx.caddoc.CreateRepWFURLActionDelegate.URL(Object)
com.ptc.windchill.cadx.caddoc.NavBarForumActionDelegate.setState(HTTPState)
com.ptc.windchill.cadx.caddoc.NavBarURLForumActionDelegate.isURLProvider(HashMap, Object)
com.ptc.windchill.cadx.caddoc.NavBarURLForumActionDelegate.setMethod(String)
com.ptc.windchill.cadx.caddoc.ProductViewWFURLActionDelegate.getURLLabel(Locale)
com.ptc.windchill.cadx.caddoc.ProductViewWFURLActionDelegate.isURLProvider(HashMap, Object)
com.ptc.windchill.cadx.caddoc.ProductViewWFURLActionDelegate.setMethod(String)
com.ptc.windchill.cadx.caddoc.ProductViewWFURLActionDelegate.URL(Object)
com.ptc.windchill.cadx.common.ClientActionProcessService.getContextAction()
支援的 API:true
com.ptc.windchill.cadx.common.ClientActionProcessService.getContextClassName()
com.ptc.windchill.cadx.common.ClientActionProcessService.getContextObj()
支援的 API:true
com.ptc.windchill.cadx.common.ClientActionProcessService.getContextProperties()
com.ptc.windchill.cadx.common.ClientActionProcessService.getFormData()
com.ptc.windchill.cadx.common.ClientActionProcessService.getQueryData()
com.ptc.windchill.cadx.common.ClientActionProcessService.getResponseExceptions()
com.ptc.windchill.cadx.common.ClientActionProcessService.getResponseFooters()
com.ptc.windchill.cadx.common.ClientActionProcessService.getResponseHeaders()
com.ptc.windchill.cadx.common.ClientActionProcessService.getResponseMessages()
com.ptc.windchill.cadx.common.ClientActionProcessService.getResponseString()
com.ptc.windchill.cadx.common.ClientActionProcessService.getState()
com.ptc.windchill.cadx.common.ClientActionProcessService.getStatus()
com.ptc.windchill.cadx.common.ClientActionProcessService.setContextAction(String)
com.ptc.windchill.cadx.common.ClientActionProcessService.setContextClassName(String)
com.ptc.windchill.cadx.common.ClientActionProcessService.setContextObj(Object)
com.ptc.windchill.cadx.common.ClientActionProcessService.setContextProperties(Properties)
com.ptc.windchill.cadx.common.ClientActionProcessService.setFormData(Properties)
com.ptc.windchill.cadx.common.ClientActionProcessService.setQueryData(Properties)
com.ptc.windchill.cadx.common.ClientActionProcessService.setResponseExceptions(Vector)
com.ptc.windchill.cadx.common.ClientActionProcessService.setResponseFooters(Vector)
com.ptc.windchill.cadx.common.ClientActionProcessService.setResponseHeaders(Vector)
com.ptc.windchill.cadx.common.ClientActionProcessService.setResponseMessages(Vector)
com.ptc.windchill.cadx.common.ClientActionProcessService.setResponseString(String)
com.ptc.windchill.cadx.common.ClientActionProcessService.setState(HTTPState)
com.ptc.windchill.cadx.common.ClientActionProcessService.setStatus(int)
com.ptc.windchill.cadx.common.picker.AuthoringApplicationConfigSpec.appendSearchCriteria(QuerySpec)
com.ptc.windchill.cadx.common.picker.AuthoringApplicationConfigSpec.getConceptualClassname()
com.ptc.windchill.cadx.common.picker.AuthoringApplicationConfigSpec.process(QueryResult)
com.ptc.windchill.cadx.common.picker.PickerFormProcessor.getState()
com.ptc.windchill.cadx.common.picker.PickerFormProcessor.setState(HTTPState)
com.ptc.windchill.cadx.common.picker.SharedOnlyConfigSpec.getConceptualClassname()
com.ptc.windchill.cadx.common.picker.SharedOnlyConfigSpec.process(QueryResult)
com.ptc.windchill.cadx.ws.ActiveWorkspaceNavBarURLActionDelegate.getActionName()
com.ptc.windchill.cadx.ws.ActiveWorkspaceNavBarURLActionDelegate.setActionName(String)
com.ptc.windchill.designasmsrv.CARBuilderHelper.buildDefaultCAR(WTPrincipal, String, String, EPMAuthoringAppType, String, String, String, String)
建構預設 CAD 全域替代表示 (CAR):
- 根據提供的參數,建立 ESR CAD 組件文件與參考以設計組件
- 使用預設定義與結果規則建立 CAD 全域替代表示 (CAR)
com.ptc.windchill.enterprise.annotation.commands.PasteAnnotationCommands.paste(NmCommandBean, boolean)
此方法會取代為 pasteSelect()
com.ptc.windchill.enterprise.associativity.asb.dataUtilities.PartSupplierStatusDataUtility.getPlainDataValue(String, Object, ModelContext)
從 13.0.1.0 開始,取代 LogicSeparatedDataUtility.getPlainDataValue(String, Object, ModelContext)
com.ptc.windchill.enterprise.change2.beans.ChangeLinkAttributeBean.getDefaultTransition(Object)
改用 ChangeLinkAttributeBean.getDefaultTransition(WTChangeActivity2 changeActivity, Changeable2 changeable)
com.ptc.windchill.enterprise.change2.ChangeManagementClientHelper.defaultChangeTask_isPropagationSelected(FormDataHolder)
使用變更通知範本
com.ptc.windchill.enterprise.change2.ChangeManagementClientHelper.getWTPrincipalReference(NmCommandBean, String)
使用 ChangeManagementClientHelper.getParticipantBeanForRole(NmCommandBean, String, boolean)
com.ptc.windchill.enterprise.change2.ChangeManagementClientHelper.isInventoryDispositionSupported(DispositionHandler, Class<?>
使用
ChangeLinkAttributeHelper.isInventoryDispositionSupported(ChangeLinkAttributeBean, String, Class)
com.ptc.windchill.enterprise.change2.commands.ChangeItemQueryCommands.getAffectedData(NmCommandBean)
使用 ChangeableDataFactory.getAffectedObjects(com.ptc.core.components.beans.FormDataHolder)
com.ptc.windchill.enterprise.change2.commands.ChangeItemQueryCommands.getAffectedEndItems(NmCommandBean)
com.ptc.windchill.enterprise.change2.commands.ChangeItemQueryCommands.getImplementationPlan(NmCommandBean)
com.ptc.windchill.enterprise.change2.commands.ChangeItemQueryCommands.getResultingItems(NmCommandBean)
使用 ChaneableDataFactory.getResultingObjects(com.ptc.core.components.beans.FormDataHolder)
com.ptc.windchill.enterprise.change2.commands.ChangeItemQueryCommands.getSelectedOidList(NmCommandBean)
com.ptc.windchill.enterprise.change2.commands.ChangeItemQueryCommands.getValidatedItems(List<NnOid>, NmCommandBean, String)
com.ptc.windchill.enterprise.change2.commands.PasteChangeableCommands.paste(NmCommandBean, boolean)
貼上選取項現在由指令 bean 中的 PASTE_SELECT_FLAG 值驅動。這可透過 PasteCommands 的 initPasteSelect() 方法來設定。
com.ptc.windchill.enterprise.change2.dataUtilities.AutomateFastTrackDataUtility.getCreateChangeNoticeWfTaskName()
使用 ChangeManagementClientHelper#getCreateChangeNoticeWfTaskName()
com.ptc.windchill.enterprise.change2.dataUtilities.ChangeLinkAttributeDataUtility.processExistingLinks(NmOid, String)
使用 ChangeableObjectBean
com.ptc.windchill.enterprise.change2.dataUtilities.ChangeLinkAttributeDataUtility.processExistingLinks(NmOid, String, ChangeLinkAttributeDataUtility.LinkType)
使用 ChangeableObjectBean
com.ptc.windchill.enterprise.change2.dataUtilities.ChangeLinkAttributeDataUtility.setEventListener(HTMLGuiComponent, ChangeLinkAttributeBean)
欲註冊事件,請參閱 changeWizard.js 內的 init:function()
com.ptc.windchill.enterprise.change2.forms.delegates.ChangeItemFormDelegate.getReferenceValueFromMap(Map, Persistable, String)
從 10.0 開始,不再使用
com.ptc.windchill.enterprise.change2.forms.delegates.ChangeItemFormDelegate.getReferenceValueFromMap(Map, Persistable, String, String)
從 10.0 開始,不再使用
com.ptc.windchill.enterprise.change2.forms.processors.CreateChangeItemFormProcessor.getChangeNoticeComplexityDelegate(Persistable)
改用 getChangeItemComplexityDelegate
com.ptc.windchill.enterprise.change2.forms.processors.CreateChangeNoticeFormProcessor.getChangeNoticeComplexityDelegate(Persistable)
改用 getChangeItemComplexityDelegate
com.ptc.windchill.enterprise.change2.mvc.builders.wizards.ChangeEditDetailsWizStepBuilder.buildPropertyPanelConfig(ComponentParams)
使用 ChangeEditDetailsWizStepBuilder.buildReadOnlyAttributePanelConfig(ComponentParams)
com.ptc.windchill.enterprise.maturity.PromotionNoticeWorkflowHelper.initialize(PromotionNotice, boolean)
使用 PromotionNoticeWorkflowHelper.initialize(wt.maturity.PromotionNotice)
com.ptc.windchill.enterprise.part.server.impl.QuantityConstraintFactory.getConceptualClassname()
com.ptc.windchill.enterprise.report.ReportHelper.deleteCognosReports(Hashtable, Hashtable, Vector)
com.ptc.windchill.enterprise.report.ReportHelper.loadCognosReports(Hashtable, Hashtable, Vector)
com.ptc.windchill.enterprise.report.ReportHelper.updateCognosModel(Hashtable, Hashtable, Vector)
com.ptc.windchill.enterprise.report.ReportService.getReportByNameAndReportingSystem(String, WBRReportingSystem, String, Boolean)
com.ptc.windchill.enterprise.report.StandardReportService.getConceptualClassname()
com.ptc.windchill.enterprise.report.StandardReportService.getReportByNameAndReportingSystem(String, WBRReportingSystem, String, Boolean)
com.ptc.windchill.enterprise.templates.doc.server.processors.WTDocumentTemplateFormTaskDelegate.processAction(ContentHTTPStream)
com.ptc.windchill.esi.bom.ESIBOMHeaderRenderer.adjustElement(Element, String, WTPart, List<Eff>[], Collection<ESITarget>)
已從 10.2 開始取代,使用 ESIBOMHeaderRenderer.adjustElement(Element, String, WTPart, Eff[], Collection) instead of this API
支援的 API:true
com.ptc.windchill.esi.bom.ESIBOMRenderer.setData(String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, String, boolean, String, String, String, String)
使用 ESIBOMRenderer.setData(String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, String, boolean, String, String, String, String, boolean) instead.
支援的 API:true
com.ptc.windchill.esi.bom.ESIBOMSubordinateRenderer.setData(WTPart, WTPart, Collection<PartUsageInfo>[], Collection<ESITargetAssociation>, boolean)
改用 #setData(WTPart, WTPart, Map<WTPartUsageLink, WTPart>[], Collection<ESITargetAssociation>, boolean, Map<RawMaterialLink, WTPart>[])
com.ptc.windchill.esi.bom.ESIBOMSubordinateRenderer.setData(WTPart, WTPart, Map<WTPartUsageLink, WTPart>[], Collection<ESITargetAssociation>, boolean)
改用 #setData(WTPart, WTPart, Map<WTPartUsageLink, WTPart>[], Collection<SITargetAssociation>, boolean, Map<RawMaterialLink, WTPart>[])
支援的 API:false
com.ptc.windchill.esi.bom.ESICouplingMemberRenderer.adjustCouplingMemberElement(String, Element, CouplingMember, Collection<ESITarget>)
支援的 API:true
com.ptc.windchill.esi.bom.ESICouplingMemberRenderer.setData(WTPart, WTPart, Map<WTPartUsageLink, WTPart>[], Collection<WTPart>, Collection<CouplingMember>, Map<Coupling2>, Map<ESIReleasedObjectSnapshot, CouplingMember>, Map<ESIReleasedObjectSnapshot, Map<ESIReleasedObjectAttributes, String>>, <CollectionESITargetAssociation>, boolean, String, String)
支援的 API:true
com.ptc.windchill.esi.delegate.DocumentQueryDelegate.checkAndAddToCollection(Map, Persistable, Collection)
改用 checkAndAddToCollection(Map, Persistable, Collection, Boolean)
com.ptc.windchill.esi.delegate.ESIBOMDifferenceMangementDelegateImpl.compareLineNumbers(LineNumber, LineNumber)
使用 BOMUtility.compareLineNumbers(LineNumber, LineNumber)
支援的 API:true
com.ptc.windchill.esi.delegate.ESIBOMDifferenceMangementDelegateImpl.compareLineNumbers(WTPartUsageLink, WTPartUsageLink)
使用 BOMUtility.compareLineNumbers(WTPartUsageLink, WTPartUsageLink)
支援的 API:true
com.ptc.windchill.esi.delegate.ESIDifferenceManagementDelegate.getAllSoftAttributes(IBAHolder)
支援的 API:true
com.ptc.windchill.esi.delegate.ESIDifferenceManagementDelegate.getPartMasterWithClasses(Collection<?extends WTPartMaster>)
com.ptc.windchill.esi.delegate.ESIDifferenceManagementDelegate.getSoftAttribute(IBAHolder, String)
支援的 API:true
com.ptc.windchill.esi.delegate.ESIDifferenceManagementDelegate.getSoftAttribute(AbstractValueView[], String)
支援的 API:true
com.ptc.windchill.esi.delegate.ESIPartDifferenceManagementDelegateImpl.getAllSoftAttributes(IBAHolder)
支援的 API:true
com.ptc.windchill.esi.delegate.ESIPartDifferenceManagementDelegateImpl.getPartMasterWithClasses(Collection<?extends WTPartMaster>)
支援的 API:true
com.ptc.windchill.esi.delegate.ESIPartDifferenceManagementDelegateImpl.getSoftAttribute(IBAHolder, String)
使用 ESIPartDifferenceManagementDelegateImpl.getSoftAttribute(Object ibaHolder, String attributeName),而不是此項。
支援的 API:true
com.ptc.windchill.esi.delegate.ESIPartDifferenceManagementDelegateImpl.getSoftAttribute(AbstractValueView[], String)
支援的 API:true
com.ptc.windchill.esi.delegate.TransactionWarningEmailDelegate.getDistributionList(VdbBuilder)
使用 getWTPrincipalList(VdbBuilder builder),而不是此項。
支援的 API:true
com.ptc.windchill.esi.ecn.ESIWTChangeOrder2Renderer.getWcAdapter()
改用 BasicESIRenderer.getAdapterName()
支援的 API:true
com.ptc.windchill.esi.ecn.ESIWTChangeOrder2Renderer.isBomAllocatedParts()
已從 10.2 M020 開始取代。改用 API ESIWTChangeOrder2Renderer.publishProcessPlanBOMParts()
com.ptc.windchill.esi.esidoc.ESIDocumentsRenderer.getWcAdapter()
改用 BasicESIRenderer.getAdapterName()
支援的 API:true
com.ptc.windchill.esi.esidoc.ESIDocUtility.retrievePartDocDifferences(RevisionControlled, RevisionControlled)
使用 retrievePartDocDifferences(RevisionControlled, RevisionControlled, ESITarget),而不是此 API,ESITarget 在此 API 中可以為空值
com.ptc.windchill.esi.esidoc.PartDocInfo.buildHashtable(RevisionControlled)
使用 buildMap,而不是此 API
支援的 API:true
com.ptc.windchill.esi.esidoc.PartDocInfo.buildHashtable(RevisionControlled, boolean)
使用 buildMap,而不是此 API
支援的 API:true
com.ptc.windchill.esi.esipart.ESIWTPartRenderer.renderCurrentAlternates()
在未來發行版本中將取代 API 與實行。
支援的 API:true
com.ptc.windchill.esi.map.ESIGroupInfoManager.addToGroupInfoTgtMap(ESITarget, LinkedHashMap)
com.ptc.windchill.esi.mpml.pmi.ESIControlCharacteristicRenderer.getWcAdapter()
改用 BasicESIRenderer.getAdapterName()
支援的 API:true
com.ptc.windchill.esi.mpml.pmi.ESIControlCharacteristicRenderer.renderControlCharacteristics(MPMOperation, Map<MPMOperationQualityLink, MPMControlCharacteristic>[], Map<Persistable, ArrayList<MPMControlCharacteristic>> ,String, String, VdbBuilder)
支援的 API:true
com.ptc.windchill.esi.mpml.pmi.ESIControlCharacteristicRenderer.renderControlCharacteristics(Persistable, Map<MPMQualityLink, MPMControlCharacteristic>[], String, String, VdbBuilder)
支援的 API:true
com.ptc.windchill.esi.mpml.pmi.ESIControlCharacteristicRenderer.setData(Persistable, Set<MPMControlCharacteristic> Map<Persistable, Map<MPMControlCharacteristic, MPMQualityLink>>, String, String, VdbBuilder)
支援的 API:true
com.ptc.windchill.esi.mpml.processplan.ESIPartToProcessPlanLinkRenderer.getAuth()
已在 10.2 M020 取代。改用 API BasicESIRenderer.getAuth()
支援的 API:false
com.ptc.windchill.esi.mpml.processplan.ESIPartToProcessPlanLinkRenderer.getWcAdapter()
已在 10.2 M020 取代。改用 BasicESIRenderer.getAdapterName()
支援的 API:true
com.ptc.windchill.esi.mpml.processplan.ESIProcessPlanRenderer.getAuthentication()
使用 BasicESIRenderer.getAuth(),而不是此項。
支援的 API:true
com.ptc.windchill.esi.mpml.processplan.ESIProcessPlanRenderer.getProcessPlan(String, boolean, boolean, boolean, boolean, boolean, String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, String, boolean, boolean, String, String, String, String)
改用 getProcessPlan(String, ESITransaction, Collection<ESITarget>, String, String, boolean)
com.ptc.windchill.esi.mpml.processplan.ESIStandardProcedureLinkRenderer.getTargets()
(從 10.2 開始) 使用 ESIStandardProcedureLinkRenderer.getTargetAssociations()
支援的 API:true
com.ptc.windchill.esi.mpml.processplan.ESIStandardProcedureLinkRenderer.getWcAdapter()
改用 BasicESIRenderer.getAdapterName()
支援的 API:true
com.ptc.windchill.esi.mpml.processplan.ESIWorkInstructionRenderer.getTargets()
(從 10.2 開始) 使用 ESIWorkInstructionRenderer.getTargetAssociations()
com.ptc.windchill.esi.mpml.processplan.ESIWorkInstructionRenderer.setData(MPMOperationHolder, MPMOperationHolder, Collection<ESITargetAssociation>, ViewReference)
改用 ESIWorkInstructionRenderer.setData(MPMOperationHolder, MPMOperationHolder, Collection, ViewReference, Collection)
com.ptc.windchill.esi.mpml.processplan.operation.ESIOperatedOnPartLinkRenderer.getWcAdapter()
改用 BasicESIRenderer.getAdapterName()
支援的 API:true
com.ptc.windchill.esi.mpml.processplan.operation.ESIOperationConsumableResourceRenderer.getTargets()
(從 10.2 開始) 使用 ESIOperationConsumableResourceRenderer.getTargetAssociations()
com.ptc.windchill.esi.mpml.processplan.operation.ESIOperationConsumableResourceRenderer.getWcAdapter()
改用 BasicESIRenderer.getAdapterName()
支援的 API:true
com.ptc.windchill.esi.mpml.processplan.operation.ESIOperationRenderer.getWcAdapter()
改用 BasicESIRenderer.getAdapterName()
支援的 API:true
com.ptc.windchill.esi.mpml.processplan.operation.ESIOperationToPartLinkRenderer.getTargets()
(從 10.2 開始) 使用 ESIOperationToPartLinkRenderer.getTargetAssociations()
com.ptc.windchill.esi.mpml.processplan.operation.ESIOperationToPartLinkRenderer.getWcAdapter()
改用 BasicESIRenderer.getAdapterName()
支援的 API:true
com.ptc.windchill.esi.mpml.processplan.operation.ESIOperationUsageLinkRenderer.getWcAdapter()
改用 。
支援的 API:true
com.ptc.windchill.esi.mpml.processplan.operation.ESIOperationWorkCenterRenderer.getWcAdapter()
改用 BasicESIRenderer.getAdapterName()
支援的 API:true
com.ptc.windchill.esi.mpml.processplan.sequence.ESISequenceRenderer.getWcAdapter()
改用 BasicESIRenderer.getAdapterName()
支援的 API:true
com.ptc.windchill.esi.mpml.processplan.sequence.ESISequenceUsageLinkRenderer.getWcAdapter()
改用 BasicESIRenderer.getAdapterName()
支援的 API:true
com.ptc.windchill.esi.mpml.resource.AbstractResourceRenderer.adjustElement(Element, String, MPMResource, MPMPlantOwned, Collection<ESITarget>)
使用 AbstractResourceRenderer.adjustElement(Element, String, MPMResource, MPMOperationHolder, MPMPlantOwned, MPMResource, Eff[], Collection),而不是此 API。
支援的 API:true
com.ptc.windchill.esi.mpml.resource.AbstractResourceRenderer.adjustElement(Element, String, MPMResource, MPMResource, MPMPlantOwned, Collection<ESITarget>)
使用 AbstractResourceRenderer.adjustElement(Element, String, MPMResource, MPMOperationHolder, MPMPlantOwned, MPMResource, Eff[], Collection),而不是此 API。
支援的 API:true
com.ptc.windchill.esi.mpml.resource.AbstractResourceRenderer.adjustElement(Element, String, MPMResource, MPMResource, Eff[], Collection<ESITarget>)
使用 AbstractResourceRenderer.adjustElement(Element, String, MPMResource, MPMOperationHolder, MPMPlantOwned, MPMResource, Eff[], Collection),而不是此 API。
支援的 API:true
com.ptc.windchill.esi.mpml.resource.AbstractResourceRenderer.adjustElement(Element, String, MPMResource, Eff[], Collection<ESITarget>)
使用 AbstractResourceRenderer.adjustElement(Element, String, MPMResource, MPMOperationHolder, MPMPlantOwned, MPMResource, Eff[], Collection),而不是此 API。
支援的 API:true
com.ptc.windchill.esi.mpml.resource.AbstractResourceRenderer.getLevels()
使用 ESIAbstractStructureRenderer.getMultiLevel(),而不是此 API。
支援的 API:true
com.ptc.windchill.esi.mpml.resource.AbstractResourceRenderer.getTransactionID()
使用 {@link #},而不是此 API。
支援的 API:true
com.ptc.windchill.esi.mpml.resource.AbstractResourceRenderer.setData(MPMOperationHolder, MPMPlantOwned, MPMResource, Collection<MPMResource>, Collection<ESITargetAssociation>, boolean, String, String, int, MPMOperation)
使用 AbstractResourceRenderer.setData(MPMOperationHolder, MPMPlantOwned, MPMResource, Collection, Collection, boolean, boolean, int, TreeNavigator, String, String, int, MPMOperation),而不是此 API。
支援的 API:true
com.ptc.windchill.esi.mpml.resource.AbstractResourceRenderer.setData(MPMOperationHolder, Collection<MPMResource>, Collection<ESITargetAssociation>, boolean, String, String, int)
已在 10.2 M010 取代。使用 API AbstractResourceRenderer.setData(com.ptc.windchill.mpml.processplan.operation.MPMOperationHolder, com.ptc.windchill.mpml.MPMPlantOwned, com.ptc.windchill.mpml.resource.MPMResource, java.util.Collection<com.ptc.windchill.mpml.resource.MPMResource>, java.util.Collection<com.ptc.windchill.esi.tgt.ESITargetAssociation>, boolean, boolean, int, com.ptc.windchill.esi.treenavigation.TreeNavigator, java.lang.String, java.lang.String, int, com.ptc.windchill.mpml.processplan.operation.MPMOperation)
com.ptc.windchill.esi.mpml.resource.ESIProcessMaterialRenderer.getProcessMaterials()
使用 AbstractResourceRenderer.getMpmResources(),而不是此 API。
支援的 API:true
com.ptc.windchill.esi.mpml.resource.ESIResourceGroupStructureRenderer.getParentResource()
使用 AbstractResourceRenderer.getMpmResources(),而不是此 API。
支援的 API:true
com.ptc.windchill.esi.mpml.resource.ESIResourceGroupStructureRenderer.getResourceGroups()
使用 AbstractResourceRenderer.getMpmResources(),而不是此 API。
支援的 API:true
com.ptc.windchill.esi.mpml.resource.ESIResourceGroupStructureRenderer.isPublishDocuments()
使用 ESIAbstractStructureRenderer.isDocuments(),而不是此 API。
com.ptc.windchill.esi.mpml.resource.ESIResourceRenderer.getResource(String, boolean, String, String, String)
改用 getResource(String, ESITransaction, Collection<ESITarget>, String, String, boolean)
com.ptc.windchill.esi.mpml.resource.ESIResourceRenderer.getResource(Releasable, boolean, String, String, String)
改用 getResource(String, ESITransaction, Collection<ESITarget>, String, String, boolean)
com.ptc.windchill.esi.mpml.resource.ESIResourceRenderer.getRoot()
支援的 API:true
com.ptc.windchill.esi.mpml.resource.ESIResourceRenderer.setData(MPMOperationHolder, MPMResource, Collection<MPMResource>, Collection<ESITargetAssociation>, boolean, String, String, String)
已在 10.2 M010 取代。使用 API ESIResourceRenderer.setData(Persistable, MPMOperation, MPMResource, Collection, Collection, boolean, boolean, int, TreeNavigator, String, String, String)
com.ptc.windchill.esi.mpml.resource.ESIResourceRenderer.setRoot(MPMOperationHolder)
支援的 API:true
com.ptc.windchill.esi.mpml.resource.ESIResourceUtility.findChangedResource(Collection<ESITargetAssociation>, Collection<ESITargetAssociation>, ESIEffectivityHandler)
使用 {ESIResourceUtility.findChangedResource(Collection, Collection, ESIEffectivityHandler, Map),而不是此項。
支援的 API:true
com.ptc.windchill.esi.mpml.resource.ESIResourceUtility.findChangedResource(Collection<ESITargetAssociation>, Collection<ESITargetAssociation>, ESIEffectivityHandler, map<MPMResource, MPMResource>)
使用 {ESIResourceUtility.findChangedResource(Collection, Collection, ESIEffectivityHandler, Map, NCServerHolder),而不是此項。
支援的 API:true
com.ptc.windchill.esi.mpml.resource.ESISkillRenderer.getSkills()
使用 AbstractResourceRenderer.getMpmResources() instead of this API.
支援的 API:true
com.ptc.windchill.esi.mpml.resource.ESIToolingRenderer.getToolings()
使用 AbstractResourceRenderer.getMpmResources(),而不是此 API。
支援的 API:true
com.ptc.windchill.esi.navigationcriteria.ESINavigationFilterRenderer.adjustPlantFilterElement(Element, NavigationCriteria, String, VSEDViewFilter, Collection<ESITarget>, String)
com.ptc.windchill.esi.ov.ChoiceRuleRenderer.getRules(Persistable, Map<ChoiceRuleOptionsVariantsHelper.ChoiceRuleSourceTargetInfo>, ESITarget, Map<String, Object>, String, VdbBuilder)
從 13.0.1.0 開始。改用其他採用 OptionSet 的超載 API。
com.ptc.windchill.esi.ov.ChoiceRuleRenderer.setData(Persistable, Map<ChoiceRuleOptionsVariantsHelper.ChoiceRuleSourceTargetInfo>, ESITarget, Map<String, Object>, String)
從 13.01.0 開始。改用其他採用 OptionSet 的超載 API。
com.ptc.windchill.esi.promotionrequest.ESIPromotionRequestRenderer.getWcAdapter()
改用 BasicESIRenderer.getAdapterName()
支援的 API:true
com.ptc.windchill.esi.rnd.ESIAbstractStructureRenderer.getWcAdapter()
改用 BasicESIRenderer.getAdapterName()
支援的 API:true
com.ptc.windchill.esi.rnd.ESIEffectivityHandlerImpl.getLatestEffectivity(EffManagedVersion)
使用 ESIEffectivityHandlerImpl.getLatestEffectivity(EffManagedVersion, int),而不是此 API
注意:不會針對 EffManagedVersion 物件的出庫版本傳回生失效。
支援的 API:true
com.ptc.windchill.esi.rnd.VdbBuilder.addElement(String, Element, Persistable, Map<Persistable, Optional<String>>, Collection)
使用 VdbBuilder.addElements(String groupName, Element element, Persistable persistable, MapString<Persistable, java.util.optional<String>> dependentsInfo, Collection targets),而不是此項。
支援的 API:true
com.ptc.windchill.esi.rnd.VdbBuilderFactory.newVdbBuilder(String)
改用 newVdbBuilder(String, String)
支援的 API:true
com.ptc.windchill.esi.rnd.VdbBuilderImpl.addElement(String, Element, Persistable, Map<Persistable, Optional<String>>, Collection)
使用 VdbBuilder.addElements(String groupName, Element element, Persistable persistable, MapString<Persistable, java.util.optional<String>> dependentsInfo, Collection targets),而不是此項。
支援的 API:true
com.ptc.windchill.esi.rnd.VdbElement.addDependents(Persistable, Optional<String>)
使用 VdbElement.addDependents(Persistable a_Dependents, Optional<String> optionalReleaseClass),而不是此項。
支援的 API:true
com.ptc.windchill.esi.rnd.VdbElement.getDependents()
支援的 API:true
com.ptc.windchill.esi.rnd.VdbElement.getDependentsInfo()
使用 VdbElement.getDependentsInfos(),而不是此項。
支援的 API:true
com.ptc.windchill.esi.rnd.VdbElement.setDependents(Persistable[])
支援的 API:true
com.ptc.windchill.esi.rnd.VdbElement.setDependentsInfo(Map<Persistable, Optional<String>>)
使用 VdbElement#setDependentsInfo(Map<Persistable, java.util.Optional<String>> dependentsInfo),而不是此項。
支援的 API:true
com.ptc.windchill.esi.svc.ESIHelper.getTxStatusURL(String)
已從 R10.0 開始取代此方法。請改用 getReleaseStatusURL(String)
com.ptc.windchill.esi.svc.ESIService.getTarget(String)
使用 ESITargetUtility.getTarget(String, WTContainerRef),而不是此 API。系統屬性不再用於 ESITarget,而目標的 numeber 屬性應與容器參考搭配使用。
支援的 API:true
com.ptc.windchill.esi.svc.ESIService.isWfLaunched(LifeCycleManaged)
撰寫查詢以檢查針對指定物件,工作流程是否具有 OPEN_RUNNING 的狀況。
支援的 API:true
com.ptc.windchill.esi.svc.ESIService.publishObject(LifeCycleManaged, boolean)
使用 ESIService.publishObject(Releasable, boolean, Set),而不是此 API。
支援的 API:true
com.ptc.windchill.esi.tgt.ESITarget.getAllSoftAttributes()
注意:如果發現屬性容器為空值或損壞,此方法會以資料庫中的值重新整理屬性容器。因此,如果屬性容器擁有已在記憶體中修改的值,則呼叫此方法會取代資料庫中的這些值。
支援的 API:true
com.ptc.windchill.esi.tgt.ESITargetAssignmentLink.newESITargetAssignmentLink(Persistable, ESITarget)
取代為 newESITargetAssignmentLink( Releasable releasableObject, ESITarget target )
com.ptc.windchill.esi.tgt.ESITargetAssignmentLink.setPersistableObject(Persistable)
取代為 setReleasableObject
com.ptc.windchill.esi.tgt.ESITargetUtility.getTgtAssocsWithoutDefault(Persistable)
已從 R10.0.20 開始取代此方法。改為呼叫 API getTargetAssignmentLinks()
com.ptc.windchill.esi.txn.ESITransactionActivity.getConceptualClassname()
com.ptc.windchill.esi.txn.ESITransactionUtility.abortTransaction(Persistable)
從 10.2 開始,此 API 會考慮 ESIRelease 物件而非 ESITransaction 並將工作委派至 ESIReleaseUtility.abortRelease(Persistable)
注意:如果發行期間發生任何系統錯誤 (例如 JMS 伺服器無法使用),表示無法將訊息傳送至 com.ptc.windchill.esi.Event 佇列,則只能對 ESI 工作流程呼叫此方法。
支援的 API:true
com.ptc.windchill.esi.txn.ESITransactionUtility.filterERPDataReleaseActivities(Collection<ReleaseActivity>)
使用您自己的邏輯從發行活動篩選出 ERP 資料,而非使用此 API。
支援的 API:true
com.ptc.windchill.esi.txn.ESITransactionUtility.hasAlreadyReleased(Persistable)
已從 R10.0 M050 開始取代此方法。使用 ESITransactionUtility.hasObjectAlreadyReleased(Persistable) API,而不是此項
支援的 API:true
com.ptc.windchill.esi.txn.ESITransactionUtility.isPartNewerThan(WTPart, WTPart)
使用 isNewerThan,而不是此 API
支援的 API:true
com.ptc.windchill.esi.txn.ESITransactionUtility.postEvent(String, String, boolean, String)
已從 R10.0 開始取代此方法。改為呼叫 API ESIReleaseUtility.postEvent(),以作為處理整體交易之 PostResult RPC 請求的一部份。
com.ptc.windchill.esi.txn.ReleaseActivity.newReleaseActivity(Persistable, ESITarget)
取代為 ReleaseActivity newReleaseActivity( Releasable releasableObject, ESITarget target )
com.ptc.windchill.esi.txn.ReleaseActivity.setPersistableObject(Persistable)
取代為 setReleasableObject
com.ptc.windchill.instassm.ReleaseId.getShortenedMajorMinorServicePackComponent()
com.ptc.windchill.instassm.ReleaseId.getThreePartVersionString()
從發行版本 x-24 開始,取代為 ReleaseId.getFourPartVersionString()
com.ptc.windchill.mpml.command.server.impl.MPMQuantityConstraintFactory.getConceptualClassname()
com.ptc.windchill.mpml.pmi.CopyMPMResourceDelegate.newCopy(RevisionControlled)
使用 CopyDelegate.newCopy(RevisionControlled)
com.ptc.windchill.mpml.processplan.MPMProcessPlanService.getAllChildOperationsRecusrively(MPMOperationHolder, NCServerHolder)
改用 MPMProcessPlanService.getAllChildOperationsRecursively(List, NCServerHolder)
com.ptc.windchill.mpml.processplan.MPMProcessPlanService.getAllUsageLinksForAllocatedParts(MPMOperationToPartLink, NCServerHolder)
改用 #getAllAssociativeUsageLinksForAllocatedParts(WTPart, MPMProcessPlan, MPMOperationToPartLink)
com.ptc.windchill.mpml.processplan.MPMProcessPlanService.getAllUsageLinksForAllocatedParts(MPMOperationToPartLink, NCServerHolder, boolean)
改用 #getAllAssociativeUsageLinksForAllocatedParts(WTPart, MPMProcessPlan, MPMOperationToPartLink)
com.ptc.windchill.mpml.processplan.MPMProcessPlanService.getAllUsageLinksForAllocatedParts(WTPart, MPMProcessPlan, MPMOperationToPartLink, NCServerHolder)
改用 #getAllAssociativeUsageLinksForAllocatedParts(WTPart, MPMProcessPlan, MPMOperationToPartLink)
com.ptc.windchill.mpml.processplan.MPMProcessPlanService.getAllUsageLinksForAllocatedParts(WTPart, MPMProcessPlan, MPMOperationToPartLink, NCServerHolder, boolean)
改用 #getAllAssociativeUsageLinksForAllocatedParts(WTPart, MPMProcessPlan, MPMOperationToPartLink)
com.ptc.windchill.mpml.processplan.MPMProcessPlanService.getAllUsageLinksForAllocatedParts(WTPart, MPMOperationToPartLink, NCServerHolder)
改用 #getAllAssociativeUsageLinksForAllocatedParts(WTPart, MPMProcessPlan, MPMOperationToPartLink)
com.ptc.windchill.mpml.processplan.MPMProcessPlanService.getAllUsageLinksForAllocatedParts(WTPart, MPMOperationToPartLink, NCServerHolder, boolean)
改用 #getAllAssociativeUsageLinksForAllocatedParts(WTPart, MPMProcessPlan, MPMOperationToPartLink)
com.ptc.windchill.mpml.processplan.operation.MPMOperationToOperatedPartLink.newMPMOperationToOperatedPartLink(MPMOperationHolder, WTPartMaster)
從 13.0.1.0 開始,改用 MPMOperationToOperatedPartLink.newMPMOperationToOperatedPartLink(MPMOperationHolder referencedBy, WTPartMaster references, String assemblyLinkIdentifier)
com.ptc.windchill.mpml.processplan.operation.MPMOperationToPartLink.newMPMOperationToPartLink(MPMOperationHolder, WTPartMaster)
從 13.0.1.0 開始,改用 MPMOperationToPartLink.newMPMOperationToPartLink(MPMOperationHolder referencedBy, WTPartMaster references, String assemblyLinkIdentifier)
com.ptc.windchill.mpml.processplan.operation.MPMPartPathOccurrenceLink.newMPMPartPathOccurrenceLink(MPMOperationRefLink, PartPathOccurrence)
com.ptc.windchill.mpml.reconciliation.resolver.MPMLinkAddedUsageDiscrepancyResolver.newInstance(ReconciliationContext)
com.ptc.windchill.mpml.resource.StandardMPMResourceService.getConceptualClassname()
com.ptc.windchill.option.delegate.AbstractOptionSetFetcherDelegate.getOverriddenOptionSet(ObjectReference)
使用 GetAssignedOptionSetHelper.getOverriddenOptionSets.
com.ptc.windchill.option.expression.ExpressionHelper.getDisplayExpression(ExpressionAssignable, OptionSet)
使用 getDisplayExpression(ExpressionAssignable, WTContainerRef)
com.ptc.windchill.option.expression.ExpressionHelper.getExpressionable(ExpressionAssignable)
使用 ExpressionHelper.getExpressionable(ExpressionAssignable, List)
com.ptc.windchill.option.expression.ExpressionHelper.validateExpression(String, Map<String, String>, OptionSet, String[], WTContainerRef)
使用 ExpressionHelper.validateExpression(String, Map, String[], ValidateExpressionData)
com.ptc.windchill.option.expression.ExpressionHelper.validateExpression(String, Map<String, String>, OptionSet, WTContainerRef)
使用 ExpressionHelper.validateExpression(String, Map, ValidateExpressionData)
com.ptc.windchill.option.expression.ExpressionService.validateExpression(WTCollection, ExpressionData, OptionSet, WTContainerRef)
使用 ExpressionService.validateExpression(ValidateExpressionData)
com.ptc.windchill.option.expression.ExpressionService.validateExpression(WTCollection, ExpressionData, OptionSet, WTContainerRef, boolean)
使用 ExpressionService.validateExpression(ValidateExpressionData)
com.ptc.windchill.option.expression.StandardExpressionService.getConceptualClassname()
作廢
com.ptc.windchill.option.load.Loader.addRuleMember(Hashtable<String, String>,Hashtable<String, Object>, Vector<?>
改用 beginRuleMemberAction
com.ptc.windchill.option.model._Option.isAllowExcludeOption()
com.ptc.windchill.option.model._Option.setAllowExcludeOption(boolean)
com.ptc.windchill.option.model._OptionMaster.isAllowExcludeOption()
com.ptc.windchill.option.model._OptionMaster.setAllowExcludeOption(boolean)
com.ptc.windchill.option.model.ATONavigationFilter.getLabels(boolean)
從 12.0 開始,不會將格式偏好設定用於標籤。使用:ATONavigationFilter.getLabels()
com.ptc.windchill.option.model.Choice.getQom()
com.ptc.windchill.option.model.Choice.setQom(QuantityOfMeasure)
com.ptc.windchill.option.model.Option.getQom()
com.ptc.windchill.option.model.Option.isAllowExcludeOption()
取代為布林值選項
com.ptc.windchill.option.model.Option.setAllowExcludeOption(boolean)
取代為布林值選項
com.ptc.windchill.option.model.Option.setQom(QuantityOfMeasure)
com.ptc.windchill.option.model.OptionMaster.isAllowExcludeOption()
取代為布林值選項
com.ptc.windchill.option.model.OptionMaster.setAllowExcludeOption(boolean)
取代為布林值選項
com.ptc.windchill.option.server.StandardOptionsClientService.getConceptualClassname()
不需要
com.ptc.windchill.option.service.StandardModuleVariantInformationService.getConceptualClassname()
com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(WTChangeOrder2)
使用 cOrder.getState().toString()
com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.forcePRsToResolved(ChangeRequest2)
改用 WorkflowProcessHelper.closeChangeChildren(changeItem)
com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.getUnpromotableChangeables(ChangeOrder2)
此方法會將無法推進的檢查硬編碼為「變更」轉移。但我們不會限制客戶檢查「變更」轉移。他們可以驗證任何轉移,因此已取代此方法並將在未來的發行版本中將其移除。
com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.performChangeWorkflowValidation(VersionableChangeItem, String)
取代要使用的呼叫者程序:wt.businessRules.BusinessRulesHelper.engine.execute(String ruleSetKey, RuleValidationCriteria criteria)
請參閱 com.ptc.core.businessRules.engine.BusinessRulesEngine# execute
com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.performPreReleaseValidation(ChangeOrder2, String)
com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.promoteChangeables(ChangeActivity2)
com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.promoteChangeables(ChangeOrder2)
com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setCRResolutionDate(ChangeRequest2)
使用 WorkflowProcessHelper.setResolutionDate(changeItem)
com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setECNResolutionDate(ChangeOrder2)
改用 WorkflowProcessHelper.closeChangeChildren(changeItem)
com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setECNResolutionDate(ChangeOrder2, String)
改用 WorkflowProcessHelper.closeChangeChildren(changeItem)
com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setPRResolutionDate(ChangeIssue)
使用 WorkflowProcessHelper.setResolutionDate(changeItem)
com.ptc.windchill.suma.axl.StandardAXLService.getConceptualClassname()
com.ptc.windchill.suma.npi.StandardNPIService.getConceptualClassname()
com.ptc.windchill.suma.part.StandardSupplierPartService.getConceptualClassname()
com.ptc.windchill.sync.wpsync.StandardWPSyncService.getConceptualClassname()
com.ptc.windchill.uwgm.common.autoassociate.AutoAssociatePartFinderCreator.findWTPart(EPMDocument)
com.ptc.windchill.uwgm.common.autoassociate.AutoAssociatePartFinderCreator.findWTPart(EPMDocument, ModelItem)
com.ptc.windchill.uwgm.common.autoassociate.AutoAssociatePartFinderCreator.isIsNewPart()
com.ptc.windchill.uwgm.common.autoassociate.AutoAssociatePartFinderCreator.setIsNewPart(boolean)
com.ptc.windchill.wp.delivery.DeliveryRecord.getDeliveryNumber()
已取代此 api,因為屬性已從 deliveryNumber 變更為 number。請改用 getNumber()。
com.ptc.windchill.wp.delivery.DeliveryRecord.setDeliveryNumber(String)
已取代此 api,因為屬性已從 deliveryNumber 變更為 number。請改用 setNumber(String)。
com.ptc.windchill.wp.delivery.DeliveryService.getBaseDeliveryCandidates(AbstractWorkPackage, ExportFormatType, String)
從發行版本 11.1.1 開始。取代為 DeliveryService.getBaseDeliveryCandidates(AbstractWorkPackage aPackage, ExportFormatType formatType, String deliveryNumber, String recipientName)
com.ptc.windchill.wp.delivery.DeliveryService.getBaseDeliveryCandidates(AbstractWorkPackage, ExportFormatType, String, DeliveryOptionType)
從發行版本 11.1.1 開始。取代為 DeliveryService.getBaseDeliveryCandidates(AbstractWorkPackage aPackage, ExportFormatType formatType, String deliveryNumber, DeliveryOptionType deliveryOptionType, String recipientName)
com.ptc.windchill.wp.delivery.export.AbstractDeliveryExportDelegate.getCollectionGraph(DeliveryRecord)
不再支援此方法。已將它取代為 getPackageExportGraph
com.ptc.windchill.wp.delivery.export.DeliveryExportDelegate.getCollectionGraph(DeliveryRecord)
不再支援此方法。已將它取代為 getPackageExportGraph
com.ptc.windchill.wp.delivery.StandardDeliveryService.getBaseDeliveryCandidates(AbstractWorkPackage, ExportFormatType, String)
com.ptc.windchill.wp.delivery.StandardDeliveryService.getBaseDeliveryCandidates(AbstractWorkPackage, ExportFormatType, String, DeliveryOptionType)
com.ptc.windchill.wp.delivery.StandardDeliveryService.getConceptualClassname()
com.ptc.wpcfg.pdmabstr.HAGenericPart.insertGenericComponent(HAComponent)
不確定原因
com.ptc.wpcfg.pdmabstr.HAGenericPart.listAllChildren(HAConfigSpec)
使用預存程序
com.ptc.wpcfg.pdmabstr.HAGenericPart.setAttributeDefinitionUsage(String, HAAttributeDefinition)
不確定原因
com.ptc.wpcfg.pdmabstr.HAGenericPart.setVariantContainer(HAContainer)
它應該在 bean 上設定
com.ptc.wpcfg.pdmabstr.HAGenericPart.setVariantFolder(String)
它應該在 bean 上設定
com.ptc.wvs.common.ui.Publisher.getStatisticsList(String, String, String, String, Locale)
com.ptc.wvs.common.ui.Publisher.getStatisticsSaveGatewayURL()
com.ptc.wvs.common.util.WVSProperties.getCollaborationTempDir()
com.ptc.wvs.common.util.WVSProperties.getPublishMonitorDisplayLimit()
com.ptc.wvs.common.util.WVSProperties.isCollaborationEnabled()
com.ptc.wvs.common.util.WVSProperties.isCollaborationVerbose()
com.ptc.wvs.common.util.WVSProperties.isCreatePublishAudit()
com.ptc.wvs.server.util.PublishUtils.getBoundingBox(WTCollection)
使用 RepresentationHelper.service.getBoundingBox(WTCollection)
wt.access.AccessControlManager.addPermission(AdHocControlled, WTPrincipalReference, AccessPermission, AdHocAccessKey)
wt.access.AccessControlManager.addPermissions(AdHocControlled, WTPrincipalReference, Vector, AdHocAccessKey)
wt.access.AccessControlManager.addPermissions(AdHocControlled, WTPrincipalReference, Vector, AdHocAccessKey, long)
wt.access.AccessControlManager.createAccessControlRule(AdminDomainRef, String, State, WTPrincipalReference, AccessPermissionSet, AccessPermissionSet)
wt.access.AccessControlManager.getSecurityLabel(String, String)
改用 AccessControlManager.getMultiValuedSecurityLabel(String, String)
wt.access.AccessControlManager.getSecurityLabel(SecurityLabeled, String)
改用 AccessControlManager.getMultiValuedSecurityLabel(SecurityLabeled, String)
wt.access.AccessControlManager.getSecurityLabels(String)
改用 AccessControlManager.getMultivaluedSecurityLabels(String)
wt.access.AccessControlManager.getSecurityLabels(SecurityLabeled)
改用 AccessControlManager.getMultiValuedSecurityLabels(SecurityLabeled)
wt.access.AccessControlManager.getSecurityLabels(WTCollection)
改用 AccessControlManager.getMultiValuedSecurityLabels(WTCollection)
wt.access.AccessControlManager.removePermission(AdHocControlled, WTPrincipalReference, AccessPermission, AdHocAccessKey)
wt.access.AccessControlManager.removePermission(AdHocControlled, WTPrincipalReference, AccessPermission, AdHocAccessKey, long)
wt.access.AccessControlManager.removePermissions(AdHocControlled, WTPrincipalReference, Vector, AdHocAccessKey)
wt.access.AccessControlManager.removePermissions(AdHocControlled, WTPrincipalReference, Vector, AdHocAccessKey, long)
wt.access.AccessControlManager.setPermission(AdHocControlled, WTPrincipalReference, AccessPermission, AdHocAccessKey)
wt.access.AccessControlManager.setPermission(AdHocControlled, WTPrincipalReference, AccessPermission, AdHocAccessKey, long)
wt.access.AccessControlManager.setPermissions(AdHocControlled, WTPrincipalReference, Vector, AdHocAccessKey)
wt.access.AccessControlManager.setPermissions(AdHocControlled, WTPrincipalReference, Vector, AdHocAccessKey, long)
wt.access.AccessControlManagerSvr.setPermissions(AdHocControlled, WTPrincipalReference, AccessPermissionSet, AdHocAccessKey)
wt.access.AccessControlManagerSvr.setSecurityLabel(SecurityLabeled, String, String, boolean)
改用 AccessControlManagerSvr.setSecurityLabel(SecurityLabeled, String, Set, boolean)
wt.access.AccessControlManagerSvr.setSecurityLabel(WTCollection, String, String, boolean)
改用 AccessControlManagerSvr.setSecurityLabel(WTCollection, String, Set, boolean)
wt.access.AccessControlManagerSvr.setSecurityLabels(SecurityLabeled, Map<String, String>, boolean)
改用 AccessControlManagerSvr.setSecurityLabelWithMultipleValues(SecurityLabeled, Map, boolean)
wt.access.AccessControlManagerSvr.setSecurityLabels(WTCollection, Map<String, String>, boolean)
改用 AccessControlManagerSvr.setSecurityLabelWithMultipleValues(WTCollection, Map, boolean)
wt.access.AccessControlManagerSvr.setSecurityLabels(WTKeyedMap, boolean)
改用 AccessControlManagerSvr.setSecurityLabelWithMultipleValues(WTKeyedMap, boolean)
wt.access.AccessControlSurrogate.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.access.AccessControlSurrogateMaster.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.access.agreement.AgreementService.createAgreement(AgreementAttributes, WTCollection, WTCollection, ObjectReference)
從發行版本 10.0 開始。取代為 AgreementService.createAuthorizationAgreement(AgreementAttributes,WTCollection,WTCollection,ObjectReference).
wt.access.agreement.StandardAgreementService.createAgreement(AgreementAttributes, WTCollection, WTCollection, ObjectReference)
從發行版本 10.0 開始。取代為 StandardAgreementService.createAuthorizationAgreement(AgreementAttributes,WTCollection,WTCollection,ObjectReference).
wt.access.configuration.SecurityLabelsHelper.getLocalizedSecurityLabelValue(String, String, Locale)
改用 SecurityLabelsHelper.getLocalizedSecurityLabelValue(java.lang.String,java.util.Set<java.lang.String>,java.util.Locale)
wt.access.StandardAccessControlManager.getConceptualClassname()
wt.access.StandardAccessControlManager.getSecurityLabel(String, String)
wt.access.StandardAccessControlManager.getSecurityLabel(SecurityLabeled, String)
wt.access.StandardAccessControlManager.getSecurityLabels(String)
此 API 會取代為 Map<String, Set> getMultivaluedSecurityLabels(String security_labels)。這會傳回 Set 中的 sl 值。
wt.access.StandardAccessControlManager.getSecurityLabels(SecurityLabeled)
此 API 會取代為 getMultiSecurityLabels(SecurityLabeled object)。這會傳回 Set 中的 SL 值。
wt.access.StandardAccessControlManager.getSecurityLabels(WTCollection)
此 API 會取代為 WTKeyedMap getMultiValuedSecurityLabels(WTCollection objects)。這會傳回 Set 中的 sl 值。
wt.access.StandardAccessControlManager.setSecurityLabel(SecurityLabeled, String, String, boolean)
此方法會取代為:setSecurityLabel(SecurityLabeled object, String label_name, Set label_values,boolean update_object)
wt.access.StandardAccessControlManager.setSecurityLabel(WTCollection, String, String, boolean)
此方法會取代為:setSecurityLabel(WTCollection objects, String label_name, Set label_values,boolean update_object)
wt.access.StandardAccessControlManager.setSecurityLabels(SecurityLabeled, Map<String, String>, boolean)
此方法會取代為:setSecurityLabelWithMultipleValues(SecurityLabeled object, Map<String, Set> security_labels, boolean update_object)
wt.access.StandardAccessControlManager.setSecurityLabels(WTCollection, Map<String, String>, boolean)
此方法會取代為:setSecurityLabelWithMultipleValues(WTCollection objects, Map<String, Set>security_labels, boolean update_objects)
wt.access.StandardAccessControlManager.setSecurityLabels(WTKeyedMap, boolean)
此方法會取代為:setSecurityLabelWithMultipleValues(WTKeyedMap objects_to_security_labels_map, boolean update_objects)
wt.access.UnrestrictedPrincipalEvaluator.isAllowedToModifySecurityLabelValues(WTPrincipal, WTKeyedMap)
改用 UnrestrictedPrincipalEvaluator.isAllowedToModifyMultipleSecurityLabelValues(WTPrincipal, WTKeyedMap)
wt.admin.AdminDomainRef.getIdentity()
wt.admin.AdministrativeDomain.getBusinessType()
wt.admin.AdministrativeDomain.getIdentificationObject()
wt.admin.AdministrativeDomain.getIdentity()
wt.admin.AdministrativeDomain.initialize(String)
wt.admin.AdministrativeDomain.newAdministrativeDomain(String)
wt.admin.AdministrativeDomainHelper.getAdminDomainRef(String)
wt.admin.AdministrativeDomainManager.getClassHierarchy(String)
wt.admin.StandardAdministrativeDomainManager.getConceptualClassname()
wt.associativity.accountability.AccountabilityKey.getHashCode()
wt.associativity.accountability.AccountabilityKey.setHashCode(Long)
wt.associativity.BomService.findOutOfDateEquivalence(ObjectReference, NCServerHolder, ViewReference[], ViewReference[], boolean, TypeFilter)
從 13.0.1.0 開始,使用 BomService.getFilteredEquivalenceLinks(Set, EquivalenceParams)
wt.associativity.BomService.findPersistedPath(PathOccurrence[], boolean)
當處理故事 B-98298 時,我們發現此方法成為一種效能瓶頸。如果在您的情境中,useSubContext == false,請考慮使用 WTAssociativity.Path.findPersistedPath(Set<Path>, WTCollection, WTCollection)
wt.associativity.BomService.getEquivalentStatus(ObjectReference[], NCServerHolder, NCServerHolder, boolean, TypeFilter)
使用 BomService.getUpsideEquivalentStatus(Set, NCServerHolder, NCServerHolder, TypeFilter)BomService.getDownsideEquivalentStatus(Set, NCServerHolder, NCServerHolder, TypeFilter)
wt.associativity.CopyEquivalenceLinkForwardDelegate.copyEquivalenceLinkForward(Iterated, Iterated, NCServerHolder, boolean, boolean)
使用多物件 API
wt.associativity.DefaultCopyEquivalenceLinkForwardDelegate.copyEquivalenceLinkForward(Iterated, Iterated, NCServerHolder, boolean, boolean)
wt.associativity.StandardBomService.findOutOfDateEquivalence(ObjectReference, NCServerHolder, ViewReference[], ViewReference[], boolean, TypeFilter)
從 13.0.1.0 開始,使用 BomService.getFilteredEquivalenceLinks(Set, EquivalenceParams)
wt.associativity.StandardBomService.findPersistedPath(PathOccurrence[], boolean)
當處理故事 B-98298 時,我們發現此方法成為一種效能瓶頸。如果在您的情境中,useSubContext == false,請考慮使用 WTAssociativity.Path.findPersistedPath(Set<Path>, WTCollection, WTCollection)
wt.associativity.StandardBomService.getEquivalentStatus(ObjectReference[], NCServerHolder, NCServerHolder, boolean, TypeFilter)
wt.associativity.StandardIteratedNavigationCriteriaService.getExpansionCriteriaViews(NCServerHolder)
(NCServerHolder) - 從 13.0.1.0 開始,供內部使用
wt.associativity.StandardIteratedNavigationCriteriaService.getExpansionCriteriaViews(NCServerHolder, boolean)
從 13.0.1.0 開始,供內部使用
支援的 API:true
wt.associativity.StandardIteratedNavigationCriteriaService.navigateBranchLatestIteratedLinks(Persistable, String, Class<?>, boolean)
從 13.0.1.0 開始,供內部使用
支援的 API:true
wt.associativity.StandardIteratedNavigationCriteriaService.navigateIteratedLinks(Persistable, String, Class<?>, boolean)Class
從 13.0.1.0 開始,供內部使用
支援的 API:true
wt.associativity.WTAssociativityHelper.savePathOccurrenceRecursively(PathOccurrence, boolean)
從 X-24 開始,取代為 WTAssociativityHelper.savePathOccurrences(WTCollection)
wt.build.BuildService.buildTarget(BuildTarget)
在 R6。請使用 buildTarget(BuildTarget, ConfigSpec)
wt.build.BuildService.buildTarget(BuildTarget[], ConfigSpec)
wt.build.BuildService.buildTarget(WTCollection, WTCollection, ConfigSpec)
支援的 API:true
wt.build.BuildService.buildTarget(WTCollection, ConfigSpec)
wt.build.BuildService.buildTargetMaster(BuildTargetMaster[])
wt.build.BuildService.buildTargetsForSource(BuildSource)
在 R6。請使用 buildTargetForSource(BuildSource, ConfigSpec)
wt.build.BuildService.buildTargetsForSource(BuildSource[], ConfigSpec)
wt.build.BuildService.buildTargetsForSource(WTCollection, WTCollection, ConfigSpec)
支援的 API:true
wt.build.BuildService.buildTargetsForSource(WTCollection, ConfigSpec)
wt.build.StandardBuildService.getConceptualClassname()
wt.cache.CacheManager.isMaster()
wt.cache.CacheManager.isMasterCache()
執行此操作的偏好方法是透過 CacheManager.isMainCache()
wt.cache.CacheManager.isSlaveServerManager()
執行此操作的偏好方法是透過 CacheManager.isSecondaryServerManager()
wt.cache.CacheManager.remove(Object, int)
使用 removeEntry
wt.cache.CacheManager.slaveRemoved(CacheServer)
執行此操作的偏好方法是透過 #secondaryRemoved()
wt.cache.ICacheManagerClassicMBean.getAveOverflowAgeThresholdSec()
取代為 ICacheManagerClassicMBean.getThrashingTimeThreshold()
支援的 API:true
wt.cache.ICacheManagerClassicMBean.getMinMinutesBetweenNotifications()
取代為 ICacheManagerClassicMBean.getThrashingCheckInterval()
支援的 API:true
wt.cache.ICacheManagerClassicMBean.setAveOverflowAgeThresholdSec(double)
取代為 ICacheManagerClassicMBean.setThrashingTimeThreshold(int)
支援的 API:true
wt.cache.ICacheManagerClassicMBean.setMinMinutesBetweenNotifications(int)
取代為 ICacheManagerClassicMBean.setThrashingCheckInterval(int)
支援的 API:true
wt.change2.AcceptedStrategy.newAcceptedStrategy(ChangeOrder2, ChangeProposal)
wt.change2.AddressedBy2Delegate.validateCardinalityConstraints(ChangeRequest2, ChangeOrder2)
在 Windchill 11.0 中取代為關聯規則
wt.change2.Change2DelegateFactory.getChangeNoticeComplexityDelegate(Object)
改用 getChangeItemComplexityDelegate
wt.change2.ChangeAction.getIdentity()
取代為 getDisplayIdentifier() 以傳回提供物件識別元的可本地化訊息。欲傳回包含物件類型的可本地化值,請使用 getDisplayIdentity()。針對一般訊息,getDisplayIdentity() 本身偏好使用 getDisplayType()getDisplayIdentifier() 的組合。
wt.change2.ChangeConfigurationService.isOptionalReviewAllowed(WTContainerRef)
取代為 #getReviewOption()
wt.change2.ChangeHelper2.isChangeIntentEnabled()
wt.change2.ChangeHelper2.setResolutionDate(VersionableChangeItem, Timestamp)
使用 VersionableChangeItem.setResolutionDate(resolveTime)
wt.change2.ChangeProposal.getCabinetReference()
wt.change2.ChangeProposal.getFolderPath()
wt.change2.ChangeProposal.getLocation()
wt.change2.ChangeService2.createSupportingDataForLink(WTCollection, ChangeItem, Changeable2)
wt.change2.ChangeService2.deleteAddessedBy(WTCollection, String)
AddressedBy2 連結已在 11.0 中取代為 ChangeProcessLink。建議使用 FlexibleChangeService 執行刪除。
支援的 API:true
wt.change2.ChangeService2.deleteAddressedBy(ChangeRequestIfc, ChangeOrderIfc)
AddressedBy2 連結已在 11.0 中取代為 ChangeProcessLink。建議使用 FlexibleChangeService 執行刪除。
支援的 API:false
wt.change2.ChangeService2.deleteFormalizedBy(Class, ChangeRequestIfc, ChangeIssueIfc)
FormalizedBy 連結已在 11.0 中取代為 ChangeProcessLink。建議使用 FlexibleChangeService 執行刪除。
支援的 API:false
wt.change2.ChangeService2.deleteFormalizedBy(ChangeRequestIfc, ChangeIssueIfc)
FormalizedBy 連結已在 11.0 中取代為 ChangeProcessLink。建議使用 FlexibleChangeService 執行刪除。
支援的 API:false
wt.change2.ChangeService2.deleteIncludeIn2(WTSet)
wt.change2.ChangeService2.deleteIncludeIn2AndChangeTask(WTSet, ChangeOrder2)
使用 ChangeService2.deleteIncludeIn2AndChangeTask(WTSet, ChangeOrder2, boolean)
wt.change2.ChangeService2.getAffectedData(ChangeItem, SupportingMaterial)
wt.change2.ChangeService2.getAffectedData(ChangeItem, WTCollection)
wt.change2.ChangeService2.getAffectedDataTiedToAnnotations(ChangeItem, WTCollection)
wt.change2.ChangeService2.getAnnotationsNotTiedToAffectedData(ChangeItem)
wt.change2.ChangeService2.getChangingChangeActivities(Changeable2)
使用 ChangeService2.getImplementedChangeActivities(Changeable2)
wt.change2.ChangeService2.getChangingChangeActivities(Changeable2, boolean)
使用 ChangeService2.getImplementedChangeActivities(Changeable2, boolean)
wt.change2.ChangeService2.getLatestChangeOrders(WTCollection, Class...)
使用 ChangeService2.getLatestChangeOrders(WTCollection, boolean, boolean)
wt.change2.ChangeService2.getPendOrders()
待處理變更命令狀態現在由 DefaultPendingChangeEventHandler 維護。
wt.change2.ChangeService2.getPendRequests()
待處理變更請求狀態現在由 DefaultPendingChangeEventHandler 維護。
wt.change2.ChangeService2.getRelatedChangeItems(SupportingMaterial)
wt.change2.ChangeService2.getSupportingMaterials(ChangeItem)
wt.change2.ChangeService2.getSupportingMaterials(ChangeItem, Changeable2)
wt.change2.ChangeService2.getSupportingMaterials(ChangeItem, WTCollection)
wt.change2.ChangeService2.saveAddressedBy(ChangeRequestIfc, ChangeOrderIfc)
AddressedBy2 link 已在 11.0 中取代為 ChangeProcessLink。建議使用 FlexibleChangeService 建立連結。
支援的 API:false
wt.change2.ChangeService2.saveChangeActivities(WTKeyedHashMap)
使用 ChangeService2.saveChangeActivities(WTKeyedHashMap, boolean)
wt.change2.ChangeService2.saveChangeActivity(ChangeOrderIfc, ChangeActivityIfc)
使用 ChangeService2.saveChangeActivity(ChangeOrderIfc, ChangeActivityIfc, boolean)
wt.change2.ChangeService2.saveChangeOrder(ChangeOrderIfc)
使用 ChangeService2.saveChangeOrder(ChangeOrderIfc, boolean)
wt.change2.ChangeService2.saveChangeOrder(ChangeRequestIfc, ChangeOrderIfc)
使用 ChangeService2.saveChangeOrder(ChangeRequestIfc, ChangeOrderIfc, boolean)
wt.change2.ChangeService2.saveFormalizedBy(ChangeRequestIfc, ChangeIssueIfc)
FormalizedBy 連結已在 11.0 中取代為 ChangeProcessLink 。建議使用 FlexibleChangeService 建立連結。
支援的 API:false
wt.change2.ChangeService2.saveResearchedBy(ChangeRequestIfc, ChangeProposalIfc)
使用 ChangeService2.saveResearchedBy(ChangeItemIfc, ChangeAnalysisIfc)
wt.change2.ChangeService2.unattachSupportingMaterials(WTCollection, ChangeItem)
wt.change2.ChangeService2.unattachSupportingMaterials(WTCollection, ChangeItem, Changeable2)
wt.change2.DetailedBy.newDetailedBy(ChangeAnalysis, AnalysisActivity)
wt.change2.FormalizedByDelegate.validateCardinalityConstraints(ChangeIssue, ChangeRequest2)
在 Windchill 11.0 中取代為關聯規則
wt.change2.handler.DefaultProposedSolutionHandler.displayProposedSolution(ChangeRequestIfc)
使用 displayProposedSolution()
wt.change2.handler.ProposedSolutionHandler.displayProposedSolution(ChangeRequestIfc)
使用 displayProposedSolution()
wt.change2.IssueImplementedBy.getFlexTypeIdPath()
wt.change2.IssueImplementedBy.getTypeDefinitionInfo()
wt.change2.IssueImplementedBy.getValue()
wt.change2.IssueImplementedBy.newIssueImplementedBy(ChangeActivity2, ChangeIssue)
wt.change2.IssueImplementedBy.setValue(String, String)
wt.change2.listeners.ChangeStatusEventHandler.buildCompoundQuerySpec(QuerySpec, QuerySpec)
使用 ChangeStatusEventHandler.buildCompoundQuerySpec2(QuerySpec, QuerySpec)
wt.change2.listeners.ChangeStatusEventHandler.getChangeables(ChangeItem, List<String>)
使用 ChangeStatusEventHandler.getChangeables(ChangeItem, Class, List)
wt.change2.listeners.DefaultPendingChangeEventHandler.getQueryForPendingChangeOrder(Collection<Long>, ChangeItem, String)
使用 DefaultPendingChangeEventHandler.getQueryForPendingChangeOrder(Collection, WTCollection, String, boolean, boolean) 預設值,將 notIncluded 與 isLatestOnly 以 true 傳遞。
wt.change2.RelevantAnalysisData.newRelevantAnalysisData(Changeable2, AnalysisActivity)
wt.change2.ResearchedBy.getChangeRequest2()
使用 _ResearchedBy.getChangeItem()
wt.change2.ResearchedBy.newResearchedBy(VersionableChangeItem, ChangeAnalysis)
wt.change2.ResearchedBy.setChangeRequest2(ChangeRequestIfc)
使用 _ResearchedBy.setChangeItem(VersionableChangeItem)
wt.change2.VarianceDateEffectivity.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.change2.VarianceDateEffectivity.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.change2.VarianceLotNumberEffectivity.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.change2.VarianceLotNumberEffectivity.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.change2.VarianceSerialNumberEffectivity.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.change2.VarianceSerialNumberEffectivity.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.change2.VersionableChangeItem.getCreator()
使用 _IterationInfo.getCreator()
支援的 API:false
wt.change2.VersionableChangeItem.setCreator(WTPrincipalReference)
使用 VersionControlHelper.assignIterationCreator(Iterated, WTPrincipalReference)
wt.change2.WTAnalysisActivityMaster.getIdentity()
取代為 getDisplayIdentifier() 以傳回提供物件識別元的可本地化訊息。欲傳回包含物件類型的可本地化值,請使用 getDisplayIdentity()。針對一般訊息,getDisplayIdentity() 本身偏好使用 getDisplayType()getDisplayIdentifier() 的組合。
wt.change2.WTAnalysisActivityMaster.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.change2.WTChangeActivity2Master.getIdentity()
取代為 getDisplayIdentifier() 以傳回提供物件識別元的可本地化訊息。欲傳回包含物件類型的可本地化值,請使用 getDisplayIdentity()。針對一般訊息,getDisplayIdentity() 本身偏好使用 getDisplayType()getDisplayIdentifier() 的組合。
wt.change2.WTChangeActivity2Master.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.change2.WTChangeDirective.getIdentity()
取代為 getDisplayIdentifier() 以傳回提供物件識別元的可本地化訊息。欲傳回包含物件類型的可本地化值,請使用 getDisplayIdentity()。針對一般訊息,getDisplayIdentity() 本身偏好使用 getDisplayType()getDisplayIdentifier() 的組合。
wt.change2.WTChangeInvestigationMaster.getIdentity()
取代為 getDisplayIdentifier() 以傳回提供物件識別元的可本地化訊息。欲傳回包含物件類型的可本地化值,請使用 getDisplayIdentity()。針對一般訊息,getDisplayIdentity() 本身偏好使用 getDisplayType()getDisplayIdentifier() 的組合。
wt.change2.WTChangeInvestigationMaster.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.change2.WTChangeIssueMaster.getIdentity()
取代為 getDisplayIdentifier() 以傳回提供物件識別元的可本地化訊息。欲傳回包含物件類型的可本地化值,請使用 getDisplayIdentity()。針對一般訊息,getDisplayIdentity() 本身偏好使用 getDisplayType()getDisplayIdentifier() 的組合。
wt.change2.WTChangeIssueMaster.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.change2.WTChangeOrder2Master.getIdentity()
取代為 getDisplayIdentifier() 以傳回提供物件識別元的可本地化訊息。欲傳回包含物件類型的可本地化值,請使用 getDisplayIdentity()。針對一般訊息,getDisplayIdentity() 本身偏好使用 getDisplayType()getDisplayIdentifier() 的組合。
wt.change2.WTChangeOrder2Master.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.change2.WTChangeProposalMaster.getIdentity()
取代為 getDisplayIdentifier() 以傳回提供物件識別元的可本地化訊息。欲傳回包含物件類型的可本地化值,請使用 getDisplayIdentity()。針對一般訊息,getDisplayIdentity() 本身偏好使用 getDisplayType()getDisplayIdentifier() 的組合。
wt.change2.WTChangeProposalMaster.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.change2.WTChangeRequest2Master.getIdentity()
取代為 getDisplayIdentifier() 以傳回提供物件識別元的可本地化訊息。欲傳回包含物件類型的可本地化值,請使用 getDisplayIdentity()。針對一般訊息,getDisplayIdentity() 本身偏好使用 getDisplayType()getDisplayIdentifier() 的組合。
wt.change2.WTChangeRequest2Master.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.change2.WTVarianceMaster.getIdentity()
取代為 getDisplayIdentifier() 以傳回提供物件識別元的可本地化訊息。欲傳回包含物件類型的可本地化值,請使用 getDisplayIdentity()。針對一般訊息,getDisplayIdentity() 本身偏好使用 getDisplayType()getDisplayIdentifier() 的組合。
wt.change2.WTVarianceMaster.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.clients.beans.query.WTSchema.setSchema(String[], String[])
使用以輸入字串作為參數的 setSchema 方法。
wt.clients.beans.query.WTSchema.setSchema(WTSchema)
使用以輸入字串作為參數的 setSchema 方法。
wt.clients.folderexplorer.CreationClassDialog.getParentApplet()
Applet 不再用於設定前後關聯;WTContext 類別現在用於設定前後關聯
支援的 API:false
wt.clients.folderexplorer.CreationClassDialog.setParentApplet(Applet)
Applet 不再用於設定前後關聯;WTContext 類別現在用於設定前後關聯
支援的 API:false
wt.clients.gui.ExceptionDialog.getException()
取代為 setThrowable
wt.clients.gui.ExceptionDialog.setException(Throwable)
取代為 setThrowable
wt.clients.prodmgmt.HelperPanel.getLocalizedMessage(String, Object[])
wt.clients.prodmgmt.HelperPanel.getLocalizedValue(String)
wt.clients.prodmgmt.PartItem.getConfigSpecItem()
改用 getConfigurationSpec
支援的 API:false
wt.clients.prodmgmt.PartItem.getIdentity()
取代為 getDisplayIdentity
wt.clients.prodmgmt.PartItem.setConfigSpecItem(ConfigSpecItem)
改用 setConfigurationSpec
支援的 API:false
wt.clients.prodmgmt.ResourceHelper.getLocalizedMessage(String, Object[])
wt.clients.prodmgmt.ResourceHelper.getLocalizedValue(String)
wt.clients.util.WTMultiList.totalObjects()
改用 getNumberOfRows。
wt.configurablelink.ConfigurableLinkHelper.getIterationQueryClasses()
在移除 ConfigurableLinkHelper.validateSupportedRoleClass(Class) 時移除
wt.configurablelink.ConfigurableLinkHelper.getMasterQueryClasses()
在移除 ConfigurableLinkHelper.validateSupportedRoleClass(Class) 時移除
wt.configurablelink.ConfigurableLinkHelper.setUpQueryClasses()
在移除 ConfigurableLinkHelper.validateSupportedRoleClass(Class) 時移除
wt.configurablelink.ConfigurableLinkHelper.validateSupportedRoleClass(Class)
取代為 ConfigurableLinkHelper.validateSupportedRoleClass(TypeIdentifier)
wt.configurablelink.ConfigurableMastersLink.newConfigurableMastersLink(Mastered, Mastered)
wt.configurablelink.StandardConfigurableLinkService.getConceptualClassname()
wt.configuration.BaselineConfigurationConfigSpec.getConceptualClassname()
wt.configuration.BaselineConfigurationOverride.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.configuration.BaselineConfigurationOverride.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()。
wt.configuration.SerialNumberedConfiguredInstanceConfigSpec.getConceptualClassname()
wt.configuration.SerialNumberMapping.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.configuration.SerialNumberMapping.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.configuration.StandardConfigurationService.getConceptualClassname()
wt.content.ApplicationData.getViewContentURL(ContentHolder)
使用 ContentHelper.getViewContentURL(ApplicationData, ContentHolder)
產生可用於來自 Applet 之 AppletContext.showDocument( ) 呼叫的 URL。這會啟動指定 ApplicationData 物件的下載。
支援的 API:true
wt.content.ApplicationData.getViewContentURL(ContentHolder, boolean)
使用 ContentHelper.getViewContentURL(ApplicationData, ContentHolder, boolean)
產生可用於來自 Applet 之 AppletContext.showDocument() 呼叫的 URL。這會啟動指定 ApplicationData 物件的下載。如果將 withSign 設定為 false (僅供內部使用),則不會簽署 URL
支援的 API:false
wt.content.ContentHelper.getAggregateFiles(Aggregate)
wt.content.ContentItem.getBusinessType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getBusinessType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.content.ContentItem.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.content.ContentService.getDataFormats()
wt.content.ContentService.getPrimary(FormatContentHolder)
wt.content.ContentService.updateAppData(ContentHolder, ApplicationData)
wt.content.DataFormat.getBusinessType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getBusinessType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.dataops.containermove.processors.MoveActionDelegate.enableable(Object)
wt.dataops.containermove.processors.MoveActionDelegate.getContextServiceName()
wt.dataops.containermove.processors.MoveActionDelegate.setState(HTTPState)
wt.dataops.containermove.processors.MoveActionDelegate.valid(Object)
wt.dataops.containermove.StandardContainerMoveService.getConceptualClassname()
wt.dataops.delete.processors.DeleteActionDelegate.enableable(Object)
wt.dataops.delete.processors.DeleteActionDelegate.getContextServiceName()
wt.dataops.delete.processors.DeleteActionDelegate.setState(HTTPState)
wt.dataops.delete.processors.DeleteActionDelegate.valid(Object)
wt.dataops.sandbox.processors.addtoprj.SBAddToPrjActionDelegate.enableable(Object)
wt.dataops.sandbox.processors.addtoprj.SBAddToPrjActionDelegate.getContextServiceName()
wt.dataops.sandbox.processors.addtoprj.SBAddToPrjActionDelegate.setState(HTTPState)
wt.dataops.sandbox.processors.addtoprj.SBAddToPrjActionDelegate.valid(Object)
wt.dataops.sandbox.processors.updateprj.SBUpdatePrjActionDelegate.enableable(Object)
wt.dataops.sandbox.processors.updateprj.SBUpdatePrjActionDelegate.getContextServiceName()
wt.dataops.sandbox.processors.updateprj.SBUpdatePrjActionDelegate.setState(HTTPState)
wt.dataops.sandbox.processors.updateprj.SBUpdatePrjActionDelegate.valid(Object)
wt.eff.CalculatedMSNEffectivity.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.eff.CalculatedMSNEffectivity.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.eff.DefaultValidEffsDelegate.getValidEffForms(EffContext)
取代為 StandardValidEffsDelegate.getValidEffForms(EffContext)
wt.eff.DefaultValidEffsDelegate.getValidEffs(Class, EffContext)
取代為 StandardValidEffsDelegate.getValidEffs(Class, EffContext)
wt.eff.DefaultValidEffsDelegate.getValidEffs(EffContext)
取代為 StandardValidEffsDelegate.getValidEffs(EffContext)
wt.eff.EffEffContext.getConceptualClassname()
wt.eff.EffGroupAssistant.appendEffGroups(EffRecordable[], EffGroup[])
從 x-24 開始。使用:appendEffGroups(WTCollection effRecordables, EffGroup[] effGroups)
支援的 API:false
wt.eff.EffGroupAssistant.appendEffGroups(EffRecordable[], EffGroup[], ChangeActivityIfc)
從 x-24 開始。使用:appendEffGroups(WTCollection effRecordables, EffGroup[] effGroups, ChangeActivityIfc authorizedBy)
支援的 API:false
wt.eff.EffGroupAssistant.appendEffGroupsQuietly(EffRecordable[], EffGroup[])
從 x-24 開始。使用:appendEffGroups(WTCollection effRecordables, EffGroup[] effGroups, ChangeActivityIfc authorizedBy)
支援的 API:false
wt.eff.EffGroupAssistant.appendEffGroupsQuietly(EffRecordable[], EffGroup[], ChangeActivityIfc)
從 x-24 開始。使用:appendEffGroupsQuietly(WTCollection effRecordables, EffGroup[] effGroups, ChangeActivityIfc authorizedBy)
支援的 API:false
wt.eff.EffGroupAssistant.appendEffVector(EffRecordable[])
從 x-24 開始。使用:appendEffVector(WTCollection effRecordables)
支援的 API:false
wt.eff.EffGroupAssistant.appendEffVector(EffRecordable[], ChangeActivityIfc)
從 x-24 開始。使用:appendEffVector(WTCollection effRecordables , ChangeActivityIfc authorizedBy)
支援的 API:false
wt.eff.EffGroupAssistant.appendEffVectorQuietly(EffRecordable[])
從 x-24 開始。使用:appendEffVectorQuietly(WTCollection effRecordables)
支援的 API:false
wt.eff.EffGroupAssistant.appendEffVectorQuietly(EffRecordable[], ChangeActivityIfc)
從 x-24 開始。使用:appendEffVectorQuietly(WTCollection effRecordables , ChangeActivityIfc authorizedBy)
支援的 API:false
wt.eff.EffGroupAssistant.populateEffVector(EffRecordable[])
wt.eff.EffGroupAssistant.populateEffVectorWithoutRefreshing(EffRecordable[])
從 x-24 開始。使用:populateEffVectorWithoutRefreshing(WTCollection effRecordables)
支援的 API:false
wt.eff.EffGroupAssistant.replaceEffVector(EffRecordable[])
從 x-24 開始。使用:replaceEffVector(WTCollection effRecordables)
支援的 API:false
wt.eff.EffGroupAssistant.replaceEffVector(EffRecordable[], ChangeActivityIfc)
從 x-24 開始。使用:replaceEffVector(WTCollection effRecordables, ChangeActivityIfc authorizedBy)
支援的 API:false
wt.eff.EffGroupAssistant.replaceEffVectorQuietly(EffRecordable[])
從 x-24 開始。使用:replaceEffVectorQuietly(WTCollection effRecordables)
支援的 API:false
wt.eff.EffGroupAssistant.replaceEffVectorQuietly(EffRecordable[], ChangeActivityIfc)
從 x-24 開始。使用:replaceEffVectorQuietly(WTCollection effRecordables, ChangeActivityIfc authorizedBy)
支援的 API:false
wt.eff.EffHelper.getProductEffClassForPending(Class<EffForm>)
取代為 EffHelper.getEffClass(Class, Class)
wt.eff.EffHelper.getValidEffForms(EffContext)
取代為 EffHelper.getValidEffectivityForms(EffContext)
wt.eff.EffHelper.getValidEffs(Class, EffContext)
取代為 EffHelper.getValidEffectivities(Class, EffContext)
wt.eff.EffHelper.getValidEffs(EffContext)
取代為 EffHelper.getValidEffectivities(EffContext)
wt.eff.format.EffFormatRetrievalStrategy.getEffFormatDetails(EffState)
wt.eff.format.PreferenceBasedRetrieval.getEffFormatDetails(EffState)
wt.eff.PendingBlockEffectivity.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.eff.PendingBlockEffectivity.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.eff.PendingDateEffectivity.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.eff.PendingDateEffectivity.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.eff.PendingLotNumberEffectivity.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.eff.PendingLotNumberEffectivity.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.eff.PendingMSNEffectivity.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.eff.PendingMSNEffectivity.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.eff.PendingSerialNumberEffectivity.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.eff.PendingSerialNumberEffectivity.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.effectivity.Effectivity.getConfigItemEffectivityType()
wt.effectivity.Effectivity.getConfigItemName()
wt.effectivity.EffectivityHelper.setConfigurationItem(Effectivity, ConfigurationItem)
Effectivity 會取代為 Eff
wt.effectivity.EffectivityHelper.setEffectivityTarget(Effectivity, EffectivityHolder)
Effectivity 會取代為 Eff,且此方法會取代為 Eff.setTarget()
wt.effectivity.EffectivityService.getEffectivities(EffectivityHolder)
wt.effectivity.EffectivityService.getWTProductInstance(String, String)
wt.effectivity.WTProductInstance.getIdentificationObject()
wt.effectivity.WTProductInstance.initialize(ConfigurationItem, String)
wt.effectivity.WTProductInstance.newWTProductInstance(ConfigurationItem, String)
wt.effectivity.WTProductInstance.setBuildDate(Timestamp)
wt.effectivity.WTProductInstance.setIdentificationObject(IdentificationObject)
wt.enterprise.ActionDelegate.enableable(Object)
wt.enterprise.ActionDelegate.valid(Object)
wt.enterprise.AllVersionsActionDelegate.enableable(Object)
wt.enterprise.AllVersionsActionDelegate.getContextServiceName()
wt.enterprise.AllVersionsActionDelegate.valid(Object)
wt.enterprise.AllVersionsURLActionDelegate.getURLLabel(Locale)
wt.enterprise.AllVersionsURLActionDelegate.URL(Object)
wt.enterprise.BasicTemplateProcessor.addHTMLHelpLink(Properties, Locale, OutputStream)
wt.enterprise.BasicTemplateProcessor.addToResponseExceptions(Exception)
wt.enterprise.BasicTemplateProcessor.addToResponseFooters(LocalizableMessage)
wt.enterprise.BasicTemplateProcessor.addToResponseHeaders(LocalizableMessage)
wt.enterprise.BasicTemplateProcessor.addToResponseMessages(LocalizableMessage)
wt.enterprise.BasicTemplateProcessor.displayAttributeName(Properties, Locale, OutputStream)
從 R 8.0,MOR10 開始,改用方法 DefaultTemplateProcessor.displayAttributeLabel()
wt.enterprise.BasicTemplateProcessor.displayAttributeValue(Properties, Locale, OutputStream)
從 R 8.0,MOR10 開始,改用方法 DefaultTemplateProcessor.displayAttributeVal()
wt.enterprise.BasicTemplateProcessor.getContextAction()
wt.enterprise.BasicTemplateProcessor.getContextClassName()
wt.enterprise.BasicTemplateProcessor.getContextListIn()
wt.enterprise.BasicTemplateProcessor.getContextListOut()
wt.enterprise.BasicTemplateProcessor.getContextObj()
wt.enterprise.BasicTemplateProcessor.getContextProperties()
wt.enterprise.BasicTemplateProcessor.getFormData()
wt.enterprise.BasicTemplateProcessor.getGlyphImageTag(WTObject)
wt.enterprise.BasicTemplateProcessor.getHTMLHelpURL(Properties, Locale, OutputStream)
wt.enterprise.BasicTemplateProcessor.getHTMLTableService()
wt.enterprise.BasicTemplateProcessor.getQueryData()
wt.enterprise.BasicTemplateProcessor.getResourceString(Properties, Locale, OutputStream)
wt.enterprise.BasicTemplateProcessor.getResponseExceptions()
wt.enterprise.BasicTemplateProcessor.getResponseFooters()
wt.enterprise.BasicTemplateProcessor.getResponseHeaders()
wt.enterprise.BasicTemplateProcessor.getResponseMessages()
wt.enterprise.BasicTemplateProcessor.getResponseString()
wt.enterprise.BasicTemplateProcessor.getState()
wt.enterprise.BasicTemplateProcessor.getStatus()
wt.enterprise.BasicTemplateProcessor.getURLProcessorLink(Properties, Locale, OutputStream)
wt.enterprise.BasicTemplateProcessor.isDndMicroAppletEnabled()
wt.enterprise.BasicTemplateProcessor.processSubTemplate(Properties, Locale, OutputStream)
wt.enterprise.BasicTemplateProcessor.readExternal(ObjectInput)
wt.enterprise.BasicTemplateProcessor.readVersion(BasicTemplateProcessor, ObjectInput, long, boolean, boolean)
wt.enterprise.BasicTemplateProcessor.setContextAction(String)
wt.enterprise.BasicTemplateProcessor.setContextClassName(String)
wt.enterprise.BasicTemplateProcessor.setContextListIn(String[])
wt.enterprise.BasicTemplateProcessor.setContextListOut(String[])
wt.enterprise.BasicTemplateProcessor.setContextObj(Object)
wt.enterprise.BasicTemplateProcessor.setContextProperties(Properties)
wt.enterprise.BasicTemplateProcessor.setFormData(Properties)
wt.enterprise.BasicTemplateProcessor.setQueryData(Properties)
wt.enterprise.BasicTemplateProcessor.setResponseExceptions(Vector)
wt.enterprise.BasicTemplateProcessor.setResponseFooters(Vector)
wt.enterprise.BasicTemplateProcessor.setResponseHeaders(Vector)
wt.enterprise.BasicTemplateProcessor.setResponseMessages(Vector)
wt.enterprise.BasicTemplateProcessor.setResponseString(String)
wt.enterprise.BasicTemplateProcessor.setState(HTTPState)
wt.enterprise.BasicTemplateProcessor.setStatus(int)
wt.enterprise.BasicTemplateProcessor.showResponseExceptions(Properties, Locale, OutputStream)
wt.enterprise.BasicTemplateProcessor.tableService(Properties, Locale, OutputStream)
wt.enterprise.BasicTemplateProcessor.writeExternal(ObjectOutput)
wt.enterprise.CheckInActionDelegate.enableable(Object)
wt.enterprise.CheckInActionDelegate.getContextServiceName()
wt.enterprise.CheckInActionDelegate.valid(Object)
wt.enterprise.CheckInURLActionDelegate.getURLLabel(Locale)
wt.enterprise.CheckInURLActionDelegate.URL(Object)
wt.enterprise.CheckOutActionDelegate.enableable(Object)
wt.enterprise.CheckOutActionDelegate.getContextServiceName()
wt.enterprise.CheckOutActionDelegate.valid(Object)
wt.enterprise.CheckOutURLActionDelegate.getURLLabel(Locale)
wt.enterprise.CheckOutURLActionDelegate.URL(Object)
wt.enterprise.CopyFactory.newCopy(RevisionControlled)
取代為 EnterpriseHelper.service.newCopy
wt.enterprise.FolderResident.getBusinessType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getBusinessType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.enterprise.FolderResident.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.enterprise.FormActionDelegateFactory.getApplicationContext()
wt.enterprise.FormActionDelegateFactory.getFormActionDelegate(Object, String)
wt.enterprise.FormActionDelegateFactory.getFormActionDelegate(String, String)
wt.enterprise.FormActionDelegateFactory.readExternal(ObjectInput)
wt.enterprise.FormActionDelegateFactory.readVersion(FormActionDelegateFactory, ObjectInput, long, boolean, boolean)
wt.enterprise.FormActionDelegateFactory.setApplicationContext(ApplicationContext)
wt.enterprise.FormActionDelegateFactory.writeExternal(ObjectOutput)
wt.enterprise.IBADisplayUnitsFormTaskDelegate.processAction(ContentHTTPStream)
wt.enterprise.IterationHistoryActionDelegate.enableable(Object)
wt.enterprise.IterationHistoryActionDelegate.getContextServiceName()
wt.enterprise.IterationHistoryActionDelegate.valid(Object)
wt.enterprise.IterationHistoryURLActionDelegate.getURLLabel(Locale)
wt.enterprise.IterationHistoryURLActionDelegate.URL(Object)
wt.enterprise.Managed.getBusinessType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getBusinessType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.enterprise.Managed.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.enterprise.Master.getBusinessType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getBusinessType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.enterprise.Master.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.enterprise.PartReplacementsProcessor.readExternal(ObjectInput)
wt.enterprise.PartReplacementsProcessor.readVersion(PartReplacementsProcessor, ObjectInput, long, boolean, boolean)
wt.enterprise.PartReplacementsProcessor.writeExternal(ObjectOutput)
wt.enterprise.RevisionControlled.getBusinessType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getBusinessType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.enterprise.ShareStatusActionDelegate.enableable(Object)
wt.enterprise.ShareStatusActionDelegate.getContextServiceName()
wt.enterprise.ShareStatusActionDelegate.valid(Object)
wt.enterprise.ShareStatusURLActionDelegate.getURLLabel(Locale)
wt.enterprise.ShareStatusURLActionDelegate.URL(Object)
wt.enterprise.ShowDistributionListActionDelegate.enableable(Object)
wt.enterprise.ShowDistributionListActionDelegate.getContextServiceName()
wt.enterprise.ShowDistributionListActionDelegate.setState(HTTPState)
wt.enterprise.ShowDistributionListActionDelegate.valid(Object)
wt.enterprise.ShowDistributionListURLActionDelegate.getURLLabel(Locale)
wt.enterprise.ShowDistributionListURLActionDelegate.URL(Object)
wt.enterprise.ShowPublishedContentURLActionDelegate.getURLLabel(Locale)
wt.enterprise.ShowPublishedContentURLActionDelegate.URL(Object)
wt.enterprise.Simple.getBusinessType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getBusinessType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.enterprise.Simple.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.enterprise.TemplateProcessor.handleRequest(HTTPRequest, HTTPResponse)
wt.enterprise.URLActionDelegate.getActionName()
wt.enterprise.URLActionDelegate.getClassURL()
wt.enterprise.URLActionDelegate.getURLLabel(Locale)
wt.enterprise.URLActionDelegate.setActionName(String)
wt.enterprise.URLActionDelegate.setClassURL(String)
wt.enterprise.URLActionDelegate.URL(Object)
wt.enterprise.URLProcessor.generateForm(HTTPRequest, HTTPResponse)
wt.enterprise.URLProcessor.getLocale(HTTPRequest)
wt.enterprise.URLProcessor.handleException(HTTPRequest, HTTPResponse, Exception)
wt.enterprise.URLProcessor.handleIncludeRequest(Properties, Locale, OutputStream, Object)
wt.enterprise.URLProcessor.hanldleHTMLError(PrintWriter, String, String, Exception)
wt.enterprise.URLProcessor.invokeAction(HTTPRequest, HTTPResponse)
wt.enterprise.URLProcessor.parameterValue(Properties, String)
wt.enterprise.URLProcessor.presentFormProcessorException(HTTPRequest, HTTPResponse, Exception)
wt.enterprise.URLProcessor.processForm(HTTPRequest, HTTPResponse)
wt.enterprise.URLProcessor.processForm(HTTPRequest, HTTPResponse, InputStream)
wt.enterprise.URLProcessor.readContextStatic(HTTPState)
wt.enterprise.URLProcessor.URLTemplateAction(HTTPRequest, HTTPResponse)
wt.enterprise.URLProcessor.validatePostStringStatic(Properties)
wt.enterprise.VersionHistoryActionDelegate.enableable(Object)
wt.enterprise.VersionHistoryActionDelegate.getContextServiceName()
wt.enterprise.VersionHistoryActionDelegate.valid(Object)
wt.enterprise.VersionHistoryURLActionDelegate.getURLLabel(Locale)
wt.enterprise.VersionHistoryURLActionDelegate.URL(Object)
wt.epm.alternaterep.EPMResultRule.newEPMResultRule(EPMRuleActionType, EPMRepRuleType, Integer)
使用 EPMResultRule.newEPMResultRule( EPMRuleActionType actionType, EPMRepRuleType representationType, Integer componentID, String uniqueNDID)
wt.epm.EPMAuthoringAppVersion.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.epm.EPMAuthoringAppVersion.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.epm.EPMCADNamespace.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.epm.EPMCADNamespace.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.epm.EPMDocument.initialize(String, String, EPMAuthoringAppType, EPMDocumentType)
wt.epm.EPMDocument.newEPMDocument(String, String, EPMAuthoringAppType, EPMDocumentType)
使用 newEPMDocument(String, String, EPMAuthoringAppType, EPMDocumentType, String),因為需要 CAD 名稱。
wt.epm.EPMDocumentManager.addToFamily(EPMDocument, EPMDocument, String)
在 R8.0,使用 addToFamily( WTKeyedMap) from EPMFamilyTableManager
wt.epm.EPMDocumentManager.addToFamily(WTKeyedMap)
在 R8.0,使用 addToFamily( WTKeyedMap) from EPMFamilyTableManager
wt.epm.EPMDocumentManager.changeCADName(EPMDocumentMaster, String)
使用 changeCADName(WTKeyedMap)
wt.epm.EPMDocumentManager.checkCompatibility(QueryResult)
在 R8.0,使用 checkCompatibility( WTCollection)
wt.epm.EPMDocumentManager.collectChangeCADNameVetos(EPMDocumentMaster)
無取代物
wt.epm.EPMDocumentManager.collectRenameVetos(WTObject)
wt.epm.EPMDocumentManager.findCheckedOutIterations(EPMDocumentMaster)
在 R8.0,無取代物
wt.epm.EPMDocumentManager.findReferencedIterations(EPMDocumentMaster)
在 R8.0,無取代物
wt.epm.EPMDocumentManager.isCADNameRequired(EPMAuthoringAppType)
此方法會一律傳回 true,因為所有編寫應用程式都需要 CAD 名稱。
wt.epm.EPMDocumentManager.makeStandalone(EPMDocument)
在 R8.0,使用 makeStandalone( WTCollection) from EPMFamilyTableManager
wt.epm.EPMDocumentManager.markAsModified(WTCollection)
在 R8.0
wt.epm.EPMDocumentManager.markAsModified(QueryResult)
在 R8.0
wt.epm.EPMDocumentManager.removeAllDependencies(EPMDocument)
在 R8.0,請使用 removeAllDependencies(WTCollection)
wt.epm.EPMDocumentManager.removeFromFamily(EPMDocument, EPMDocumentMaster)
在 R8.0,使用 removeFromfamily( EPMDocument, WTCollection) from EPMFamilyTableManager
wt.epm.EPMDocumentManager.removeFromFamily(EPMDocument, WTCollection)
在 R8.0,使用 removeFromfamily(EPMWorkspace, EPMFamilyTable, WTCollection) from EPMFamilyTableManager
wt.epm.EPMDocumentMaster.getIdentity()
取代為 getDisplayIdentifier() 以傳回提供物件識別元的可本地化訊息。欲傳回包含物件類型的可本地化值,請使用 getDisplayIdentity()。針對一般訊息,getDisplayIdentity() 本身偏好使用 getDisplayType()getDisplayIdentifier() 的組合。
wt.epm.familytable.EPMFeatureDefinition.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.epm.familytable.EPMFeatureDefinition.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.epm.familytable.EPMParameterDefinition.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.epm.familytable.EPMParameterDefinition.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.epm.familytable.EPMStandardFamilyTableManager.getConceptualClassname()
wt.epm.modelitems.StandardModelItemManager.getConceptualClassname()
wt.epm.navigator.relationship.AssociatedCADDocs.filterImplicitBy(EPMReferenceType...)
使用 filterByType(AssociatedCADDocs.Type.CALCULATED_xxx, ...)。例如,當將 CALCULATED_BUILD 關聯導覽至工程圖時,呼叫 filterByType(AssociatedCADDocs.Type.CALCULATED_BUILD, AssociatedCADDocs.DRAWINGS_ONLY)
wt.epm.navigator.relationship.CADAssociatedParts.applyStrictCompatibleOnly(boolean)
不再支援嚴格的相容性選項。
wt.epm.navigator.relationship.CADAssociatedParts.filterImplicitBy(EPMReferenceType...)
使用 filterByType(CADAssociatedParts.Type.CALCULATED_xxx, ...)。例如,當從工程圖導覽 CALCULATED_BUILD 關聯時,呼叫 filterByType(CADAssociatedParts.Type.CALCULATED_BUILD, CADAssociatedParts.DRAWINGS_ONLY)
wt.epm.structure.EPMContainedIn.isGeometryModified()
wt.epm.structure.EPMContainedIn.isSuperceded()
wt.epm.structure.EPMContainedIn.setGeometryModified(boolean)
wt.epm.structure.EPMContainedIn.setSuperceded(boolean)
wt.epm.structure.EPMReferenceLink.initialize(EPMDocument, EPMDependencyMaster, String, int)
wt.epm.structure.EPMReferenceLink.newEPMReferenceLink(EPMDocument, EPMDependencyMaster)
wt.epm.structure.EPMReferenceLink.newEPMReferenceLink(EPMDocument, EPMDependencyMaster, String, int)
wt.epm.structure.EPMReferenceLink.setReferences(EPMDependencyMaster)
wt.epm.structure.EPMStructureService.getAttributesToPublish(WTCollection, int)
wt.epm.structure.EPMStructureService.getImages(WTCollection, boolean)
wt.epm.structure.EPMStructureService.navigateContains(EPMFamilyTable, QuerySpec, boolean, ConfigSpec)
wt.epm.structure.EPMStructureService.navigateReferencedBy(DocumentMaster, QuerySpec)
在 R6.2,請使用 navigateReferencedBy(EPMDocumentMaster, QuerySpec, boolean)
wt.epm.structure.EPMStructureService.navigateReferences(EPMDocument, QuerySpec)
在 R6.2,請使用 navigateReferences(EPMDocument, QuerySpec, boolean)
wt.epm.structure.EPMStructureService.navigateReferencesToIteration(EPMDocument, QuerySpec, ConfigSpec)
在 R6.2,請使用 navigateReferencesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec)
wt.epm.structure.EPMStructureService.navigateReferencesToIteration(EPMDocument, QuerySpec, ConfigSpec, int)
在 R6.2,請使用 navigateReferencesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec, int)
wt.epm.structure.EPMStructureService.navigateUsedBy(EPMDocumentMaster, QuerySpec)
在 R6.2,請使用 navigateUsedBy(EPMDocumentMaster, QuerySpec, boolean)
wt.epm.structure.EPMStructureService.navigateUses(EPMDocument, QuerySpec)
在 R6.2,請使用 navigateUses(EPMDocument, QuerySpec, boolean)
wt.epm.structure.EPMStructureService.navigateUsesToIteration(EPMDocument, QuerySpec, ConfigSpec)
在 R6.2,請使用 navigateUsesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec)
wt.epm.structure.EPMStructureService.navigateUsesToIteration(EPMDocument, QuerySpec, ConfigSpec, int)
在 R6.2,請使用 navigateUsesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec, int)
wt.epm.supportingdata.EPMSupportingData.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.epm.supportingdata.EPMSupportingData.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.epm.upload.EPMStandardUploadManager.getConceptualClassname()
wt.epm.util.EPMApplicationVeto.getConceptualClassname()
wt.epm.workspaces._EPMWorkspace.getEPMCheckpointMaster()
wt.epm.workspaces._EPMWorkspace.getEPMCheckpointMasterReference()
wt.epm.workspaces._EPMWorkspace.getPopulateRule()
wt.epm.workspaces._EPMWorkspace.setEPMCheckpointMaster(EPMCheckpointMaster)
wt.epm.workspaces._EPMWorkspace.setEPMCheckpointMasterReference(ObjectReference)
wt.epm.workspaces._EPMWorkspace.setPopulateRule(EPMPopulateRule)
wt.epm.workspaces.EPMAsStoredConfig.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.epm.workspaces.EPMAsStoredConfig.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.epm.workspaces.EPMBaselineService.add(EPMWorkspace, Vector)
在 8.0。使用 EPMWorkspaceManager.addToWorkspace
wt.epm.workspaces.EPMBaselineService.checkinOrMove(EPMWorkspace, Vector)
在 R8.0。使用 EPMWorkspaceManager.checkin
wt.epm.workspaces.EPMBaselineService.checkinOrMove(EPMWorkspace, Vector, Vector)
在 R8.0。使用 EPMWorkspaceManager.checkin
wt.epm.workspaces.EPMBaselineService.getBaselineItems(EPMWorkspace)
在 R8.0。使用 EPMWorkspaceManager.getObjectsInWorkspace
wt.epm.workspaces.EPMBaselineService.refresh(EPMWorkspace, EPMPopulateRule)
在 7.0 中。使用 refreshDocsAndParts
wt.epm.workspaces.EPMBaselineService.remove(EPMWorkspace, Vector)
在 8.0。使用 EPMWorkspaceManager.removeFromWorkspace
wt.epm.workspaces.EPMBaselineService.update(EPMWorkspace, Vector, EPMPopulateRule)
在 7.0 中。使用 updateDocsAndParts
wt.epm.workspaces.EPMBaselineService.update(EPMWorkspace, EPMPopulateRule)
在 7.0 中。使用 updateDocsAndParts
wt.epm.workspaces.EPMStandardWorkspaceManager.getConceptualClassname()
wt.epm.workspaces.EPMWorkspace.initialize(String, WTPrincipal, Folder, WTPartConfigSpec, EPMDocConfigSpec)
wt.epm.workspaces.EPMWorkspace.initialize(String, WTPrincipal, Folder, WTPartConfigSpec, EPMDocConfigSpec, WTContainer, boolean)
wt.epm.workspaces.EPMWorkspace.initialize(String, WTPrincipal, Folder, WTPartConfigSpec, EPMDocConfigSpec, WTContainer, boolean, boolean)
wt.epm.workspaces.EPMWorkspace.newEPMWorkspace(String, WTPrincipal, Folder, WTPartConfigSpec, EPMDocConfigSpec, WTContainer, boolean)
wt.epm.workspaces.EPMWorkspace.newEPMWorkspace(String, WTPrincipal, Folder, WTPartConfigSpec, EPMDocConfigSpec, WTContainer, boolean, boolean)
wt.epm.workspaces.EPMWorkspaceManager.checkin(EPMWorkspace, WTKeyedMap)
wt.epm.workspaces.EPMWorkspaceManager.checkin(EPMWorkspace, WTKeyedMap, EPMGhostResolverBase.EPMGhostResolverDelegate)
wt.epm.workspaces.EPMWorkspaceManager.checkin(EPMWorkspace, WTKeyedMap, EPMGhostResolverBase.EPMGhostResolverDelegate, WTCollection)
wt.epm.workspaces.EPMWorkspaceManager.checkin(EPMWorkspace, WTKeyedMap, WTCollection)
wt.epm.workspaces.EPMWorkspaceManager.createTransparentWorkspace(WTContainer, WTPartConfigSpec, EPMDocConfigSpec)
未來,此 API 會取代為 NavigationCriteria-based API
wt.epm.workspaces.EPMWorkspaceManager.createTransparentWorkspace(WTContainer, WTPartConfigSpec, EPMDocConfigSpec, boolean)
wt.epm.workspaces.EPMWorkspaceNamespace.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.epm.workspaces.EPMWorkspaceNamespace.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.facade.ixb.IxbDocument.getDom()
wt.facade.suma.ViewManufacturerURLActionDelegate.getURLLabel(Locale)
wt.facade.suma.ViewSupplierURLActionDelegate.URL(Object)
wt.facade.suma.ViewVendorURLActionDelegate.getURLLabel(Locale)
wt.fc.BinaryLink.getObject(String)
取代為 getRoleObject(String)
wt.fc.CachedObjectReference.setObjectNull()
wt.fc.collections.WTKeyedMap.WTEntry.getPersistable()
取代為 getKeyAsPersistable()
wt.fc.collections.WTKeyedMap.WTEntry.getQueryKey()
取代為 getKeyAsQueryKey()
wt.fc.collections.WTKeyedMap.WTEntry.getReference()
取代為 getKeyAsReference()
wt.fc.delete.StandardDeleteManager.getConceptualClassname()
wt.fc.EnumeratedType.getComment()
取代為 getShortDescription()
wt.fc.EnumeratedType.getComment(Locale)
取代為 getShortDescription(Locale)
wt.fc.EnumeratedType.getStringValue(String, String)
取代為 wt.fc.EnumeratedTypeUtil.getStringValue(String,String)
wt.fc.EnumeratedType.main(String[])
取代為 wt.fc.EnumeratedTypeUtil.main(String[])
wt.fc.EnumeratedType.toEnumeratedType(String)
取代為 wt.fc.EnumeratedTypeUtil.toEnumeratedType(String)
wt.fc.EnumeratedType.toEnumeratedType(String, String)
取代為 wt.fc.EnumeratedTypeUtil.toEnumeratedType(String,String)
wt.fc.IconDelegateFactory.getIconDelegate(Object)
使用其中一個 getIconDelegate() instance methods after calling IconDelegateFactory.getInstance()
wt.fc.Link.getObject(String)
取代為 BinaryLink 抽象概念中相同名稱的方法 (即對於此一般化不再有效)。
wt.fc.Link.getOtherObject(Persistable)
取代為 BinaryLink 抽象概念中相同名稱的方法 (即對於此一般化不再有效)。
wt.fc.Link.getRole(Persistable)
取代為 BinaryLink 抽象概念中相同名稱的方法 (即對於此一般化不再有效)。
wt.fc.Link.getRoleAObject()
取代為 BinaryLink 抽象概念中相同名稱的方法 (即對於此一般化不再有效)。
wt.fc.Link.getRoleAObjectId()
取代為 BinaryLink 抽象概念中相同名稱的方法 (即對於此一般化不再有效)。
wt.fc.Link.getRoleAObjectRef()
取代為 BinaryLink 抽象概念中相同名稱的方法 (即對於此一般化不再有效)。
wt.fc.Link.getRoleBObject()
取代為 BinaryLink 抽象概念中相同名稱的方法 (即對於此一般化不再有效)。
wt.fc.Link.getRoleBObjectId()
取代為 BinaryLink 抽象概念中相同名稱的方法 (即對於此一般化不再有效)。
wt.fc.Link.getRoleBObjectRef()
取代為 BinaryLink 抽象概念中相同名稱的方法 (即對於此一般化不再有效)。
wt.fc.Link.setRoleAObject(Persistable)
取代為 BinaryLink 抽象概念中相同名稱的方法 (即對於此一般化不再有效)。
wt.fc.Link.setRoleAObjectRef(WTReference)
取代為 BinaryLink 抽象概念中相同名稱的方法 (即對於此一般化不再有效)。
wt.fc.Link.setRoleBObject(Persistable)
取代為 BinaryLink 抽象概念中相同名稱的方法 (即對於此一般化不再有效)。
wt.fc.Link.setRoleBObjectRef(WTReference)
取代為 BinaryLink 抽象概念中相同名稱的方法 (即對於此一般化不再有效)。
wt.fc.ObjectReference.getObjectId()
取代為 getKey
wt.fc.ObjectReference.initialize()
wt.fc.ObjectReference.newObjectReference()
從 R5 開始。不應再使用此建構函式,因為除非其參考物件,否則對於擁有 ObjectReference 而言無效。
wt.fc.ObjectReference.setObjectId(ObjectIdentifier)
取代為 setKey
wt.fc.ObjectToObjectLink.getObject(String)
取代為 getRoleObject(String)
wt.fc.Persistable.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.fc.Persistable.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.fc.PersistenceHelper.getStoredLength(Object, String)
取代為 checkStoredLength(String, int)
wt.fc.PersistenceHelper.truncateStoredLength(Object, String, int)
取代為 truncateStoredLength(String, int)
wt.fc.PersistenceManager.find(QuerySpec)
使用 find(StatementSpec)
wt.fc.PersistenceManager.getNextSequence(String)
從 R8.0 開始,使用 getNextSequence(Class)
wt.fc.PersistenceManagerEvent.getAssociatedLink()
從 R8.0 開始,在多物件事件接聽程式中使用 getEventTarget()
wt.fc.PersistenceManagerEvent.getDisplayAttributes()
從 R8.0 開始,不再支援此類型的事件。
wt.fc.PersistenceManagerEvent.getOperableObjectArray()
從 R8.0 開始,使用 getEventTarget(),因為直接支援多物件事件。
wt.fc.PersistenceManagerEvent.getQueryResult()
從 R8.0 開始,不再支援此類型的事件。
wt.fc.PersistenceManagerEvent.getResultContainer()
從 R8.0 開始,不再支援此類型的事件。
wt.fc.PersistenceManagerEvent.getTarget()
從 R8.0 開始,使用 getEventTarget()
wt.fc.QueryResult.appendObjectVector(ObjectVector)
wt.fc.QueryResult.getObjectVector()
取代為 getObjectVectorIfc()
wt.fc.ReferenceFactory.getQueryString(Persistable)
wt.fc.ReferenceFactory.getQueryString(WTReference)
wt.fc.StandardIdentityService.getConceptualClassname()
wt.fc.StandardPersistenceManager.getConceptualClassname()
wt.fc.WTObject.getIdentity()
取代為 getDisplayIdentifier() 以傳回提供物件識別元的可本地化訊息。欲傳回包含物件類型的可本地化值,請使用 getDisplayIdentity()。針對一般訊息,getDisplayIdentity() 本身偏好使用 getDisplayType()getDisplayIdentifier() 的組合。
wt.fc.WTObject.getType()
取代為 getDisplayType() 以傳回提供物件類型的可本地化訊息。
wt.federation.FederationUtilities.appendNewElements(QueryResult, QueryResult)
請參閱 FederationHelper
wt.federation.FederationUtilities.checkFreshness(Persistable)
請參閱 FederationServiceSvr
wt.federation.FederationUtilities.checkFreshness(QueryResult)
請參閱 FederationServiceSvr
wt.federation.FederationUtilities.decodeURLString(String)
請參閱 wt.httpgw.WTURLEncoder
wt.federation.FederationUtilities.encodeBase64(byte[])
請參閱 FederationHelper
wt.federation.FederationUtilities.encodeURLString(String)
請參閱 wt.httpgw.WTURLEncoder
wt.federation.FederationUtilities.encodeURLString(String, String)
請參閱 wt.httpgw.WTURLEncoder
wt.federation.FederationUtilities.enqueueRefreshRequest(Federated)
請參閱 FederationServiceSvr
wt.federation.FederationUtilities.executeHTTPRequest(String, String, FederatedHttpBodyPart)
請參閱 FederationServiceSvr
wt.federation.FederationUtilities.findAllUsers()
撰寫查詢以檢查針對指定物件,工作流程是否具有 OPEN_RUNNING 的狀況。撰寫查詢以檢查針對指定物件,工作流程是否具有 OPEN_RUNNING 的狀況。
請參閱 wt.org 封裝。
wt.federation.FederationUtilities.findAllUsers(Enumeration)
請參閱 wt.org 封裝。
wt.federation.FederationUtilities.findLikeUsers(String, String)
請參閱 wt.org 封裝。
wt.federation.FederationUtilities.findLikeUsers(String, String, Enumeration)
請參閱 wt.org 封裝。
wt.federation.FederationUtilities.findObjects(Class, Persistable, String, Persistable)
請參閱 FederationService
wt.federation.FederationUtilities.findObjects(Class, Persistable, String, Persistable, Enumeration)
請參閱 FederationService
wt.federation.FederationUtilities.findObjects(QuerySpec)
請參閱 FederationService
wt.federation.FederationUtilities.findObjects(QuerySpec, Enumeration)
請參閱 FederationService
wt.federation.FederationUtilities.findUser(String)
請參閱 wt.org 封裝。
wt.federation.FederationUtilities.findUser(String, String)
請參閱 wt.org 封裝。
wt.federation.FederationUtilities.findUser(String, String, Enumeration)
請參閱 wt.org 封裝。
wt.federation.FederationUtilities.findUser(String, Enumeration)
請參閱 wt.org 封裝。
wt.federation.FederationUtilities.getActionURL(FederatedService, String, Hashtable)
請參閱 FederationHelper
wt.federation.FederationUtilities.getAllServices()
請參閱 FederationServiceSvr
wt.federation.FederationUtilities.getFederatedSubclass(Class)
請參閱 FederationServerHelper
wt.federation.FederationUtilities.getNavigableServices(Class)
請參閱 FederationService
wt.federation.FederationUtilities.getQueryableServices(Class)
請參閱 FederationService
wt.federation.FederationUtilities.getService(Federated)
請參閱 FederationService
wt.federation.FederationUtilities.getSourceInputStream(Federated)
wt.federation.FederationUtilities.hasExpired(Federated)
請參閱 FederationServerHelper
wt.federation.FederationUtilities.haveSameSource(Object, Object)
請參閱 FederationHelper
wt.federation.FederationUtilities.initializeProxy(Federated, FederatedService)
請參閱 FederationServerHelper
wt.federation.FederationUtilities.invokeInfoEngineTemplate(String)
請參閱 FederationServiceSvr
wt.federation.FederationUtilities.invokeInfoEngineTemplate(String, Hashtable)
請參閱 FederationServiceSvr
wt.federation.FederationUtilities.isStale(Federated)
請參閱 FederationServerHelper
wt.federation.FederationUtilities.navigate(Persistable, String, Class, boolean)
請參閱 FederationService
wt.federation.FederationUtilities.navigate(Persistable, String, Class, boolean, Enumeration)
請參閱 FederationService
wt.federation.FederationUtilities.navigate(Persistable, String, QuerySpec, boolean)
請參閱 FederationService
wt.federation.FederationUtilities.navigate(Persistable, String, QuerySpec, boolean, Enumeration)
請參閱 FederationService
wt.federation.FederationUtilities.presetRevisionControlled(RevisionControlled)
wt.federation.FederationUtilities.refresh(Federated)
請參閱 FederationServiceSvr
wt.federation.FederationUtilities.refreshIfStale(Federated)
請參閱 FederationServiceSvr
wt.federation.FederationUtilities.refreshProxy(ObjectIdentifier)
請參閱 FederationServiceSvr
wt.federation.FederationUtilities.refreshProxy(Federated)
請參閱 FederationServiceSvr
wt.federation.FederationUtilities.refreshProxyVector(ObjectVector)
wt.federation.FederationUtilities.retrieveInfoEngineObjects(String)
請參閱 FederationService
wt.federation.FederationUtilities.retrieveSourceContents(String, FederatedService)
wt.federation.FederationUtilities.storeProxy(Federated)
請參閱 FederationService
wt.federation.FederationUtilities.syncObjects(Externalizable, Externalizable)
請參閱 FederationService
wt.federation.StandardFederationService.getConceptualClassname()
wt.filter.NavigationCriteria.getConfigSpec()
wt.filter.NavigationCriteria.getConfigSpecReference()
wt.filter.NavigationCriteria.setConfigSpec(PersistableConfigSpec)
wt.filter.NavigationCriteria.setConfigSpecReference(ObjectReference)
wt.filter.NavigationCriteria.setNonPersistedConfigSpecs(List<ConfigSpec>
使用 setConfigSpecs()
wt.filter.NavigationFilterService.filter(List<FilterArguments>, NavigationCriteria)
wt.filter.NavigationFilterService.findFilterTemplate(String, NavigationFilterType, WTContainerRef)
wt.filter.NavigationFilterService.getDesignationDefsInfo(NavigationFilterTemplate)
wt.filter.NavigationFilterService.getDesignationGroups(NavigationFilterTemplate)
wt.filter.NavigationFilterService.getOptionExclusionReference()
wt.filter.NavigationFilterService.getQualifiedFilterTemplateOfType(String, NavigationFilterType)
wt.filter.NavigationFilterService.listNavigationCriteriaWithVisibility(WTContainerRef, WTUser, boolean, boolean)
wt.filter.NavigationFilterService.listNavigationCriteriaWithVisibility(WTContainerRef, WTUser, boolean, boolean, Set<FilterTemplate>)
wt.filter.NavigationFilterService.listNavigationCriteriaWithVisibility(WTContainerRef, WTUser, String, boolean, boolean, Set<FilterTemplate>)
wt.filter.NavigationFilterService.listNavigationCriteriaWithVisibility(WTContainerRef, WTUser, String, boolean, boolean, Set<FilterTemplate>, boolean)
wt.filter.NavigationFilterService.listNavigationCriteriaWithVisibility(WTContainerRef, WTUser, String, boolean, boolean, Set<FilterTemplate>, boolean, boolean)
wt.filter.NavigationFilterService.populateEmptyFilters(NavigationCriteria, Set<FilterTemplate>)
wt.filter.NavigationFilterService.populateNavigationFilters(NavigationCriteria)
改用 NavigationCriteriaService.populateNavigationFilters(NavigationCriteria)
wt.filter.NavigationFilterService.populateNavigationFilters(NavigationCriteria, Set<FilterTemplate>)
wt.filter.NavigationFilterService.populateNavigationFilters(NavigationCriteria, WTContainerRef)
wt.filter.NavigationFilterService.registerFilterTemplate(WTContainer, NavigationFilterTemplate)
wt.filter.NavigationFilterService.updateDesignationDefs(NavigationFilterTemplate, List<DesignationIdentifier>, List<DesignationIdentifier>)
wt.filter.NavigationFilterService.updateNavigationCriteria(NavigationCriteria, Map<WTReference, Map<String, String[]>>, boolean)
改用 NavigationCriteriaService.saveNavigationCriteria(NavigationCriteria)
wt.filter.StandardNavigationFilterService.getConceptualClassname()
wt.folder.FolderHelper.assignFolder(Foldered, Folder)
wt.folder.FolderHelper.assignLocation(CabinetMember, Cabinet)
取代為 FolderHelper.assignLocations(WTValuedMap)
wt.folder.FolderHelper.assignLocation(Foldered, String)
取代為 FolderHelper.assignLocations(WTValuedMap)
wt.folder.FolderHelper.assignLocation(Foldered, Folder)
取代為 FolderHelper.assignLocations(WTValuedMap)
wt.folder.FolderHelper.assignLocation(FolderEntry, String)
取代為 FolderHelper.assignLocations(WTValuedMap)
wt.folder.FolderHelper.assignLocation(FolderEntry, String, WTContainerRef)
取代為 FolderHelper.assignLocations(wt.fc.collections.WTValuedMap)
wt.folder.FolderHelper.getCabinetReference(FolderEntry)
取代為 FolderHelper.getCabinetReference(CabinetBased)
wt.folder.FolderHelper.getFolderPath(FolderEntry)
取代為 FolderHelper.getFolderPath(CabinetBased)
wt.folder.FolderHelper.getLocation(FolderEntry)
取代為 FolderHelper.getLocation(CabinetBased)
wt.folder.FolderHelper.inPersonalCabinet(CabinetBased)
取代為 FolderHelper.getObjsInPersonalCabinets(WTCollection)
wt.folder.FolderHelper.inPersonalCabinet(FolderEntry)
取代為 FolderHelper.inPersonalCabinet(CabinetBased)
wt.folder.FolderHelper.isPersonalCabinet(Cabinet)
取代為 _Cabinet.isPersonalCabinet()
wt.folder.FolderService.assignLocation(WTCollection, Folder)
取代為 FolderHelper.assignLocation(WTCollection,Folder)
wt.folder.FolderService.assignLocations(WTValuedMap)
取代為 FolderHelper.assignLocations(WTValuedMap)
wt.folder.FolderService.changeFolder(Foldered, Folder)
取代為 FolderService.changeFolder(WTValuedMap)。注意:當在容器之間移動物件時,不應使用此 API;請改用來自 ContainerMoveServicemoveAllObjects() API。
wt.folder.FolderService.createCabinet(String, String, String, String)
使用 createPersonalCabinet() 建立個人檔案櫃,並使用 createCabinet(String, AdminDomainRef, String, WTContainerRef) 建立共用檔案櫃。
wt.folder.FolderService.createCabinet(String, String, String, String, boolean)
使用 createPersonalCabinet() 建立個人檔案櫃,並使用 createCabinet(String, AdminDomainRef, String, WTContainerRef) 建立共用檔案櫃。
wt.folder.FolderService.createCabinet(String, AdminDomainRef, String, WTPrincipal, boolean)
使用 createPersonalCabinet() 建立個人檔案櫃,並使用 createCabinet(String, AdminDomainRef, String, WTContainerRef) 建立共用檔案櫃。
wt.folder.FolderService.createPersonalCabinet(String, AdminDomainRef, String)
取代為 FolderService.createPersonalCabinet(WTPrincipal, AdminDomainRef)
wt.folder.FolderService.createSubFolder(String, AdminDomainRef)
取代為 FolderService.createSubFolder(String,AdminDomainRef,WTContainerRef)
wt.folder.FolderService.findCabinets(String, boolean)
取代為 FolderService.findCabinets(AccessPermission, boolean)
wt.folder.FolderService.findCabinets(AccessPermission, boolean)
取代為 FolderService.getContainerToCabinetsMap(WTCollection,boolean)
wt.folder.FolderService.findCabinets(AccessPermission, boolean, WTContainerRef)
取代為 FolderService.getContainerToCabinetsMap(WTCollection,boolean)
wt.folder.FolderService.findFolderContents(String, WTContainerRef[])
取代為 FolderService.getFolderToContentsMap(WTSet,Class,boolean)
wt.folder.FolderService.findFolderContents(String, WTContainerRef[], Class)
取代為 FolderService.getFolderToContentsMap(WTSet,Class,boolean)
wt.folder.FolderService.findFolderContents(Folder[], Class)
取代為 FolderService.getFolderToContentsMap(WTSet,Class,boolean)
wt.folder.FolderService.findFolderContents(Folder[], Class, boolean)
取代為 FolderService.getFolderToContentsMap(WTSet,Class,boolean)
wt.folder.FolderService.findFolderContents(Folder, Class)
取代為 FolderService.getFolderToContentsMap(WTSet,Class,boolean)
wt.folder.FolderService.findSubFolders(Folder, String)
取代為 FolderService.getParentToSubFoldersMap(WTCollection)
wt.folder.FolderService.findSubFolders(Folder, AccessPermission)
取代為 FolderService.getParentToSubFoldersMap(WTCollection)
wt.folder.FolderService.getCabinet(String)
取代為 FolderService.getCabinetsByName(WTList containers,List names)
wt.folder.FolderService.getCabinetNames(WTContainerRef)
取代為 FolderService.getContainerToCabinetNamesMap(WTCollection,boolean)
wt.folder.FolderService.getFolder(String)
取代為 FolderService.getFoldersByPath(WTList, List)
wt.folder.FolderService.getFolder(Foldered)
取代為 FolderService.getCabinetBasedToFolderMap(WTCollection)
wt.folder.FolderService.getFolderedToFolderMap(WTCollection)
取代為 FolderService.getCabinetBasedToFolderMap(WTCollection)
wt.folder.FolderService.getFolderPathsFromFolderOids(ArrayList)
取代為 FolderService.getCabinetBasedToPathMap(WTCollection)
wt.folder.FolderService.getFolders(List)
取代為 FolderService.getCabinetBasedToFolderMap(WTCollection)
wt.folder.FolderService.getMemberships(List)
取代為 FolderService.getEntryToMembershipMap(wt.fc.collections.WTCollection)
wt.folder.StandardFolderService.getConceptualClassname()
wt.fv.FvService.mountFolder(FvHost, FileFolder, String, boolean)
改用 FvService.mountFolder(FvHost, FileFolder, String)
wt.fv.FvService.mountFolderOnCluster(FvHost, FileFolder, String, boolean)
改用 FvService.mountFolderOnCluster(FvHost, FileFolder, String)
wt.fv.FvService.mountRootFolder(FvHost, RootFolder, String, boolean)
改用 FvService.mountRootFolder(FvHost, RootFolder, String)
wt.fv.FvService.mountRootFolder(FvHost, RootFolder, String, String, boolean)
改用 FvService.mountRootFolder(FvHost, RootFolder, String, String)
wt.fv.FvService.mountRootFolderOnCluster(FvHost, RootFolder, String, boolean)
改用 FvService.mountRootFolderOnCluster(FvHost, RootFolder, String)
wt.fv.FvService.mountRootFolderOnCluster(FvHost, RootFolder, String, String, boolean)
改用 FvService.mountRootFolderOnCluster(FvHost, RootFolder, String, String)
wt.fv.master.StandardMasterService.checkFolderSubFolderMountPathsComplete(Integer, String, HashMap, HashMap)
在未來的發行版本中,將會移除此方法。使用裝載驗證功能來驗證裝載
支援的 API:false
wt.fv.master.StandardMasterService.getConceptualClassname()
wt.fv.master.StandardMasterService.remoteCleanUpFolder(ReplicaVault, ReplicaFolder, Enumeration)
使用「移除未參考檔案」功能或「複製儲存庫的自動化清理」
wt.fv.StandardFvService.getConceptualClassname()
wt.fv.StandardFvService.getFileLists(FvMount)
不再使用,將在較新發行版本中刪除
支援的 API:false
wt.fv.StandardFvService.mountFolder(FvHost, FileFolder, String, boolean)
wt.fv.StandardFvService.mountFolderOnCluster(FvHost, FileFolder, String, boolean)
wt.fv.StandardFvService.mountRootFolder(FvHost, RootFolder, String, boolean)
wt.fv.StandardFvService.mountRootFolder(FvHost, RootFolder, String, String, boolean)
wt.fv.StandardFvService.mountRootFolderOnCluster(FvHost, RootFolder, String, boolean)
wt.fv.StandardFvService.mountRootFolderOnCluster(FvHost, RootFolder, String, String, boolean)
wt.fv.StandardFvService.revaultURLContent(RevaultUrlSession)
不再需要此 API。
wt.help.HelpLinkHelper.createHelpHREF(HelpLinkContext, Locale, HashMap)
改用 HelpLinkHelper.createHelpHREF(java.lang.String)
wt.help.HelpLinkHelper.createHelpHREF(URLFactory, Object, String, Locale)
改用 HelpLinkHelper.createHelpHREF(java.lang.String)
wt.help.HelpLinkHelper.createHelpHREF(URLFactory, Object, String, Locale, HashMap)
改用 HelpLinkHelper.createHelpHREF(java.lang.String)
wt.help.HelpLinkHelper.createHelpHREF(URLFactory, Object, String, Locale, HashMap, HelpLinkHelper)
改用 HelpLinkHelper.createHelpHREF(java.lang.String)
wt.help.HelpLinkHelper.createHelpHREF(URLFactory, Object, String, Locale, HelpLinkHelper)
改用 HelpLinkHelper.createHelpHREF(java.lang.String)
wt.help.HelpLinkHelper.createHelpHREF(URLFactory, String, Object, String, Locale)
改用 HelpLinkHelper.createHelpHREF(java.lang.String)
wt.help.HelpLinkHelper.createHelpHREF(URLFactory, String, Object, String, Locale, HashMap)
改用 HelpLinkHelper.createHelpHREF(java.lang.String)
wt.help.HelpLinkHelper.createHelpHREF(URLFactory, String, Object, String, Locale, HashMap, HelpLinkHelper)
改用 HelpLinkHelper.createHelpHREF(java.lang.String)
wt.help.HelpLinkHelper.createHelpHREF(URLFactory, String, Object, String, Locale, HelpLinkHelper)
改用 HelpLinkHelper.createHelpHREF(java.lang.String)
wt.help.HelpLinkHelper.createHelpHREF(URLFactory, String, HashMap)
改用 HelpLinkHelper.createHelpHREF(java.lang.String)
wt.help.HelpLinkHelper.createHelpHREF(URLFactory, String, Locale)
改用 HelpLinkHelper.createHelpHREF(java.lang.String)
wt.help.HelpLinkHelper.createHelpHREF(URLFactory, String, Locale, HashMap)
改用 HelpLinkHelper.createHelpHREF(java.lang.String)
wt.help.HelpLinkHelper.createHelpHREF(URLFactory, String, Locale, HashMap, HelpLinkHelper)
改用 HelpLinkHelper.createHelpHREF(java.lang.String)
wt.help.HelpLinkHelper.createHelpHREF(URLFactory, String, Locale, HelpLinkHelper)
改用 HelpLinkHelper.createHelpHREF(java.lang.String)
wt.httpgw.HTTPRequest.urlDecode(String)
取代為 wt.httpgw.WTURLEncoder.decode 方法。
wt.httpgw.LanguagePreference.getAcceptLanguagePreferences(String)
wt.httpgw.LanguagePreference.getLocale(Vector)
wt.httpgw.WTContextBeanHandler.destroy()
wt.index.IndexPolicyManager.index(WTCollection)
wt.index.IndexPolicyManager.index(WTCollection, String)
wt.index.IndexPolicyManager.index(Indexable)
wt.index.IndexPolicyManager.index(Indexable, String)
wt.index.IndexPolicyManager.removeIndex(WTCollection, String, boolean)
wt.index.IndexServiceDelegate.delete(LinkedList, String, List)
使用 delete(List, String)
wt.inf.container.ContainerSpec.setFilterByMembership(boolean)
取代為 setMembershipState
wt.inf.container.ContainerSpec.setSelectOids(boolean)
取代為 setSelectState
wt.inf.container.ContainerSpec.setUser(WTPrincipalReference, boolean)
改用 setUser and setMembership state
wt.inf.container.LookupSpec.getQuerySpec()
取代為 querySpecs 內容與 addQuerySpec(s) 方法。
wt.inf.container.LookupSpec.setQuerySpec(QuerySpec)
取代為 querySpecs 內容與 addQuerySpec(s) 方法。
wt.inf.container.OrgContainer.getIdentity()
取代為 IdentityFactory.getDisplayIdentity
wt.inf.container.OrgContainer.setAutoPopulateCreators(Class, boolean)
取代為 CreatorsLink.setAutoPopulate
wt.inf.container.WTContainerHelper.getContainerPath(WTContainerRef)
取代為 #getPath and #getDisplayPath
wt.inf.container.WTContainerHelper.getWhereContainerIn(ContainerSpec, Class)
取代為 WTContainerHelper.getWhereContainerIn(ContainerSpec,Class[])
wt.inf.container.WTContainerHelper.isChildOf(WTContainerRef, WTContainerRef)
取代為 WTContainerService#isDescendedFrom(WTContainerRef,WTContainerRef)
wt.inf.container.WTContainerRef.getContainer()
取代為 getReferencedContainer
wt.inf.container.WTContainerServerHelper.generateInternetDomainName(WTContainer)
wt.inf.container.WTContainerService.getNamespace(WTContained)
取代為 getNamespace(Class)
wt.inf.container.WTContainerService.getNamespace(WTContained, WTContainer)
取代為 getNamespace(Class, WTContainer)
wt.inf.container.WTContainerService.getPublicContextProvider(WTContainer, Class)
wt.inf.container.WTContainerService.isFiltered(WTContainedFilterable, WTContainer)
wt.inf.library.LoadLibrary.createLibraryContainer(Hashtable, Hashtable, Vector)
wt.inf.library.WTLibrary.getIdentity()
取代為 IdentityFactory.getDisplayIdentity
wt.inf.sharing.DataSharingService.outOfDateShares(WTCollection, WTContainer)
使用 outOfSyncShares
wt.inf.team.ContainerTeamHelper.getDisplayName(WTGroup)
在 7.0
wt.inf.team.ContainerTeamHelper.getMembershipQuery(ContainerSpec)
wt.inf.team.ContainerTeamService.replaceUser(ContainerTeamReference, WTUser, WTUser, boolean)
wt.inf.team.StandardContainerTeamService.getConceptualClassname()
wt.inf.team.StandardContainerTeamService.processRefreshGroups()
wt.inf.template.ContainerTemplateDefinition.getContainerTemplate()
wt.inf.template.ContainerTemplateDefinition.getContainerTemplateReference()
wt.inf.template.StandardContainerTemplateService.getConceptualClassname()
wt.intersvrcom.StandardInterSvrComService.getConceptualClassname()
wt.introspection.ClassInfo.hasDisplayName()
wt.introspection.ClassInfo.isLocalizable()
wt.introspection.RoleDescriptor.hasDisplayName()
wt.introspection.RoleDescriptor.isLocalizable()
wt.ixb.actor.ActorTemplate.finalizeImportObject(boolean, Object, IxbElement, Importer)
取代為 ActorTemplate.finalizeImportObject(boolean, List, Importer)
wt.ixb.actor.ActorTemplate.storeObject(ClassExporterImporter, Object, IxbElement, Importer)
改用 ActorTemplate.storeObjects(ClassExporterImporter, WTList, List, Importer)
wt.ixb.clientAccess.IXBService.doExport(boolean, String[], String[], String[], String[], IXBStreamer, boolean, String)
wt.ixb.clientAccess.IXBService.doExport(boolean, String[], String[], String[], String[], IXBStreamer, String, boolean, IXBStreamer, String)
wt.ixb.clientAccess.IXBService.doImport(IXBStreamer, IXBStreamer, boolean, boolean, boolean, String, String)
wt.ixb.clientAccess.IXBService.doImport(IXBStreamer, IXBStreamer, boolean, boolean, boolean, String, String, Boolean)
wt.ixb.clientAccess.IXBService.doImport(IXBStreamer, IXBStreamer, boolean, String, boolean, boolean, String, IXBStreamer, Locale)
wt.ixb.clientAccess.IXBService.doImport(IXBStreamer, IXBStreamer, boolean, String, boolean, boolean, String, IXBStreamer, Locale, Boolean)
wt.ixb.clientAccess.IXBService.exportObjects(WTContainerRef, String[], ObjectExportParameters)
wt.ixb.clientAccess.IXBService.findNavigatorTopObjectsBySearchSpec(String, String[])
wt.ixb.clientAccess.IXBService.findTopObjects(String, String[])
wt.ixb.clientAccess.IXBService.getAllAvaiableFilters(Locale)
wt.ixb.clientAccess.IXBService.getAllAvaiableGenerators(Locale)
wt.ixb.clientAccess.IXBService.getObjectId(Persistable)
wt.ixb.clientAccess.IXBService.testOnServer(String, String, Vector)
wt.ixb.clientAccess.StandardIXBService.doExport(boolean, String[], String[], String[], String[], IXBStreamer, boolean, String)
wt.ixb.clientAccess.StandardIXBService.doExport(boolean, String[], String[], String[], String[], IXBStreamer, String, boolean, IXBStreamer, String)
wt.ixb.clientAccess.StandardIXBService.doImport(IXBStreamer, IXBStreamer, boolean, boolean, boolean, String, String)
wt.ixb.clientAccess.StandardIXBService.doImport(IXBStreamer, IXBStreamer, boolean, boolean, boolean, String, String, Boolean)
wt.ixb.clientAccess.StandardIXBService.doImport(IXBStreamer, IXBStreamer, boolean, String, boolean, boolean, String, IXBStreamer, Locale)
wt.ixb.clientAccess.StandardIXBService.doImport(IXBStreamer, IXBStreamer, boolean, String, boolean, boolean, String, IXBStreamer, Locale, Boolean)
wt.ixb.clientAccess.StandardIXBService.exportObjects(WTContainerRef, String[], ObjectExportParameters)
wt.ixb.clientAccess.StandardIXBService.findNavigatorTopObjectsBySearchSpec(String, String[])
wt.ixb.clientAccess.StandardIXBService.findTopObjects(String, String[])
wt.ixb.clientAccess.StandardIXBService.getAllAvaiableFilters(Locale)
wt.ixb.clientAccess.StandardIXBService.getAllAvaiableGenerators(Locale)
wt.ixb.clientAccess.StandardIXBService.getConceptualClassname()
wt.ixb.clientAccess.StandardIXBService.getObjectId(Persistable)
wt.ixb.clientAccess.StandardIXBService.testOnServer(String, String, Vector)
wt.ixb.impl.jaxb.IxbJaxbDocElement.getDom()
wt.ixb.publicforapps.contextData.ExpImpContextData.setFormatType(ExportImportFormatType)
wt.ixb.publicforapps.Exporter.createIxbElementForExportResult(String)
wt.ixb.publicforapps.Exporter.getContentFilter()
wt.ixb.publicforapps.Exporter.getExportContentProvider()
wt.ixb.publicforapps.Exporter.objectWillBeReallyExported(Object)
wt.ixb.publicforapps.Exporter.setContentFilter(GlobalContentFilterIfc)
wt.ixb.publicforapps.Exporter.setExportContentProvider(ExportContentProvider)
wt.ixb.publicforapps.Importer.doImport(InputStream, boolean)
它現在沒有驗證參數;應立即為整個 Importer 提供驗證參數
wt.ixb.publicforapps.Importer.doImport(IxbElement)
wt.ixb.publicforapps.Importer.getAapplicationImportHandler()
使用 Importer.getApplicationImportHandler()
wt.ixb.publicforapps.Importer.setClientJarFileName(String)
wt.ixb.publicforapps.IxbHelper.newExporter(ApplicationExportHandler, String, IxbElement)
wt.ixb.publicforapps.IxbHelper.newExporter(ApplicationExportHandler, String, IxbElement, File, String)
wt.ixb.publicforapps.IxbHelper.newImporter(ApplicationImportHandler, String, String, Boolean, Boolean)
支援的 API:false
wt.ixb.publicforapps.IxbHelper.newImporter(ApplicationImportHandler, String, IxbElement, Boolean)
wt.ixb.publicforapps.IxbHelper.newImporter(ApplicationImportHandler, String, IxbElement, Boolean, Boolean)
改用 newImporter(ApplicationImportHandler handler, WTContainerRef targetContainer, String dtd, IxbElement mapRules, Boolean overrideConflicts, Boolean validate)
支援的 API:true
wt.ixb.publicforapps.IxbHelper.newImporter(ApplicationImportHandler, String, IxbElement, Boolean, Boolean, Boolean)
支援的 API:false
wt.ixb.publicforhandlers.ClassExporterImporterTemplate.finalizeImportObject(boolean, Object, IxbElement, Importer)
改用 ClassExporterImporterTemplate.finalizeImportObjects(boolean, List, Importer)
wt.ixb.publicforhandlers.ClassExporterImporterTemplate.findAmongExistingObjects(IxbElement, Importer)
wt.ixb.publicforhandlers.ClassExporterImporterTemplate.findAmongExistingObjectsInternal(IxbElement, Importer)
改為使用或取代多物件方法 ClassExporterImporterTemplate.findAmongExistingObjectsInternal(List, Importer)
wt.ixb.publicforhandlers.ClassExporterImporterTemplate.importElement(IxbElement, Importer)
改用 ClassExporterImporterTemplate.importElements(List, Importer, String, String)
wt.ixb.publicforhandlers.ClassExporterImporterTemplate.storeObject(Object, IxbElement, Importer)
改用 ClassExporterImporterTemplate.storeObjects(List, Importer)
wt.ixb.publicforhandlers.ExpImpForLinkObject.getRoleAObject(IxbElement, Importer)
wt.ixb.publicforhandlers.ExpImpForLinkObject.getRoleBObject(IxbElement, Importer)
wt.ixb.publicforhandlers.ExpImpForLinkObject.persistLinkObject(Object, IxbElement, Importer)
改用 ExpImpForLinkObject.persistLinkObject(List, Importer)。這也需要取代 ExpImpForLinkObject.storeObjects(List, Importer),而不是 ExpImpForLinkObject.storeObject(Object, IxbElement, Importer)
wt.ixb.publicforhandlers.ExpImpForLinkObject.storeObject(Object, IxbElement, Importer)
改用 ExpImpForLinkObject.storeObjects(List, Importer)
wt.ixb.publicforhandlers.ExpImpForVersionedObject.findAmongExistingObjectsDefault(IxbElement, Importer)
呼叫的隱含 API 與此 API 的僅有呼叫者 (即 findAmongExistingObjects) 未取代。會實行瞭解來自指定 XML 檔案的物件是否已存在於匯入應用程式的 Windchill 資料庫中的典型方式。
wt.ixb.publicforhandlers.ExpImpForVersionedObject.importElement(IxbElement, Importer)
wt.ixb.publicforhandlers.ExpImpForVersionedObject.storeObject(Object, IxbElement, Importer)
使用 ExpImpForVersionedObject.storeObjects(List, Importer) instead.
wt.ixb.publicforhandlers.ExpImpForVersionedObject.storeVersionedObject(Object, IxbElement, Importer)
使用 ExpImpForVersionedObject.storeObjects(List, Importer) instead.
wt.ixb.publicforhandlers.IxbHndHelper.checkConflictAgainstExistingObject(String, String, String, String, String, Importer)
取代為 IxbHndHelper.checkConflictAgainstExistingObject(String, String, String, String, String, Importer, IxbElement)
wt.ixb.publicforhandlers.IxbHndHelper.findAdminObjects(List<IxbElement>, Importer, List<IxbElement>, BACIXHandlerIfc)
取代為 BACIXBHelper#findAdminObjects(List, Importer, List, BACIXHandlerIfc)
wt.ixb.publicforhandlers.IxbHndHelper.getActionName(IxbElement)
使用 IxbHndHelper.getActionName(IxbElement, Importer)
wt.ixb.publicforhandlers.IxbHndHelper.getContainerOfPath(String)
改用 importer.getContainerRefFromPath(String mappingContext)
wt.ixb.publicforhandlers.IxbHndHelper.getEndOftheLink(IxbElement, Importer, String, boolean, Class)
改用 multi object API IxbHndHelper.getEndOftheLink(List, Importer, String, boolean, Class) 以獲得更好的效能
wt.ixb.publicforhandlers.IxbHndHelper.getFolder(String, WTContainerRef)
使用 getFolder(String folderPath, AdminDomainRef domain, WTContainerRef cont)
wt.ixb.publicforhandlers.IxbHndHelper.getIteratedObject(Class, String, String)
此方法不知道容器,也不知道「組織 Id」。請使用明確的查詢來依全域唯一屬性搜尋。使用 getIteratedObjectOfNumber() 來依編號搜尋。
wt.ixb.publicforhandlers.IxbHndHelper.getIterationIdBasedOnIterationPosition(IxbElement, Importer)
取代為 IxbHndHelper.getMatchingIterationIdOnTarget(IxbElement, Importer)
從 xml 檔案中取得物件的確切版序。只會針對動作 'PickExistingObject' 考慮版序方位。如果版序不是從 1 開始、位移不等於 1,或者針對非整數序列,會考慮屬性值「版序方位」,而非「版序 id」。
支援的 API:false
wt.ixb.publicforhandlers.IxbHndHelper.getObjectByObjectReferenceElement(IxbElement, Importer)
改用多物件 API IxbHndHelper.getObjectByObjectReferenceElement(IxbElement, Importer) 以獲得更好的效能
wt.ixb.publicforhandlers.IxbHndHelper.ObjectIdentifierOfString(String)
wt.ixb.publicforhandlers.IxbHndHelper.populateSearchMechObjTypeInImportReportCache(IxbElement, String, BACIXHandlerIfc)
取代為 BACIXBHelper.populateSearchMechObjTypeInImportReportCache(IxbElement, String, BACIXHandlerIfc)
wt.jmx.core.mbeans.Info.getCustomDelegate()
wt.jmx.core.mbeans.Info.getCustomDelegateFactory()
wt.jmx.core.mbeans.Info.getCustomDelegateFactoryClass()
wt.jmx.core.mbeans.Info.setCustomDelegateFactory(InfoDelegateFactory<T>)
wt.jmx.core.mbeans.Info.setCustomDelegateFactoryClass(String)
wt.jmx.core.mbeans.Info.setCustomDelegateFactoryClass(String, Class)
wt.jmx.core.mbeans.InfoMBean.getCustomDelegateFactoryClass()
wt.jmx.core.mbeans.InfoMBean.setCustomDelegateFactoryClass(String)
wt.jmx.core.mbeans.JavaProcessMonitor.registerProcess(String, String, String)
wt.jmx.core.mbeans.JavaProcessMonitorMBean.registerProcess(String, String, String)
wt.jmx.core.mbeans.TechSupport1MBean.emailFilesToSupport(long)
wt.jmx.core.mbeans.TechSupport1MBean.emailFilesToSupport(long, String, boolean, boolean, boolean)
wt.jmx.core.mbeans.TechSupport1MBean.getEmailAddress()
wt.jmx.core.mbeans.TechSupport1MBean.getMaxAgeInDaysOfLogsToEmail()
wt.jmx.core.mbeans.TechSupport1MBean.setMaxAgeInDaysOfLogsToEmail(int)
wt.jmx.core.MBeanUtilities.getMilliTimeFromNanoTime(long)
wt.jmx.core.MBeanUtilities.getNanoTimeFromMilliTime(long)
wt.lifecycle.LifeCycleService.allStates()
在 R4.0 中。使用對 EnumeratedType 物件的適當呼叫來取得這些值。
wt.lifecycle.LifeCycleService.getCurrentPhase(LifeCycleManaged)
在 R4.0 - 不應在「生命週期」服務外使用此方法。應將此階段物件視為對 LifeCycle 非公開。如果您需要存取有關此物件的資訊,請透過 Windchill Technical Marketing 傳送詳細請求。
wt.lifecycle.LifeCycleService.getLifeCycleTemplate(LifeCycleManaged)
在 R4.0 中 - 改用 myObject.getLifeCycleTemplate()
wt.lifecycle.LifeCycleService.getStateLink(LifeCycleManaged)
在 5.0
wt.lifecycle.LifeCycleService.isA(LifeCycleManaged, WTUser, Role)
在 8.0。使用者不再需要屬於特定角色即可完成生命週期任務
wt.lifecycle.LifeCycleService.saveCriteria(LifeCycleManaged, Vector)
在 R5.0
wt.lifecycle.LifeCycleService.selectableStates()
在 R4.0 中。使用對 EnumeratedType 物件的適當呼叫來取得這些值。
wt.lifecycle.StandardLifeCycleService.allStates()
在 R4.0 中。使用對 EnumeratedType 物件的適當呼叫來取得這些值。
wt.lifecycle.StandardLifeCycleService.getConceptualClassname()
wt.lifecycle.StandardLifeCycleService.getCurrentPhase(LifeCycleManaged)
在 R4.0 - 不應在「生命週期」服務外使用此方法。應將此階段物件視為對 LifeCycle 非公開。如果您需要存取有關此物件的資訊,請透過 Windchill Technical Marketing 傳送詳細請求。
wt.lifecycle.StandardLifeCycleService.getLifeCycleTemplate(LifeCycleManaged)
在 R4.0 中 - 改用 myObject.getLifeCycleTemplate()
wt.lifecycle.StandardLifeCycleService.getRunningInstances(String)
在 5.0 - 改用 whereUsed 方法。
wt.lifecycle.StandardLifeCycleService.getStateLink(LifeCycleManaged)
在 5.0
wt.lifecycle.StandardLifeCycleService.isA(LifeCycleManaged, WTUser, Role)
在 8.0。使用者不再需要屬於特定角色即可完成生命週期任務
wt.lifecycle.StandardLifeCycleService.saveCriteria(LifeCycleManaged, Vector)
在 R5.0
wt.lifecycle.StandardLifeCycleService.selectableStates()
在 R4.0 中。使用對 EnumeratedType 物件的適當呼叫來取得這些值。
wt.load.LoadContent.createAggregate(Hashtable, Hashtable, Vector)
wt.load.LoadServerHelper.getTargetDomain(String, Hashtable, Hashtable, String)
wt.load.LoadServerHelper.getTargetDomain(Hashtable, Hashtable, String, boolean, String)
現在,應作為網域路徑的一部份提供容器路徑。
wt.load.LoadService.load(String, String, String, String, String, String, Hashtable)
wt.load.LoadService.load(String, String, String, String, String, String, Hashtable, boolean)
wt.locks.LockHelper.lock(Lockable)
取代為 assignLocker(Lockable,WTPrincipalReference) or LockHelper.service.lock(Lockable)
wt.locks.LockHelper.lock(Lockable, String)
取代為 assignLocker(Lockable,WTPrincipalReference) or LockHelper.service.lock(Lockable,String)
wt.locks.LockHelper.lock(Lockable, WTPrincipal)
取代為 assignLocker(Lockable,WTPrincipalReference) or LockHelper.service.lock(Lockable,WTPrincipalReference)
wt.locks.LockHelper.lock(Lockable, WTPrincipal, String)
取代為 assignLocker(Lockable,WTPrincipalReference) or LockHelper.service.lock(Lockable,WTPrincipalReference,String)
wt.locks.LockHelper.unlock(Lockable)
取代為 LockHelper.service.unlock(Lockable)
wt.locks.LockHelper.unlock(Lockable, WTPrincipal)
取代為 LockHelper.service.unlock(Lockable,WTPrincipalReference)
wt.locks.StandardLockService.getConceptualClassname()
wt.log4j.jmx.LoggerMonitorMBean.getEffectiveLevel()
wt.log4j.jmx.LoggerRepositoryMonitorMBean.getEffectiveLevel(String)
wt.log4j.jmx.LoggerRepositoryMonitorMBean.getThreshold()
wt.log4j.jmx.LoggerRepositoryMonitorMBean.setThreshold(String)
wt.log4j.jmx.TSVLayout.ignoresThrowable()
使用 log4j2,此 api 將沒有任何相關性。
wt.mail.EMailMessage.addPart(Notification)
wt.mail.WTMimeMessage.WTMessage()
從 Windchill 6.2.6 開始,取代為 EMailMessage
wt.manager.jmx.ServerManagerMBean.getMasterServerManagerName()
執行此操作的偏好方法是透過 ServerManagerMBean.getMainServerManagerName()
wt.manager.jmx.ServerManagerMBean.getSlavePingIntervalSeconds()
執行此操作的偏好方法是透過 ServerManagerMBean.getSecondaryPingIntervalSeconds()
wt.manager.jmx.ServerManagerMBean.getSlaveServerManagerNames()
執行此操作的偏好方法是透過 ServerManagerMBean.getSecondaryServerManagerNames()
wt.manager.jmx.ServerManagerMBean.getSlaveServerManagers()
執行此操作的偏好方法是透過 ServerManagerMBean.getSecondaryServerManagers()
wt.manager.jmx.ServerManagerMBean.isCacheMaster()
執行此操作的偏好方法是透過 ServerManagerMBean.isCacheMain()
wt.manager.jmx.ServerManagerMBean.setSlavePingIntervalSeconds(int)
執行此操作的偏好方法是透過 ServerManagerMBean.setSecondaryPingIntervalSeconds(int slavePingIntervalSeconds)
wt.maturity.MaturityBaseline.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.maturity.MaturityBaseline.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.maturity.MaturityHelper.getService()
使用 MaturityHelper.service
wt.mpm.coproduce.CoProduceService.getCoProduceFamilyDetails(Set<Persistable>)
使用 CoProduceService.populateCoProduce(Set, PopulateCoProduceParams)
支援的 API:true
wt.mpm.coproduce.CoProduceService.getCoProduceFamilyDetails(Set<Persistable>, NavigationCriteria)
使用 CoProduceService.populateCoProduce(Set, PopulateCoProduceParams)
wt.mpm.coproduce.CoProduceService.updateCoProduce(WTPart, Collection<WTPart>, WTPart, UpdateCoProduceParams)
wt.mpm.rawmaterial.RawMaterialLinkService.removeRMAssociationLinks(Set<RMAssociationLink>)
使用 RawMaterialLinkService.removeHistoryManageableLinks(Set)
wt.notify.NotificationManager.createObjectSubscription(NotificationSubscription, Vector<WTPrincipal>, WTReference, String, int)
請勿使用此 api。請使用其中一個支援的 createObjectSubscription apis
wt.notify.NotificationManager.createObjectSubscription(NotificationSubscription, WTCollection, Notifiable, HashMap<String, WTStringMap>, boolean)
請勿使用此 api。請使用其中一個支援的 createObjectSubscription apis
wt.notify.NotificationManager.createObjectSubscription(NotificationSubscription, NotifySubscriptionRecipient, WTReference, HashMap<String, WTStringMap>, boolean)
請勿使用此 api。請使用其中一個支援的 createObjectSubscription apis
wt.notify.NotificationManager.createObjectSubscription(NotificationSubscription, NotifySubscriptionRecipient, Notifiable, boolean, HashMap<String, WTStringMap>, boolean boolean)
請勿使用此 api。請使用其中一個支援的 createObjectSubscription apis
wt.notify.NotificationManager.createObjectSubscriptions(NotificationSubscription, WTCollection, WTCollection, HashMap<String, WTStringMap>, boolean, boolean)
請勿使用此 api。請使用其中一個支援的 createObjectSubscription apis
wt.notify.NotificationManager.createTypeBasedFolderSubscriptions(NotificationSubscription, WTCollection, WTReference, String, HashMap<String, WTStringMap>, boolean)
改用:createTypeBasedFolderSubscriptions(NotificationSubscription subscriptionAttributes, WTCollection subscribers, WTCollection targetFolders, ArrayList targetTypes, HashMap<String,WTStringMap> eventKeysAndAttributeValueMaps, boolean includeSubfolders)
wt.notify.NotificationManager.createTypeBasedFolderSubscriptions(NotificationSubscription, WTCollection, Folder, String, HashMap<String, WTStringMap>, boolean)
改用:createTypeBasedFolderSubscriptions(NotificationSubscription subscriptionAttributes, WTCollection subscribers, WTCollection targetFolders, ArrayList targetTypes, HashMap<String,WTStringMap> eventKeysAndAttributeValueMaps, boolean includeSubfolders)
wt.notify.NotificationManager.getNotificationSubscriptionRecipients(Notifiable, Persistable, String, String)
改用:getNotificationSubscriptionRecipients( ObjectReference targetRef, ObjectReference subscriberRef, String eventKey, String subscriptionKey)
wt.notify.NotificationManager.getNotificationSubscriptions(ObjectReference, String, ObjectReference, NotificationSubscription.SubscriberRole, NotificationSubscription.IncludeOwnerRefSubscriber, NotificationSubscription.IncludeSubscribersParentGroups, NotificationSubscription.SubscriberType, NotificationSubscription.DeliveryMethod, String, NotificationSubscription.AddTargetMetaData)
wt.notify.NotificationManager.getNotificationSubscriptions(ObjectReference, ObjectReference, String)
wt.notify.NotificationManager.getNotificationSubscriptions(Notifiable, String, Persistable, NotificationSubscription.SubscriberRole, NotificationSubscription.IncludeOwnerRefSubscriber, NotificationSubscription.IncludeSubscribersParentGroups, NotificationSubscription.SubscriberType, NotificationSubscription.DeliveryMethod, String, NotificationSubscription.AddTargetMetaData)
wt.notify.NotificationManager.getNotificationSubscriptions(Notifiable, String, Persistable, NotificationSubscription.SubscriberRole, NotificationSubscription.IncludeOwnerRefSubscriber, NotificationSubscription.IncludeSubscribersParentGroups, NotificationSubscription.SubscriberType, NotificationSubscription.DeliveryMethod, String, NotificationSubscription.AddTargetMetaData, NotificationSubscription.CheckAccess)
改用:getNotificationSubscriptions( ObjectReference targetRef, String eventKey, ObjectReference subscriberRef, SubscriberRole subscriberRole, IncludeOwnerRefSubscriber includeOwnerRefSubscriber, IncludeSubscribersParentGroups includeSubscribersParentGroups, SubscriberType returnSubscriberType, DeliveryMethod deliveryMethod, String subscriptionKey, AddTargetMetaData addTargetMetaData, CheckAccess checkAccess )
wt.notify.NotificationManager.getNotificationSubscriptions(Notifiable, Persistable, String)
wt.notify.NotificationManager.getNotificationSubscriptions(Notifiable, Persistable, String, String)
改用:getNotificationSubscriptions(ObjectReference targetRef, ObjectReference subscriberRef, String eventKey, String subscriptionKey)
wt.notify.NotificationManager.getNotificationSubscriptionTargets(Notifiable, Persistable, String, String)
改用:getNotificationSubscriptionTargets( ObjectReference targetRef, ObjectReference subscriberRef, String eventKey, String subscriptionKey )
wt.notify.NotificationManager.getSubscriptions(Object, Notifiable, String)
此 api 適用於 R9.0 之前的訂閱。從 R9.0 開始,使用其中一個支援的 getNotificationSubscriptions apis
wt.notify.NotificationManager.getSubscriptionsForTarget(ObjectReference)
wt.notify.NotificationManager.getSubscriptionsForTarget(Notifiable)
wt.notify.NotificationManager.getSubscriptionsForTarget(Notifiable, boolean)
改用:getSubscriptionsForTarget(ObjectReference targetRef, boolean includeAllTargets)
wt.notify.NotificationManager.getUserSubscriptions(WTUser, Notifiable)
此 api 適用於 R9.0 之前的訂閱。從 R9.0 開始,使用其中一個支援的 getNotificationSubscriptions api。
wt.notify.NotificationManager.subscribeToObject(Vector, ObjectSubscription)
此 api 適用於 R9.0 之前的訂閱。從 R9.0 開始,使用其中一個支援的 createObjectSubscription api 建立訂閱。
wt.notify.NotificationManager.unsubscribeToObject(Vector)
此 api 適用於 R9.0 之前的訂閱。從 R9.0 開始,使用其中一個支援的 unsubscribe api 取消訂閱項目。
wt.notify.NotificationManager.updateNotificationLists(Selector)
wt.notify.ObjectSubscription.checkAttributeValues(Object)
wt.notify.ObjectSubscription.getAttributeNames()
wt.notify.ObjectSubscription.getAttributeValue(String)
wt.notify.ObjectSubscription.getTarget()
wt.notify.ObjectSubscription.hasAttributes()
wt.notify.ObjectSubscription.initialize(ObjectSubscription)
wt.notify.ObjectSubscription.isEquivalent(ObjectSubscription)
wt.notify.ObjectSubscription.newObjectSubscription()
wt.notify.ObjectSubscription.newObjectSubscription(ObjectSubscription)
wt.notify.ObjectSubscription.removeAttribute(String)
wt.notify.ObjectSubscription.setAttributeValue(String, String)
wt.notify.ObjectSubscription.setTarget(Notifiable)
wt.notify.ObjectSubscription.toString()
wt.notify.StandardNotificationManager.getConceptualClassname()
wt.occurrence.CombinedPathOccurrenceDataMaster.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity()。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity()
wt.occurrence.CombinedPathOccurrenceDataMaster.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.occurrence.CombinedPathOccurrenceDocumentation.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity()。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity()
wt.occurrence.CombinedPathOccurrenceDocumentation.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()。
wt.occurrence.CombinedPathOccurrenceUserIBAs.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity()。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity()
wt.occurrence.CombinedPathOccurrenceUserIBAs.getType()
wt.occurrence.OccurrenceService.saveUsesOccurrenceAndData(UsesOccurrence, Vector, Vector) wt.occurrence.PathOccurrenceDataMaster.getIdentity()
wt.occurrence.OccurrenceService.getUsesOccurrenceData(UsesOccurrence)
wt.occurrence.OccurrenceService.saveUsesOccurrenceAndData(UsesOccurrence, Vector)
wt.occurrence.OccurrenceService.saveUsesOccurrenceAndData(UsesOccurrence, Vector, Vector)
wt.occurrence.PathOccurrenceDataMaster.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.occurrence.PathOccurrenceDataMaster.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.occurrence.PathOccurrenceDocumentation.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.occurrence.PathOccurrenceDocumentation.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.occurrence.PathOccurrenceUserIBAs.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.occurrence.PathOccurrenceUserIBAs.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.occurrence.StandardOccurrenceService.addMissingUsesOccurrenceData(UsesOccurrence, Vector, Vector)
wt.occurrence.StandardOccurrenceService.copyCombinedPathOccurrenceData(PathOccurrenceContext)
wt.occurrence.StandardOccurrenceService.copyPathOccurrenceData(PathOccurrenceContext)
wt.occurrence.StandardOccurrenceService.copyUsesOccurrenceData(UsesOccurrence)
wt.occurrence.StandardOccurrenceService.copyUsesOccurrences(OccurrenceableLink, OccurrenceableLink)
wt.occurrence.StandardOccurrenceService.getConceptualClassname()
wt.occurrence.StandardOccurrenceService.getUsesOccurrencesForDelete(OccurrenceableLink)
wt.occurrence.StandardOccurrenceService.isDataUnique(UsesOccurrence)
wt.occurrence.StandardOccurrenceService.propagateDeleteToCombinedPathOccurrenceData(CombinedPathOccurrence, CombinedPathOccurrenceDataLink)
wt.occurrence.StandardOccurrenceService.propagateDeleteToCombinedPathOccurrenceData(PathOccurrenceContext, ContextCombinedPathOccurrenceData)
wt.occurrence.StandardOccurrenceService.propagateDeleteToPathOccurrenceData(PathOccurrenceContext, ContextPathOccurrenceData)
wt.occurrence.StandardOccurrenceService.propagateDeleteToPathOccurrenceData(PathOccurrence, PathOccurrenceDataLink)
wt.occurrence.StandardOccurrenceService.propagateDeleteToUsesOccurrence(OccurrenceableLink, LinkUsesOccurrence)
wt.occurrence.StandardOccurrenceService.propagateDeleteToUsesOccurrenceData(UsesOccurrence)
wt.occurrence.StandardOccurrenceService.propagateDeleteToUsesOccurrences(OccurrenceableLink)
wt.occurrence.StandardOccurrenceService.simpleSaveUsesOccurrenceAndData(UsesOccurrence, Vector)
wt.occurrence.UsesOccurrenceCreationApprovalDelegate.approveCreation(OccurrenceableLink)
使用 approveCreation(WTCollection links)
wt.occurrence.UsesOccurrenceCreationApprovalDelegate.approveCreation(OccurrenceableLink, int)
使用 approveCreation(WTKeyedMap linkCountMap)
wt.occurrence.UsesOccurrenceDocumentation.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.occurrence.UsesOccurrenceDocumentation.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.occurrence.UsesOccurrenceUserIBAs.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.occurrence.UsesOccurrenceUserIBAs.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType().
wt.org.OrganizationServicesHelper.getOrgDefault(WTContainerRef)
wt.org.OrganizationServicesHelper.isOrganizationDisplayEnabled(Class, WTContainerRef)
wt.org.OrganizationServicesManager.allGroups()
wt.org.OrganizationServicesManager.allUsers()
wt.org.OrganizationServicesManager.findLikeActiveAndDisabledUsers(Class, String)
從發行版本 12.1 開始;取代為 OrganizationServicesManager#findLikeActiveAndDisabledUsers(Class, String, Map)
支援的 API:false
wt.org.OrganizationServicesManager.findLikeActiveAndDisabledUsers(Class, String, DirectoryContextProvider[])
從發行版本 12.1 開始;取代為 OrganizationServicesManager#findLikeActiveAndDisabledUsers(Class, String,DirectoryContextProvider [], Map)
wt.org.OrganizationServicesManager.findLikeOrganizations(String, String, DirectoryContextProvider)
已在發行版本 12.1 中取代
wt.org.OrganizationServicesManager.findLikeUser(String, String)
改用 OrganizationServicesManager.findLikeUsers(String, String, DirectoryContextProvider)
wt.org.OrganizationServicesManager.findUser(String, String)
改用 OrganizationServicesManager.findLikeUsers(String, String, DirectoryContextProvider)
wt.org.OrganizationServicesManager.getGroup(String)
wt.org.OrganizationServicesManager.getGroup(String, String)
改用 OrganizationServicesManager.getGroup(String, DirectoryContextProvider)
wt.org.OrganizationServicesManager.getGroups(String, String[])
改用 OrganizationServicesManager.getGroup(String, DirectoryContextProvider)
wt.org.OrganizationServicesManager.getOrganization(String, DirectoryContextProvider)
wt.org.OrganizationServicesManager.getOrganizations(String, DirectoryContextProvider)
從發行版本 12.1 開始;取代為 OrganizationServicesManager.getOrganization(String)
wt.org.OrganizationServicesManager.getPrincipal(String)
改用 OrganizationServicesManager.getPrincipal(String, DirectoryContextProvider)
wt.org.OrganizationServicesManager.getPrincipal(String, String)
改用 OrganizationServicesManager.getPrincipal(String, DirectoryContextProvider)
wt.org.OrganizationServicesManager.getPrincipalReference(String)
改用 OrganizationServicesManager.getPrincipalReference(String, DirectoryContextProvider)
wt.org.OrganizationServicesManager.getPrincipalReference(String, String)
改用 OrganizationServicesManager.getPrincipalReference(String, DirectoryContextProvider)
wt.org.OrganizationServicesManager.getUser(String, String)
改用 OrganizationServicesManager.getUser(String, DirectoryContextProvider)
wt.org.OrganizationServicesManager.parentGroups(WTPrincipal)
wt.org.OrganizationServicesManager.queryPrincipals(Class, String)
從發行版本 12.1 開始;取代為 (Class, Map)
wt.org.OrganizationServicesManager.queryPrincipals(Class, String, DirectoryContextProvider)
從發行版本 12.1 開始;取代為 (Class, Map, DirectoryContextProvider)
wt.org.OrganizationServicesManager.queryPrincipals(Class, String, DirectoryContextProvider[])
從發行版本 12.1 開始;取代為 (Class, Map, DirectoryContextProvider[])
wt.org.OrganizationServicesManager.savePrincipal(WTPrincipal)
wt.org.OrganizationServicesManager.setRepairNeededToTrue(WTPrincipal)
wt.org.StandardOrganizationServicesManager.allGroups()
wt.org.StandardOrganizationServicesManager.allUsers()
wt.org.StandardOrganizationServicesManager.findLikeActiveAndDisabledUsers(Class, String)
從發行版本 12.1 開始;取代為 OrganizationServicesManager.findLikeActiveAndDisabledUsers(Class, Map)
支援的 API:false
wt.org.StandardOrganizationServicesManager.findLikeActiveAndDisabledUsers(Class, String, DirectoryContextProvider[])
從發行版本 12.1 開始;取代為 OrganizationServicesManager.findLikeActiveAndDisabledUsers(Class, Map,DirectoryContextProvider [])
支援的 API:false
wt.org.StandardOrganizationServicesManager.findLikeOrganizations(String, String, DirectoryContextProvider)
已在發行版本 12.1 中取代
wt.org.StandardOrganizationServicesManager.findLikeUser(String, String)
wt.org.StandardOrganizationServicesManager.findUser(String, String)
wt.org.StandardOrganizationServicesManager.getConceptualClassname()
wt.org.StandardOrganizationServicesManager.getGroup(String)
wt.org.StandardOrganizationServicesManager.getGroup(String, String)
wt.org.StandardOrganizationServicesManager.getGroups(String, String[])
wt.org.StandardOrganizationServicesManager.getOrganization(String, DirectoryContextProvider)
從發行版本 12.1 開始,取代為 StandardOrganizationServicesManager.getOrganization(String)
wt.org.StandardOrganizationServicesManager.getOrganizations(String, DirectoryContextProvider)
wt.org.StandardOrganizationServicesManager.getPrincipal(String)
wt.org.StandardOrganizationServicesManager.getPrincipal(String, String)
wt.org.StandardOrganizationServicesManager.getPrincipalReference(String)
wt.org.StandardOrganizationServicesManager.getPrincipalReference(String, String)
wt.org.StandardOrganizationServicesManager.getUser(String, String)
wt.org.StandardOrganizationServicesManager.queryPrincipals(Class, String)
從發行版本 12.1 開始;取代為 (Class, Map)
wt.org.StandardOrganizationServicesManager.queryPrincipals(Class, String, DirectoryContextProvider)
從發行版本 12.1 開始;取代為 (Class, Map, DirectoryContextProvider)
wt.org.StandardOrganizationServicesManager.queryPrincipals(Class, String, DirectoryContextProvider[])
從發行版本 12.1 開始;取代為 (Class, Map, DirectoryContextProvider[])
wt.org.StandardOrganizationServicesManager.savePrincipal(WTPrincipal)
wt.org.StandardOrganizationServicesManager.setRepairNeededToTrue(WTPrincipal)
wt.org.WTPrincipal.getBusinessType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getBusinessType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.org.WTPrincipal.getIdentity()
wt.org.WTUser.getFirst()
wt.org.WTUser.getMiddle()
wt.org.WTUser.getPrefix()
wt.org.WTUser.getSuffix()
wt.org.WTUser.setFirst(String)
wt.org.WTUser.setMiddle(String)
wt.org.WTUser.setPrefix(String)
wt.org.WTUser.setSuffix(String)
wt.part.AllConfigurationsActionDelegate.enableable(Object)
wt.part.AllConfigurationsActionDelegate.getContextServiceName()
wt.part.AllConfigurationsActionDelegate.valid(Object)
wt.part.AllConfigurationsURLActionDelegate.getURLLabel(Locale)
wt.part.AllConfigurationsURLActionDelegate.URL(Object)
wt.part.AllInstancesActionDelegate.enableable(Object)
wt.part.AllInstancesActionDelegate.getContextServiceName()
wt.part.AllInstancesActionDelegate.valid(Object)
wt.part.AllInstancesURLActionDelegate.getURLLabel(Locale)
wt.part.AllInstancesURLActionDelegate.URL(Object)
wt.part.alternaterep.NavigationCriteriaTheWTPartAlternateRep.getConceptualClassname()
wt.part.alternaterep.service.WTPartAlternateRepService.getDependencyHelper(WTPartAlternateRep, String, Boolean)
使用 WTPartAlternateRepService.getPartRequest(wt.part.alternaterep.WTPartAlternateRep, java.lang.String, int, java.lang.Boolean),然後建構 DependencyHelper,因為這是一種更具有彈性的方法。
wt.part.alternaterep.WTPartAlternateRepMaster.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.part.alternaterep.WTPartAlternateRepMaster.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.part.build.DeletedBuildReference.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.part.build.DeletedBuildReference.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.part.InstanceReplacementRecord.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.part.InstanceReplacementRecord.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.part.LineNumberService.getBomDifferences(WTPart, WTPart)
wt.part.LinkProcessorService.addToResponseExceptions(Exception)
wt.part.LinkProcessorService.addToResponseFooters(LocalizableMessage)
wt.part.LinkProcessorService.addToResponseHeaders(LocalizableMessage)
wt.part.LinkProcessorService.addToResponseMessages(LocalizableMessage)
wt.part.LoadPart.assignUserToProduct(Hashtable, Hashtable, Vector)
此方法與標籤會取代為標籤與 LoadContainerTeam.addPrincipalToRole() 處理常式。
wt.part.LoadPart.createPartDocReferenceLoadOld(Hashtable, Hashtable, Vector)
wt.part.LoadPart.createPartDocReferenceOld(Hashtable, Hashtable, Vector)
wt.part.LoadPart.setSiteDefaultView(Hashtable, Hashtable, Vector)
既然偏好設定定義包含零件結構檢視的預設值,此方法作廢。
wt.part.PartPathOccurrence.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.part.PartPathOccurrence.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.part.PartUsesOccurrence.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.part.PartUsesOccurrence.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.part.ProductBlockEffectivity.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity()。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.part.ProductBlockEffectivity.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.part.ProductDateEffectivity.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.part.ProductDateEffectivity.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.part.ProductLotNumberEffectivity.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.part.ProductLotNumberEffectivity.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.part.ProductMSNEffectivity.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.part.ProductMSNEffectivity.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.part.ProductSerialNumberEffectivity.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.part.ProductSerialNumberEffectivity.getType()
取代為 IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType()。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.part.StandardLineNumberService.getConceptualClassname()
wt.part.StandardPartDocService.getConceptualClassname()
wt.part.StandardWTPartService.getConceptualClassname()
wt.part.StandardWTPartService.getMultilevelBomCompare(Object, ConfigSpec, Object, ConfigSpec, int, MultilevelBomCompareVisitor)
wt.part.StandardWTPartService.getMultilevelBomCompare(WTPartMaster, WTPartConfigSpec, WTPartMaster, WTPartConfigSpec, int, MultilevelBomCompareVisitor)
wt.part.StandardWTPartService.getMultilevelBomCompare(WTPartMaster, ConfigSpec, WTPartMaster, ConfigSpec, int, MultilevelBomCompareVisitor)
wt.part.WTPartEffectivityConfigSpec.setEffectiveProductInstance(WTProductInstance)
改用支援的 SetEffectiveContext and setEffectiveUnit
wt.part.WTPartService.getBomDifferences(WTPart, WTPart)
wt.part.WTPartService.getConsolidatedBOM(WTPart)
wt.part.WTPartService.getMultilevelBomCompare(Object, ConfigSpec, Object, ConfigSpec, int, MultilevelBomCompareVisitor)
wt.part.WTPartService.getMultilevelBomCompare(WTPartMaster, WTPartConfigSpec, WTPartMaster, WTPartConfigSpec, int, MultilevelBomCompareVisitor)
wt.part.WTPartService.getMultilevelBomCompare(WTPartMaster, ConfigSpec, WTPartMaster, ConfigSpec, int, MultilevelBomCompareVisitor)
wt.part.WTPartService.getReferencesWTDocumentMasters(WTPart)
改用 getAssociatedReferenceDocuments(WTCollection parts) from wt.part.PartDocService
wt.part.WTPartService.getUsesWTParts(WTPart, NavigationCriteria)
使用 WTPartService.getUsesWTParts(WTList, NavigationCriteria)
wt.part.WTPartService.getUsesWTPartsWithAllOccurrences(WTPart, NavigationCriteria)
使用 WTPartService.getUsesWTPartsWithOccurrences(WTList, List, NavigationCriteria)
wt.part.WTPartService.getUsesWTPartsWithAllOccurrences(WTPart, NavigationCriteria, PartPathOccurrence)
使用 WTPartService.getUsesWTPartsWithOccurrences(WTList, List, NavigationCriteria)
wt.part.WTPartService.getUsesWTPartsWithAllOccurrences(WTPart, WTProductConfiguration, PartPathOccurrence)
使用 WTPartService.getUsesWTPartsWithOccurrences(WTList, List, WTProductConfiguration)
wt.part.WTPartService.getUsesWTPartsWithAllOccurrences(WTPart, WTProductInstance2, PartPathOccurrence)
使用 WTPartService.getUsesWTPartsWithOccurrences(WTList, List, WTProductInstance2)
wt.part.WTPartService.getUsesWTPartsWithAllOccurrences(WTPart, ConfigSpec)
使用 WTPartService.getUsesWTPartsWithOccurrences(WTList, List, ConfigSpec)
wt.part.WTPartService.getUsesWTPartsWithAllOccurrences(WTPart, ConfigSpec, PartPathOccurrence)
使用 WTPartService.getUsesWTPartsWithOccurrences(WTList, List, ConfigSpec)
wt.part.WTPartService.getUsesWTPartsWithOccurrences(WTPart, NavigationCriteria)
使用 WTPartService.getUsesWTPartsWithOccurrences(WTList, List, NavigationCriteria)
wt.part.WTPartService.getUsesWTPartsWithOccurrences(WTPart, NavigationCriteria, PartPathOccurrence)
使用 WTPartService.getUsesWTPartsWithOccurrences(WTList, List, NavigationCriteria)
wt.part.WTPartService.getUsesWTPartsWithOccurrences(WTPart, WTProductConfiguration, PartPathOccurrence)
使用 WTPartService.getUsesWTPartsWithOccurrences(WTList, List, WTProductConfiguration
wt.part.WTPartService.getUsesWTPartsWithOccurrences(WTPart, WTProductInstance2, PartPathOccurrence)
使用 WTPartService.getUsesWTPartsWithOccurrences(WTList, List, WTProductInstance2)
wt.part.WTPartService.getUsesWTPartsWithOccurrences(WTPart, ConfigSpec)
使用 WTPartService.getUsesWTPartsWithOccurrences(WTList, List, ConfigSpec)
wt.part.WTPartService.getUsesWTPartsWithOccurrences(WTPart, ConfigSpec, PartPathOccurrence)
使用 WTPartService.getUsesWTPartsWithOccurrences(WTList, List, ConfigSpec)
wt.part.WTPartService.getValidRoleBTypes(TypeIdentifier)
wt.part.WTPartService.getValidRoleBTypes(TypeIdentifier, boolean)
wt.part.WTPartService.getValidUsesTypes(TypeIdentifier)
wt.part.WTPartService.getValidUsesTypes(TypeIdentifier, boolean)
wt.preference.PreferenceService2.getValue(String, String, WTContainer, WTUser)
改用 getValue(WTContainerRef, String, String, WTUser)
wt.preference.PreferenceService2.getValue(String, WTContainer, WTUser)
改用 getValue(WTContainerRef, String, String, WTUser)
wt.preference.PreferenceService2.getValues(Collection<String>,Collection<String>, String, WTContainer, WTUser)
改用 getValues(WTContainerRef, Collection, Collection, String, WTUser)
wt.preference.PreferenceService2.getValues(Collection<String>,Collection<String>, WTContainer, WTUser)
改用 getValues(WTContainerRef, Collection, Collection, String, WTUser)
wt.preference.PreferenceService2.getValues(Collection<String>, WTContainer, WTUser)
改用 getValues(WTContainerRef, Collection, Collection, String, WTUser)
wt.preference.PreferenceService2.getValues(Map<String, Object>, Collection<String>, Collection<String>, String, WTContainer, WTUser)
改用 getValues(WTContainerRef, Map<Strng, Object>, Collection, Collection, String, WTUser)
wt.preference.PreferenceService2.getValues(Map<String, Object>, Collection<String>, Collection<String>, WTContainer, WTUser)
改用 getValues(WTContainerRef, Map<Strng, Object>, Collection, Collection, String, WTUser)
wt.preference.PreferenceService2.getValues(Map<String, Object>, Collection<String>, WTContainer, WTUser)
改用 getValues(WTContainerRef, Map<Strng, Object>, Collection, Collection, String, WTUser)
wt.prefs.FilePrefEntry.readExternal(ObjectInput)
wt.prefs.FilePrefEntry.readVersion(FilePrefEntry, ObjectInput, long, boolean, boolean)
wt.prefs.FilePrefEntry.writeExternal(ObjectOutput)
wt.prefs.Preferences.child(String)
wt.prefs.Preferences.children()
wt.prefs.Preferences.clear()
wt.prefs.Preferences.flush()
wt.prefs.Preferences.forClass(Object)
wt.prefs.Preferences.forPackage(Object)
wt.prefs.Preferences.fullName()
wt.prefs.Preferences.get(String, String)
wt.prefs.Preferences.getBoolean(String, boolean)
wt.prefs.Preferences.getInt(String, int)
wt.prefs.Preferences.init(Preferences, String)
wt.prefs.Preferences.keys()
wt.prefs.Preferences.name()
wt.prefs.Preferences.node(String)
wt.prefs.Preferences.nodeExists(String)
wt.prefs.Preferences.parent()
wt.prefs.Preferences.put(String, String)
wt.prefs.Preferences.putBoolean(String, boolean)
wt.prefs.Preferences.putInt(String, int)
wt.prefs.Preferences.refresh()
wt.prefs.Preferences.remove(String)
wt.prefs.Preferences.removeChild(String)
wt.prefs.Preferences.removeNode(String)
wt.prefs.Preferences.root()
wt.prefs.PreferenceService.children(String, String[])
wt.prefs.PreferenceService.delete(String, String, String)
wt.prefs.PreferenceService.get(String, String[], String)
wt.prefs.PreferenceService.get(String, String, String)
wt.prefs.PreferenceService.getAll(WTPreferences, String[])
wt.prefs.PreferenceService.getEntries(String, String[], String)
wt.prefs.PreferenceService.getEntries(String, String[], String[])
wt.prefs.PreferenceService.getEntries(String, String, String)
wt.prefs.PreferenceService.getEntry(String, String[], String)
wt.prefs.PreferenceService.getEntry(String, String, String)
wt.prefs.PreferenceService.keys(String, String[])
wt.prefs.PreferenceService.put(String, String, String, String)
wt.prefs.PreferenceService.putAll(String, String, HashMap)
wt.prefs.PreferenceService.updateEntry(PrefEntry)
wt.prefs.registry.PrefsRegistry.getLocalizedDescription(String, Locale)
wt.prefs.registry.PrefsRegistry.getLocalizedName(String, Locale)
wt.prefs.registry.PrefsRegistry.getLocalizedShortDescription(String, Locale)
wt.prefs.registry.PrefsRegistry.getLocalizedValue(String, String, Locale)
wt.prefs.registry.PrefsRegistry.getLocalizedValue(String, Locale)
wt.prefs.registry.PrefsRegistry.getLocalizedValues(String, String, Locale)
wt.prefs.registry.PrefsRegistry.getRegistryKeys()
wt.prefs.registry.PrefsRegistry.getValue(String)
wt.prefs.registry.PrefsRegistry.getValue(String, String)
wt.prefs.registry.PrefsRegistry.getValues(String, String)
wt.prefs.registry.PrefsRegistry.initializeProperties()
wt.prefs.registry.PrefsRegistry.main(String[])
wt.prefs.registry.PrefsRegistry.reloadProperties()
wt.prefs.StandardPreferenceService.getConceptualClassname()
wt.prefs.StandardPreferenceService.newStandardPreferenceService()
wt.prefs.StandardPreferenceService.performStartupProcess()
wt.prefs.WTPreferences.getContext(String)
wt.prefs.WTPreferences.getContextMask()
wt.prefs.WTPreferences.getEditContext()
wt.prefs.WTPreferences.isContext(String, String)
wt.prefs.WTPreferences.isUserContext(String)
wt.prefs.WTPreferences.preload()
wt.prefs.WTPreferences.preload(String[])
wt.prefs.WTPreferences.putAll(String, HashMap)
wt.prefs.WTPreferences.putAll(HashMap)
wt.prefs.WTPreferences.refresh(String)
wt.prefs.WTPreferences.refresh(String[])
wt.prefs.WTPreferences.setContextMask(String[])
wt.prefs.WTPreferences.setEditContext(String)
wt.projmgmt.admin.StandardProjAdminService.getConceptualClassname()
wt.projmgmt.execution.StandardProjExecService.getConceptualClassname()
wt.projmgmt.resource.Currency.doubleValue()
wt.query.IntegratedSearchTask.search(Vector, Hashtable, String, Vector, Vector, int, int, String, Vector, Locale)
wt.query.KeywordExpression.newKeywordExpression(KeywordExpression)
從 9.1 開始,使用 Keyword.newKeywordExpression()
wt.query.KeywordExpression.newKeywordExpression(KeywordExpression, Class)
從 9.1 開始,使用 Keyword.newKeywordExpression(Class)
wt.query.QuerySpec.appendGroupBy(ColumnExpression, int, boolean)
在 R6,使用 appendGroupBy(ColumnExpression, int[], boolean)
wt.query.QuerySpec.appendOrderBy(Class, String, boolean)
取代為 appendOrderBy(OrderBy, int[])
wt.query.QuerySpec.appendOrderBy(Class, String, boolean, SQLFunction)
取代為 appendOrderBy(OrderBy, int[])
wt.query.QuerySpec.appendOrderBy(OrderBy)
取代為 appendOrderBy(OrderBy, int[])
wt.query.QuerySpec.appendOrderBy(OrderBy, int)
在 R6,取代為 appendOrderBy(OrderBy, int[])
wt.query.QuerySpec.appendRowNumCondition(int)
取代為 appendWhere(WhereExpression)。依照下列方式建立 WhereExpression
new SearchCondition( KeywordExpression.ROWNUM, SearchCondition.LESS_THAN, new ConstantExpression(new Integer(rowNum)))
wt.query.QuerySpec.appendSearchCondition(SearchCondition)
取代為 appendWhere(WhereExpression, int[])
wt.query.QuerySpec.appendSearchCondition(SearchCondition, int, int)
取代為 appendWhere(WhereExpression, int[])
wt.query.QuerySpec.appendSelect(ColumnExpression, int, boolean)
從 R6.0 開始,使用 appendSelect(ColumnExpression, int[], boolean)
wt.query.QuerySpec.appendWhere(WhereExpression)
從 6.0 開始,使用 appendWhere(WhereExpression, int[])
wt.query.QuerySpec.appendWhere(WhereExpression, int)
從 7.0 開始,使用 appendWhere(WhereExpression, int[])
wt.query.QuerySpec.appendWhere(WhereExpression, int, int)
從 7.0 開始,使用 appendWhere(WhereExpression, int[])
wt.query.SearchCondition.getAttributeName()
在 R6.0,使用 getLeftHandSide()
wt.query.SearchCondition.getOption()
從 R7.0 開始,使用 wt.query.ConstantExpression"UseEscape" 屬性。
wt.query.SQLFunction.getClassAttribute()
在 R6.0,使用 setArgumentAt(ColumnExpression, int) and getArguementAt(int)
wt.query.SQLFunction.newSQLFunction(String, ColumnExpression, ColumnExpression, ColumnExpression)
從 9.1 開始,使用 newSQLFunction(String, ColumnExpression[])
wt.query.SQLFunction.setArgumentAt(RelationalExpression, int)
使用 setArgumentAt(ColumnExpression, int)
wt.query.SQLFunction.setClassAttribute(ClassAttribute)
在 R6.0,使用 setArgumentAt(ColumnExpression, int) and getArguementAt(int)
wt.query.template.AuxDataSAXSource.produceEvents(DocumentHandler)
wt.query.template.CompositeSAXSource.produceEvents(DocumentHandler)
wt.query.template.MetaDataSAXSource.produceEvents(DocumentHandler)
wt.query.template.ParameterDataSAXSource.produceEvents(DocumentHandler)
wt.query.template.ReportCriteria.getReportTemplateReference()
wt.query.template.ReportCriteria.setReportTemplateReference(ObjectReference)
wt.query.template.ReportTemplate.getXMLSource()
使用 ReportTemplateHelper.buildParameterTemplates(ReportTemplate)
wt.query.template.ReportTemplateHelper.bindParameters(XMLSource, StatementSpec, Hashtable)
wt.query.template.ReportTemplateHelper.buildStatement(XMLSource, Locale, Hashtable)
使用 buildStatement(XMLSource,Locale,Hashtable,Integer)
wt.query.template.ReportTemplateHelper.generateTableModel(ReportTemplate, Hashtable)
從 R7.0 開始,使用 generateTableModel(ReportTemplate, Hashtable, Locale)
wt.query.template.ReportTemplateHelper.getFileTypeExtension(String)
wt.query.template.ReportTemplateHelper.getLegacyGenerateFormURL(Properties, ReportTemplate)
從 11.0 開始,使用 getGenerateFormURL()
wt.query.template.ResultProcessorResultSAXSource.produceEvents(DocumentHandler)
wt.query.template.TableModelSAXSource.produceEvents(DocumentHandler)
wt.queue.QueueEntry.update()
wt.queue.QueueService.getInterval(ProcessingQueue)
wt.queue.QueueService.isActive(ProcessingQueue)
wt.queue.QueueService.isActive(ScheduleQueue)
wt.queue.QueueService.resetQueueEntry(ScheduleQueue)
wt.queue.QueueService.setInterval(ProcessingQueue, long)
wt.queue.QueueService.setPollingInterval(WtQueue, String)
wt.queue.QueueService.startProcessing(ProcessingQueue)
wt.queue.ScheduleQueue.addUniqueEntry(WTPrincipal, String, String, Class[], Object[], Timestamp)
wt.queue.ScheduleQueue.queueEntries(ScheduleQueue)
wt.queue.ScheduleQueue.queueEntries(ScheduleQueue, long)
wt.queue.ScheduleQueueEntry.update()
wt.queue.StandardQueueService.createQueueCheck(String, Class)
wt.queue.StandardQueueService.getConceptualClassname()
wt.queue.StandardQueueService.getInterval(ProcessingQueue)
wt.queue.StandardQueueService.isActive(ProcessingQueue)
wt.queue.StandardQueueService.isActive(ScheduleQueue)
wt.queue.StandardQueueService.setInterval(ProcessingQueue, long)
wt.queue.StandardQueueService.setPollingInterval(WtQueue, String)
wt.queue.StandardQueueService.startProcessing(ProcessingQueue)
wt.queue.WtQueue.removeCompleted()
wt.queue.WtQueue.update()
wt.queue.WtQueueEntry.doDIcheck()
wt.queue.WtQueueEntry.update()
wt.recent.RecentlyVisitedService.getFromDB(String)
wt.recent.StandardRecentlyVisitedService.getConceptualClassname()
wt.representation.Representation.getDefaultRepresentation()
wt.representation.Representation.setDefaultRepresentation(Boolean)
wt.sandbox.SandboxHelper.isCheckedOutToSandbox(Persistable, WTPrincipal)
使用 SandboxHelper.sortObjectsByIOPStates(wt.fc.collections.WTCollection,java.util.Map<wt.fc.WTReference,wt.sandbox.IOPState>,java.util.Map<wt.sandbox.IOPState,wt.fc.collections.WTSet>) 進行多物件詢問
wt.sandbox.SandboxHelper.isSandboxWorkingCopyNoDBHack(WTReference, WTContainerRef, Object)
使用 isObjectOneOff
wt.sandbox.SandboxHelper.isSandboxWorkingCopyNoDBHack(Versioned)
使用 isObjectOneOff
wt.security.RuntimeAccess.run(String)
改用 openOrRun(File)DesktopAccess open() 或 edit() API,因為這些為跨平台項目。
wt.services.StandardManager.getConceptualClassname()
wt.services.StandardManagerService.getConceptualClassname()
wt.session.SessionManager.getLanguagePreference()
wt.session.StandardSessionManager.getConceptualClassname()
wt.session.StandardSessionManager.getLanguagePreference()
wt.team.TeamService.addLCRoles(PhaseTemplate, LifeCycleManaged)
wt.team.TeamService.createTeam(TeamTemplateReference, String, String, Persistable)
wt.team.TeamService.findCandidateTeams()
wt.team.TeamService.findCandidateTeams(AdminDomainRef)
wt.team.TeamService.findTeams()
wt.team.TeamService.findTeams(AdminDomainRef)
wt.team.TeamService.findTeams(AdminDomainRef, String)
wt.team.TeamService.getTeam(AdministrativeDomain, String)
wt.team.TeamService.getTeams()
wt.team.TeamTemplate.getBusinessType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getBusinessType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.team.TeamTemplate.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.templateutil.components.ActionLinkComponent.startComponent(Object, Properties, OutputStream, Locale)
wt.templateutil.components.ActionsCellComponent.getActionBarName(Object, String)
wt.templateutil.components.ActionsCellComponent.init(String, Object, HTMLComponentFactory, String, Properties)
wt.templateutil.components.CheckBoxCellComponent.isDisabled(Object)
wt.templateutil.components.DefaultHTMLCellComponent.init(String, Object, HTMLComponentFactory, String, Properties)
wt.templateutil.components.DefaultHTMLComponent.endComponent(Object, OutputStream, Locale)
wt.templateutil.components.DefaultHTMLComponent.init(String, Object, HTMLComponentFactory, String, Properties)
wt.templateutil.components.DefaultHTMLComponent.startComponent(Object, Properties, OutputStream, Locale)
wt.templateutil.components.DefaultHTMLHeaderComponent.init(String, Object, HTMLComponentFactory, String, Properties)
wt.templateutil.components.DefaultIconComponent.showSubComponents(Object, Properties, OutputStream, Locale)
wt.templateutil.components.DefaultIconComponent.startComponent(Object, Properties, OutputStream, Locale)
wt.templateutil.components.DefaultLinkComponent.getIDValueFromLink(String, String)
wt.templateutil.components.DefaultStringComponent.init(String, Object, HTMLComponentFactory, String, Properties)
wt.templateutil.components.DefaultStringComponent.show(Object, Properties, OutputStream, Locale)
wt.templateutil.components.DisableableCheckBoxCellComponent.init(String, Object, HTMLComponentFactory, String, Properties)
wt.templateutil.components.DisableableCheckBoxCellComponent.isDisabled(Object)
wt.templateutil.components.HTMLBusinessComponent.getFormComponentSelector()
wt.templateutil.components.HTMLBusinessComponent.getFormElementName()
wt.templateutil.components.HTMLBusinessComponent.getMode()
wt.templateutil.components.HTMLBusinessComponent.getPresentationObject(Object, Properties, Locale)
wt.templateutil.components.HTMLBusinessComponent.init(String, Object, HTMLComponentFactory, String, Properties)
wt.templateutil.components.HTMLBusinessComponent.setFormComponentSelector(String)
wt.templateutil.components.HTMLBusinessComponent.setFormElementName(String)
wt.templateutil.components.HTMLBusinessComponent.setMode(String)
wt.templateutil.components.HTMLBusinessComponent.show(Object, Properties, OutputStream, Locale)
wt.templateutil.components.HTMLCheckBoxComponent.getTag()
wt.templateutil.components.HTMLCheckBoxComponent.init(String, Object, HTMLComponentFactory, String, Properties)
wt.templateutil.components.HTMLCheckBoxComponent.isDisabled()
wt.templateutil.components.HTMLCheckBoxComponent.setDisabled(boolean)
wt.templateutil.components.HTMLCheckBoxComponent.startComponent(Object, Properties, OutputStream, Locale)
wt.templateutil.components.HTMLComponent.endComponent(Object, OutputStream, Locale)
wt.templateutil.components.HTMLComponent.getHtmlComponents()
wt.templateutil.components.HTMLComponent.getOID(Object)
從 WNC 6.2.6 DSU03 開始。欲取得具唯一性字串,請參閱 createIDForComponent
wt.templateutil.components.HTMLComponent.getPrintWriter(OutputStream, Locale)
wt.templateutil.components.HTMLComponent.getServiceName()
wt.templateutil.components.HTMLComponent.getTag()
wt.templateutil.components.HTMLComponent.getTagList()
wt.templateutil.components.HTMLComponent.getTagSettings()
wt.templateutil.components.HTMLComponent.init(String, Object, HTMLComponentFactory, String, Properties)
wt.templateutil.components.HTMLComponent.isInheritStyle()
wt.templateutil.components.HTMLComponent.isPrintTagAttributes()
wt.templateutil.components.HTMLComponent.isUseDefaultsOnly()
wt.templateutil.components.HTMLComponent.main(String[])
wt.templateutil.components.HTMLComponent.setHtmlComponents(Vector)
wt.templateutil.components.HTMLComponent.setInheritStyle(boolean)
wt.templateutil.components.HTMLComponent.setPrintTagAttributes(boolean)
wt.templateutil.components.HTMLComponent.setServiceName(String)
wt.templateutil.components.HTMLComponent.setTag(String)
wt.templateutil.components.HTMLComponent.setTagList(String[])
wt.templateutil.components.HTMLComponent.setTagListArray()
wt.templateutil.components.HTMLComponent.setTagListDefaults(WTProperties)
wt.templateutil.components.HTMLComponent.setTagSettings(Hashtable)
wt.templateutil.components.HTMLComponent.setTagValue(String, String)
wt.templateutil.components.HTMLComponent.setUseDefaultsOnly(boolean)
wt.templateutil.components.HTMLComponent.show(Object, Properties, OutputStream, Locale)
wt.templateutil.components.HTMLComponent.showSubComponents(Object, Properties, OutputStream, Locale)
wt.templateutil.components.HTMLComponent.startComponent(Object, Properties, OutputStream, Locale))
wt.templateutil.components.HTMLComponentFactory.getApplicationContext()
wt.templateutil.components.HTMLComponentFactory.getComponent(Object, String, Object)
wt.templateutil.components.HTMLComponentFactory.getComponent(String, Object)
wt.templateutil.components.HTMLComponentFactory.setApplicationContext(ApplicationContext)
wt.templateutil.components.HTMLFont.getTag()
wt.templateutil.components.HTMLFont.init(String, Object, HTMLComponentFactory, String, Properties)
wt.templateutil.components.HTMLImgComponent.init(String, Object, HTMLComponentFactory, String, Properties)
wt.templateutil.components.HTMLLinkComponent.getTag()
wt.templateutil.components.HTMLLinkComponent.init(String, Object, HTMLComponentFactory, String, Properties)
wt.templateutil.components.HTMLSelectComponent.getTag()
wt.templateutil.components.HTMLSelectComponent.init(String, Object, HTMLComponentFactory, String, Properties)
wt.templateutil.components.HTMLTableCellComponent.getTag()
wt.templateutil.components.HTMLTableCellComponent.init(String, Object, HTMLComponentFactory, String, Properties)
wt.templateutil.components.HTMLTableCellComponent.showSubComponents(Object, Properties, OutputStream, Locale)
wt.templateutil.components.HTMLTableCellComponent.startComponent(Object, Properties, OutputStream, Locale)
wt.templateutil.components.HTMLTableComponent.getTag()
wt.templateutil.components.HTMLTableComponent.init(String, Object, HTMLComponentFactory, String, Properties)
wt.templateutil.components.HTMLTableHeaderComponent.getTag()
wt.templateutil.components.HTMLTableHeaderComponent.init(String, Object, HTMLComponentFactory, String, Properties)
wt.templateutil.components.HTMLTextInputComponent.getTag()
wt.templateutil.components.HTMLTextInputComponent.init(String, Object, HTMLComponentFactory, String, Properties)
wt.templateutil.components.IconFirstCellComponent.init(String, Object, HTMLComponentFactory, String, Properties)
wt.templateutil.components.LatestVersionCellComponent.init(String, Object, HTMLComponentFactory, String, Properties)
wt.templateutil.components.LatestVersionComponent.showSubComponents(Object, Properties, OutputStream, Locale)
wt.templateutil.components.NameComponent.init(String, Object, HTMLComponentFactory, String, Properties)
wt.templateutil.components.TreeCellComponent.init(String, Object, HTMLComponentFactory, String, Properties)
wt.templateutil.components.TreeIconComponent.startComponent(Object, Properties, OutputStream, Locale)
wt.templateutil.processor.AbstractHTMLTemplateFactory.copyContextFrom(ContextHolder)
wt.templateutil.processor.AbstractHTMLTemplateFactory.getApplicationContext()
wt.templateutil.processor.AbstractHTMLTemplateFactory.getContextAction()
wt.templateutil.processor.AbstractHTMLTemplateFactory.getContextClassName()
wt.templateutil.processor.AbstractHTMLTemplateFactory.getContextObj()
wt.templateutil.processor.AbstractHTMLTemplateFactory.getContextProperties()
wt.templateutil.processor.AbstractHTMLTemplateFactory.getFormData()
wt.templateutil.processor.AbstractHTMLTemplateFactory.getHTMLTemplate()
wt.templateutil.processor.AbstractHTMLTemplateFactory.getLanguagePreferences()
wt.templateutil.processor.AbstractHTMLTemplateFactory.getLocale()
wt.templateutil.processor.AbstractHTMLTemplateFactory.getQueryData()
wt.templateutil.processor.AbstractHTMLTemplateFactory.getResponseExceptions()
wt.templateutil.processor.AbstractHTMLTemplateFactory.getResponseFooters()
wt.templateutil.processor.AbstractHTMLTemplateFactory.getResponseHeaders()
wt.templateutil.processor.AbstractHTMLTemplateFactory.getResponseMessages()
wt.templateutil.processor.AbstractHTMLTemplateFactory.getResponseString()
wt.templateutil.processor.AbstractHTMLTemplateFactory.getServiceName()
wt.templateutil.processor.AbstractHTMLTemplateFactory.getState()
wt.templateutil.processor.AbstractHTMLTemplateFactory.getStatus()
wt.templateutil.processor.AbstractHTMLTemplateFactory.setApplicationContext(ApplicationContext)
wt.templateutil.processor.AbstractHTMLTemplateFactory.setContextAction(String)
wt.templateutil.processor.AbstractHTMLTemplateFactory.setContextClassName(String)
wt.templateutil.processor.AbstractHTMLTemplateFactory.setContextObj(Object)
wt.templateutil.processor.AbstractHTMLTemplateFactory.setContextProperties(Properties)
wt.templateutil.processor.AbstractHTMLTemplateFactory.setFormData(Properties)
wt.templateutil.processor.AbstractHTMLTemplateFactory.setLanguagePreferences(String)
wt.templateutil.processor.AbstractHTMLTemplateFactory.setLanguagePreferences(Vector)
wt.templateutil.processor.AbstractHTMLTemplateFactory.setLanguagePreferences(HTTPRequest)
wt.templateutil.processor.AbstractHTMLTemplateFactory.setLocale(Locale)
wt.templateutil.processor.AbstractHTMLTemplateFactory.setQueryData(Properties)
wt.templateutil.processor.AbstractHTMLTemplateFactory.setResponseExceptions(Vector)
wt.templateutil.processor.AbstractHTMLTemplateFactory.setResponseFooters(Vector)
wt.templateutil.processor.AbstractHTMLTemplateFactory.setResponseHeaders(Vector)
wt.templateutil.processor.AbstractHTMLTemplateFactory.setResponseMessages(Vector)
wt.templateutil.processor.AbstractHTMLTemplateFactory.setResponseString(String)
wt.templateutil.processor.AbstractHTMLTemplateFactory.setServiceName(String)
wt.templateutil.processor.AbstractHTMLTemplateFactory.setState(HTTPState)
wt.templateutil.processor.AbstractHTMLTemplateFactory.setStatus(int)
wt.templateutil.processor.ContextHolder.addToResponseExceptions(Exception)
wt.templateutil.processor.ContextHolder.addToResponseFooters(LocalizableMessage)
wt.templateutil.processor.ContextHolder.addToResponseHeaders(LocalizableMessage)
wt.templateutil.processor.ContextHolder.addToResponseMessages(LocalizableMessage)
wt.templateutil.processor.ContextHolder.getContextAction()
wt.templateutil.processor.ContextHolder.getContextClassName()
wt.templateutil.processor.ContextHolder.getContextObj()
wt.templateutil.processor.ContextHolder.getContextProperties()
wt.templateutil.processor.ContextHolder.getFormData()
wt.templateutil.processor.ContextHolder.getQueryData()
wt.templateutil.processor.ContextHolder.getResponseExceptions()
wt.templateutil.processor.ContextHolder.getResponseFooters()
wt.templateutil.processor.ContextHolder.getResponseHeaders()
wt.templateutil.processor.ContextHolder.getResponseMessages()
wt.templateutil.processor.ContextHolder.getResponseString()
wt.templateutil.processor.ContextHolder.getStatus()
wt.templateutil.processor.ContextHolder.setContextAction(String)
wt.templateutil.processor.ContextHolder.setContextClassName(String)
wt.templateutil.processor.ContextHolder.setContextObj(Object)
wt.templateutil.processor.ContextHolder.setContextProperties(Properties)
wt.templateutil.processor.ContextHolder.setFormData(Properties)
wt.templateutil.processor.ContextHolder.setQueryData(Properties)
wt.templateutil.processor.ContextHolder.setResponseExceptions(Vector)
wt.templateutil.processor.ContextHolder.setResponseFooters(Vector)
wt.templateutil.processor.ContextHolder.setResponseHeaders(Vector)
wt.templateutil.processor.ContextHolder.setResponseMessages(Vector)
wt.templateutil.processor.ContextHolder.setResponseString(String)
wt.templateutil.processor.ContextHolder.setStatus(int)
wt.templateutil.processor.ContextTranslator.getContextListIn()
wt.templateutil.processor.ContextTranslator.getContextListOut()
wt.templateutil.processor.ContextTranslator.readContext(HTTPRequest)
wt.templateutil.processor.ContextTranslator.setContextListIn(String[])
wt.templateutil.processor.ContextTranslator.setContextListIn(String[])
wt.templateutil.processor.ContextTranslator.writeHiddenContext(Properties, Locale, OutputStream)
wt.templateutil.processor.ContextTranslator.writeQueryStringContext()
wt.templateutil.processor.DefaultTemplateProcessor.displayAttributeLabel(Properties, Locale, OutputStream)
wt.templateutil.processor.DefaultTemplateProcessor.displayAttributeVal(Properties, Locale, OutputStream)
wt.templateutil.processor.DefaultTemplateProcessor.getAttributes(Properties, Locale, OutputStream)
wt.templateutil.processor.DefaultTemplateProcessor.getContextPropertyValue(String)
wt.templateutil.processor.DefaultTemplateProcessor.getPAGE_EXPIRATION()
wt.templateutil.processor.DefaultTemplateProcessor.getPageExpirationResource()
wt.templateutil.processor.DefaultTemplateProcessor.getTemplate(HTTPRequest)
wt.templateutil.processor.DefaultTemplateProcessor.readExternal(ObjectInput)
wt.templateutil.processor.DefaultTemplateProcessor.readVersion(DefaultTemplateProcessor, ObjectInput, long, boolean, boolean)
wt.templateutil.processor.DefaultTemplateProcessor.setContextPropertyValue(String, String)
wt.templateutil.processor.DefaultTemplateProcessor.setNameProcessor(TemplateNameProcessor)
wt.templateutil.processor.DefaultTemplateProcessor.setPAGE_EXPIRATION(int)
wt.templateutil.processor.DefaultTemplateProcessor.setPageExpirationResource(String)
wt.templateutil.processor.DefaultTemplateProcessor.writeExternal(ObjectOutput)
wt.templateutil.processor.FormTaskDelegate.addToResponseExceptions(Exception)
wt.templateutil.processor.FormTaskDelegate.addToResponseFooters(LocalizableMessage)
wt.templateutil.processor.FormTaskDelegate.addToResponseHeaders(LocalizableMessage)
wt.templateutil.processor.FormTaskDelegate.addToResponseMessages(LocalizableMessage)
wt.templateutil.processor.FormTaskDelegate.deleteFormDataFromSession(String)
wt.templateutil.processor.FormTaskDelegate.getContextAction()
wt.templateutil.processor.FormTaskDelegate.getContextClassName()
wt.templateutil.processor.FormTaskDelegate.getContextObj()
wt.templateutil.processor.FormTaskDelegate.getContextProperties()
wt.templateutil.processor.FormTaskDelegate.getFormData()
wt.templateutil.processor.FormTaskDelegate.getQueryData()
wt.templateutil.processor.FormTaskDelegate.getResponseExceptions()
wt.templateutil.processor.FormTaskDelegate.getResponseFooters()
wt.templateutil.processor.FormTaskDelegate.getResponseHeaders()
wt.templateutil.processor.FormTaskDelegate.getResponseMessages()
wt.templateutil.processor.FormTaskDelegate.getResponseString()
wt.templateutil.processor.FormTaskDelegate.getState()
wt.templateutil.processor.FormTaskDelegate.getStatus()
wt.templateutil.processor.FormTaskDelegate.processAction(ContentHTTPStream)
wt.templateutil.processor.FormTaskDelegate.saveFormDataInSession(String, Properties)
wt.templateutil.processor.FormTaskDelegate.setContextAction(String)
wt.templateutil.processor.FormTaskDelegate.setContextClassName(String)
wt.templateutil.processor.FormTaskDelegate.setContextObj(Object)
wt.templateutil.processor.FormTaskDelegate.setContextProperties(Properties)
wt.templateutil.processor.FormTaskDelegate.setFormData(Properties)
wt.templateutil.processor.FormTaskDelegate.setQueryData(Properties)
wt.templateutil.processor.FormTaskDelegate.setResponseExceptions(Vector)
wt.templateutil.processor.FormTaskDelegate.setResponseFooters(Vector)
wt.templateutil.processor.FormTaskDelegate.setResponseExceptions(Vector)
wt.templateutil.processor.FormTaskDelegate.setResponseMessages(Vector)
wt.templateutil.processor.FormTaskDelegate.setResponseString(String)
wt.templateutil.processor.FormTaskDelegate.setState(HTTPState)
wt.templateutil.processor.FormTaskDelegate.setStatus(int)
wt.templateutil.processor.FormTaskDelegate.switchPages(String, Object, String)
wt.templateutil.processor.FormTaskDelegateFactory.getApplicationContext()
wt.templateutil.processor.FormTaskDelegateFactory.getFormTaskDelegate(Object, String)
wt.templateutil.processor.FormTaskDelegateFactory.setApplicationContext(ApplicationContext)
wt.templateutil.processor.GenerateFormProcessor.contextualValue(Properties, Locale, OutputStream)
wt.templateutil.processor.GenerateFormProcessor.enumeratedTypeMenu(Properties, Locale, OutputStream)
wt.templateutil.processor.GenerateFormProcessor.listLifeCycles(Properties, Locale, OutputStream)
wt.templateutil.processor.GenerateFormProcessor.readExternal(ObjectInput)
wt.templateutil.processor.GenerateFormProcessor.readVersion(GenerateFormProcessor, ObjectInput, long, boolean, boolean)
wt.templateutil.processor.GenerateFormProcessor.writeExternal(ObjectOutput)
wt.templateutil.processor.HelpDirectoryGenerator.getCandidateDirectory(String, String)
wt.templateutil.processor.HelpDirectoryGenerator.getCandidateRelativePath(String, String)
wt.templateutil.processor.HTTPState.copyContextInto(ContextHolder)
wt.templateutil.processor.HTTPState.copyStateFrom(HTTPState)
wt.templateutil.processor.HTTPState.getFormData()
wt.templateutil.processor.HTTPState.getFormDataMultivalue()
wt.templateutil.processor.HTTPState.getQueryData()
wt.templateutil.processor.HTTPState.getResponseExceptions()
wt.templateutil.processor.HTTPState.getResponseFooters()
wt.templateutil.processor.HTTPState.getResponseHeaders()
wt.templateutil.processor.HTTPState.getResponseMessages()
wt.templateutil.processor.HTTPState.getResponseString()
wt.templateutil.processor.HTTPState.getStatus()
wt.templateutil.processor.HTTPState.getUpdateCount()
wt.templateutil.processor.HTTPState.readExternal(ObjectInput)
wt.templateutil.processor.HTTPState.readVersion(HTTPState, ObjectInput, long, boolean, boolean)
wt.templateutil.processor.HTTPState.setContextAction(String)
wt.templateutil.processor.HTTPState.setContextClassName(String)
wt.templateutil.processor.HTTPState.setContextObj(Object)
wt.templateutil.processor.HTTPState.setContextProperties(Properties)
wt.templateutil.processor.HTTPState.setFormData(Properties)
wt.templateutil.processor.HTTPState.setFormDataMultivalue(Hashtable)
wt.templateutil.processor.HTTPState.setQueryData(Properties)
wt.templateutil.processor.HTTPState.setResponseExceptions(Vector)
wt.templateutil.processor.HTTPState.setResponseFooters(Vector)
wt.templateutil.processor.HTTPState.setResponseHeaders(Vector)
wt.templateutil.processor.HTTPState.setResponseMessages(Vector)
wt.templateutil.processor.HTTPState.setResponseString(String)
wt.templateutil.processor.HTTPState.setStatus(int)
wt.templateutil.processor.HTTPState.setUpdateCount(int)
wt.templateutil.processor.HTTPState.writeExternal(ObjectOutput)
wt.templateutil.processor.NavBarActionDelegate.setActionName(String)
wt.templateutil.processor.NavBarActionDelegate.setState(HTTPState)
wt.templateutil.processor.NavBarURLActionDelegateHelper.getAction()
wt.templateutil.processor.NavBarURLActionDelegateHelper.getActionName()
wt.templateutil.processor.NavBarURLActionDelegateHelper.getMethod()
wt.templateutil.processor.NavBarURLActionDelegateHelper.getResourceBundleStr()
wt.templateutil.processor.NavBarURLActionDelegateHelper.getResourceKey()
wt.templateutil.processor.NavBarURLActionDelegateHelper.getState()
wt.templateutil.processor.NavBarURLActionDelegateHelper.isIsOidAdded()
wt.templateutil.processor.NavBarURLActionDelegateHelper.setAction(String)
wt.templateutil.processor.NavBarURLActionDelegateHelper.setActionName(String)
wt.templateutil.processor.NavBarURLActionDelegateHelper.setClassURL(String)
wt.templateutil.processor.NavBarURLActionDelegateHelper.setIsOidAdded(boolean)
wt.templateutil.processor.NavBarURLActionDelegateHelper.setMethod(String)
wt.templateutil.processor.NavBarURLActionDelegateHelper.setResourceBundleStr(String)
wt.templateutil.processor.NavBarURLActionDelegateHelper.setResourceKey(String)
wt.templateutil.processor.NavBarURLActionDelegateHelper.setState(HTTPState)
wt.templateutil.processor.NavigateFormProcessor.readExternal(ObjectInput)
wt.templateutil.processor.NavigateFormProcessor.readVersion(NavigateFormProcessor, ObjectInput, long, boolean, boolean)
wt.templateutil.processor.NavigateFormProcessor.writeExternal(ObjectOutput)
wt.templateutil.processor.ProcessorService.getState()
wt.templateutil.processor.ProcessorService.setState(HTTPState)
wt.templateutil.processor.RedirectObject.getFormData()
wt.templateutil.processor.RedirectObject.getQueryString()
wt.templateutil.processor.RedirectObject.getRedirectUrl()
wt.templateutil.processor.RedirectObject.setFormData(Properties)
wt.templateutil.processor.RedirectObject.setQueryString(String)
wt.templateutil.processor.RedirectObject.setRedirection(String, Properties)
wt.templateutil.processor.RedirectObject.setRedirection(String, Properties, Properties)
wt.templateutil.processor.RedirectObject.setRedirection(String, Properties, Properties, HTTPState)
wt.templateutil.processor.RedirectObject.setRedirection(String, Properties, HTTPState)
wt.templateutil.processor.RedirectObject.setRedirection(HTTPState)
wt.templateutil.processor.RedirectObject.setRedirectUrl(String)
wt.templateutil.processor.RedirectPageProcessor.addHiddenFields(Properties, Locale, OutputStream)
wt.templateutil.processor.RedirectPageProcessor.getHiddenField(String, String)
wt.templateutil.processor.RedirectPageProcessor.getOut()
wt.templateutil.processor.RedirectPageProcessor.getState()
wt.templateutil.processor.RedirectPageProcessor.printHiddenExceptions(Vector, Properties, Locale, OutputStream, String)
wt.templateutil.processor.RedirectPageProcessor.printHiddenMessages(Vector, Properties, Locale, OutputStream, String)
wt.templateutil.processor.RedirectPageProcessor.readExternal(ObjectInput)
wt.templateutil.processor.RedirectPageProcessor.readVersion(RedirectPageProcessor, ObjectInput, long, boolean, boolean)
wt.templateutil.processor.RedirectPageProcessor.setHtmlFormAction(Properties, Locale, OutputStream)
wt.templateutil.processor.RedirectPageProcessor.setOut(PrintWriter)
wt.templateutil.processor.RedirectPageProcessor.setState(HTTPState)
wt.templateutil.processor.RedirectPageProcessor.showRedirectExceptions(Properties, Locale, OutputStream)
wt.templateutil.processor.RedirectPageProcessor.showRedirectFooters(Properties, Locale, OutputStream)
wt.templateutil.processor.RedirectPageProcessor.showRedirectHeaders(Properties, Locale, OutputStream)
wt.templateutil.processor.RedirectPageProcessor.writeExternal(ObjectOutput)
wt.templateutil.processor.SubTemplateService.getContextAction()
wt.templateutil.processor.SubTemplateService.getContextClassName()
wt.templateutil.processor.SubTemplateService.getContextObj()
wt.templateutil.processor.SubTemplateService.getContextProperties()
wt.templateutil.processor.SubTemplateService.getFormData()
wt.templateutil.processor.SubTemplateService.getHtmlTemplateName()
wt.templateutil.processor.SubTemplateService.getOs()
wt.templateutil.processor.SubTemplateService.getQueryData()
wt.templateutil.processor.SubTemplateService.getResponseExceptions()
wt.templateutil.processor.SubTemplateService.getResponseFooters()
wt.templateutil.processor.SubTemplateService.getResponseHeaders()
wt.templateutil.processor.SubTemplateService.getResponseMessages()
wt.templateutil.processor.SubTemplateService.getResponseString()
wt.templateutil.processor.SubTemplateService.getState()
wt.templateutil.processor.SubTemplateService.getStatus()
wt.templateutil.processor.SubTemplateService.getTemplateProcessorName()
wt.templateutil.processor.SubTemplateService.processTemplate(String, Object)
wt.templateutil.processor.SubTemplateService.processTemplate(String, String)
wt.templateutil.processor.SubTemplateService.processTemplate(HTTPState)
wt.templateutil.processor.SubTemplateService.setContextAction(String)
wt.templateutil.processor.SubTemplateService.setContextClassName(String)
wt.templateutil.processor.SubTemplateService.setContextObj(Object)
wt.templateutil.processor.SubTemplateService.setContextProperties(Properties)
wt.templateutil.processor.SubTemplateService.setFormData(Properties)
wt.templateutil.processor.SubTemplateService.setHtmlTemplateName(String)
wt.templateutil.processor.SubTemplateService.setOs(OutputStream)
wt.templateutil.processor.SubTemplateService.setQueryData(Properties)
wt.templateutil.processor.SubTemplateService.setResponseExceptions(Vector)
wt.templateutil.processor.SubTemplateService.setResponseFooters(Vector)
wt.templateutil.processor.SubTemplateService.setResponseHeaders(Vector)
wt.templateutil.processor.SubTemplateService.setResponseMessages(Vector)
wt.templateutil.processor.SubTemplateService.setResponseString(String)
wt.templateutil.processor.SubTemplateService.setState(HTTPState)
wt.templateutil.processor.SubTemplateService.setStatus(int)
wt.templateutil.processor.SubTemplateService.setTemplateProcessorName(String)
wt.templateutil.processor.TemplateNameProcessor.processTemplateName(String)
wt.templateutil.table.AddColumn.addColumn(Properties)
wt.templateutil.table.AssociationListTableService.initAssociationNavigation(Properties, Locale, OutputStream)
wt.templateutil.table.AssociationListTableService.initAssociationTable(Properties, Locale, OutputStream)
wt.templateutil.table.AssociationListTableService.performAction(Properties, Locale, OutputStream)
wt.templateutil.table.AssociationListTableService.setLinkCheckboxColumn(Properties, Locale, OutputStream)
wt.templateutil.table.AssociationListTableService.setLinkRowContextObject(Properties, Locale, OutputStream)
wt.templateutil.table.AssociationTableModel.setLinkCheckboxColumn()
wt.templateutil.table.AssociationTableModel.setLinkRowContextObject()
wt.templateutil.table.AttributeListTableService.getHtmlTable()
wt.templateutil.table.AttributeListTableService.initAttributesTable(Properties, Locale, OutputStream)
wt.templateutil.table.AttributeListTableService.performAction(Properties, Locale, OutputStream)
wt.templateutil.table.AttributeListTableService.setAttributesTableWidth(Properties, Locale, OutputStream)
wt.templateutil.table.AttributeListTableService.setHtmlTable(HTMLTable)
wt.templateutil.table.AttributeListTableService.setNameColumnAttributes(Properties, Locale, OutputStream)
wt.templateutil.table.AttributeListTableService.setValueColumnAttributes(Properties, Locale, OutputStream)
wt.templateutil.table.BasicTableService.addColumn(Properties, Locale, OutputStream)
wt.templateutil.table.BasicTableService.addColumns(Properties, Locale, OutputStream)
wt.templateutil.table.BasicTableService.deleteColumn(Properties, Locale, OutputStream)
wt.templateutil.table.BasicTableService.deleteColumns(Properties, Locale, OutputStream)
wt.templateutil.table.BasicTableService.getHtmlTable()
wt.templateutil.table.BasicTableService.getPrintWriter(OutputStream, Locale)
wt.templateutil.table.BasicTableService.initQueryResultsTable(Properties, Locale, OutputStream)
wt.templateutil.table.BasicTableService.moveColumn(Properties, Locale, OutputStream)
wt.templateutil.table.BasicTableService.performAction(Properties, Locale, OutputStream)
wt.templateutil.table.BasicTableService.setColumnAttributes(Properties, Locale, OutputStream)
wt.templateutil.table.BasicTableService.setHeaderAttributes(Properties, Locale, OutputStream)
wt.templateutil.table.BasicTableService.setHtmlTable(HTMLTable)
wt.templateutil.table.BasicTableService.setTableAttributes(Properties, Locale, OutputStream)
wt.templateutil.table.BasicTableService.show(Properties, Locale, OutputStream)
wt.templateutil.table.ColumnIdentifier.getIdentifier(int)
wt.templateutil.table.ColumnSortService.getSortedColumnName(String)
wt.templateutil.table.ColumnSortService.isSortAscending(String, String)
wt.templateutil.table.DefaultHTMLTableColumnModel.getColumnMargin()
wt.templateutil.table.DefaultHTMLTableColumnModel.getHtmlTableColumns()
wt.templateutil.table.DefaultHTMLTableColumnModel.setColumnMargin(int)
wt.templateutil.table.DefaultHTMLTableColumnModel.setHtmlTableColumns(Vector)
wt.templateutil.table.HTMLTable.addNewColumn()
wt.templateutil.table.HTMLTable.createDefaultColumnsFromModel()
wt.templateutil.table.HTMLTable.getCellSelector()
wt.templateutil.table.HTMLTable.getColumnClass(int)
wt.templateutil.table.HTMLTable.getColumnName(int)
wt.templateutil.table.HTMLTable.getComponentFactory()
wt.templateutil.table.HTMLTable.getHeaderSelector()
wt.templateutil.table.HTMLTable.getLocale()
wt.templateutil.table.HTMLTable.getMode()
wt.templateutil.table.HTMLTable.getOutputStream()
wt.templateutil.table.HTMLTable.getRowCount()
wt.templateutil.table.HTMLTable.getTableColumnModel()
wt.templateutil.table.HTMLTable.getTableModel()
wt.templateutil.table.HTMLTable.getValueAt(int, int)
wt.templateutil.table.HTMLTable.isDisplayHeader()
wt.templateutil.table.HTMLTable.isShowDirect()
wt.templateutil.table.HTMLTable.printHeaders(Object, Properties, OutputStream, Locale)
wt.templateutil.table.HTMLTable.printRow(int, Object, Properties)
wt.templateutil.table.HTMLTable.setCellSelector(String)
wt.templateutil.table.HTMLTable.setComponentFactory(HTMLComponentFactory)
wt.templateutil.table.HTMLTable.setDisplayHeader(boolean)
wt.templateutil.table.HTMLTable.setHeaderSelector(String)
wt.templateutil.table.HTMLTable.setLocale(Locale)
wt.templateutil.table.HTMLTable.setMode(String)
wt.templateutil.table.HTMLTable.setOutputStream(OutputStream)
wt.templateutil.table.HTMLTable.setShowDirect(boolean)
wt.templateutil.table.HTMLTable.setTableColumnModel(HTMLTableColumnModel)
wt.templateutil.table.HTMLTable.setTableModel(TableModel)
wt.templateutil.table.HTMLTable.show(Object, Properties, OutputStream, Locale)
wt.templateutil.table.HTMLTable.show(Properties)
wt.templateutil.table.HTMLTableColumnModel.addColumn(HTMLTableColumn)
wt.templateutil.table.HTMLTableColumnModel.getColumn(int)
wt.templateutil.table.HTMLTableColumnModel.getColumn(Object)
wt.templateutil.table.HTMLTableColumnModel.getColumnCount()
wt.templateutil.table.HTMLTableColumnModel.getColumnIndex(Object)
wt.templateutil.table.HTMLTableColumnModel.getColumns()
wt.templateutil.table.HTMLTableColumnModel.moveColumn(int, int)
wt.templateutil.table.HTMLTableColumnModel.removeColumn(int)
wt.templateutil.table.HTMLTableServiceEventListener.getHtmlTable()
wt.templateutil.table.HTMLTableServiceEventListener.performHTMLTableAction(HTMLTableServiceEvent)
wt.templateutil.table.HTMLTableServiceEventListener.setHtmlTable(HTMLTable)
wt.templateutil.table.HTMLValueObject.getDisplayClass()
wt.templateutil.table.HTMLValueObject.getDisplayObject()
wt.templateutil.table.HTMLValueObject.getFormElementName()
wt.templateutil.table.HTMLValueObject.getSource()
wt.templateutil.table.HTMLValueObject.setDisplayClass(Class)
wt.templateutil.table.HTMLValueObject.setDisplayObject(Object)
wt.templateutil.table.HTMLValueObject.setFormElementName(String)
wt.templateutil.table.HTMLValueObject.setSource(Object)
wt.templateutil.table.ListContentTableService.getHtmlTable()
wt.templateutil.table.ListContentTableService.initApplicationDataTable(Properties, Locale, OutputStream)
wt.templateutil.table.ListContentTableService.initializeContents(Properties, Locale, OutputStream)
wt.templateutil.table.ListContentTableService.initURLDataTable(Properties, Locale, OutputStream)
wt.templateutil.table.ListContentTableService.performAction(Properties, Locale, OutputStream)
wt.templateutil.table.ListContentTableService.setHtmlTable(HTMLTable)
wt.templateutil.table.ListContentTableService.showAllContent(Properties, Locale, OutputStream)
wt.templateutil.table.ListContentTableService.showApplicationData(Properties, Locale, OutputStream)
wt.templateutil.table.ListContentTableService.showURLData(Properties, Locale, OutputStream)
wt.templateutil.table.ObjectPropertiesTableModel.getAttributes()
wt.templateutil.table.ObjectPropertiesTableModel.getColumnWidth()
wt.templateutil.table.ObjectPropertiesTableModel.getContextObject()
wt.templateutil.table.ObjectPropertiesTableModel.getLocale()
wt.templateutil.table.ObjectPropertiesTableModel.getMode()
wt.templateutil.table.ObjectPropertiesTableModel.getWtAttribute()
wt.templateutil.table.ObjectPropertiesTableModel.setAttributes(Vector)
wt.templateutil.table.ObjectPropertiesTableModel.setColumnWidth(int)
wt.templateutil.table.ObjectPropertiesTableModel.setContextObject(Object)
wt.templateutil.table.ObjectPropertiesTableModel.setLocale(Locale)
wt.templateutil.table.ObjectPropertiesTableModel.setMode(String)
wt.templateutil.table.ObjectPropertiesTableModel.setWtAttribute(WTAttribute)
wt.templateutil.table.ObjectPropertiesTableProcessor.readExternal(ObjectInput)
wt.templateutil.table.ObjectPropertiesTableProcessor.readVersion(ObjectPropertiesTableProcessor, ObjectInput, long, boolean, boolean)
wt.templateutil.table.ObjectPropertiesTableProcessor.writeExternal(ObjectOutput)
wt.templateutil.table.PDMLinkHTMLTable.actionLinkTemplate()
目前未使用此方法,且將不會使用此方法。
wt.templateutil.table.PDMLinkHTMLTable.createDefaultColumnsFromModel()
wt.templateutil.table.PDMLinkHTMLTable.getActionRowString(Properties, Locale, OutputStream, String, String, List)
目前未使用此方法,且將不會使用此方法。
wt.templateutil.table.PDMLinkHTMLTable.getEndRowTemplate()
目前未使用此方法,且將不會使用此方法。
wt.templateutil.table.PDMLinkHTMLTable.getHTMLTemplate(String)
目前未使用此方法,且將不會使用此方法。
wt.templateutil.table.PDMLinkHTMLTable.getPDMLinkHTMLTable()
目前未使用此方法,且將不會使用此方法。
wt.templateutil.table.PDMLinkHTMLTable.getRow(NavigationTreeModel, Properties, Locale)
目前未使用此方法,且將不會使用此方法。
wt.templateutil.table.PDMLinkHTMLTable.getTemplateProcessor()
目前未使用此方法,且將不會使用此方法。
wt.templateutil.table.PDMLinkHTMLTable.setIsCollapsingEnabled(boolean)
wt.templateutil.table.PDMLinkHTMLTable.setIsSortingEnabled(boolean)
wt.templateutil.table.PDMLinkHTMLTable.setPresentActionsIconColumn(boolean)
wt.templateutil.table.PDMLinkHTMLTable.setPresentIconFirstRow(boolean)
wt.templateutil.table.PDMLinkHTMLTable.showSubComponents(Object, Properties, OutputStream, Locale)
wt.templateutil.table.RowDataTableModel.getColumnName(String)
wt.templateutil.table.RowDataTableModel.getRowDataObjects()
wt.templateutil.table.RowDataTableModel.getTableColumns()
wt.templateutil.table.RowDataTableModel.getWTAttribute()
wt.templateutil.table.RowDataTableModel.setLocale(Locale)
wt.templateutil.table.RowDataTableModel.setRowDataObjects(Vector)
wt.templateutil.table.RowDataTableModel.setTableColumns(Vector)
wt.templateutil.table.RowDataTableModel.setWTAttribute(WTAttribute)
wt.templateutil.table.SortedTableModel.setModel(TableModel)
wt.templateutil.table.SortedTableModel.sortByColumn(int, boolean)
wt.templateutil.table.TableHeaderSetter.setHeaderFromResource(String, String, Object)
wt.templateutil.table.TableHeaderSetter.setHeaderFromTargetClass(String, Object)
wt.templateutil.table.TableModelStub.addTableModelListener(TableModelListener)
wt.templateutil.table.TableModelStub.getColumnClass(int)
wt.templateutil.table.TableModelStub.getColumnCount()
wt.templateutil.table.TableModelStub.getColumnName(int)
wt.templateutil.table.TableModelStub.getRowCount()
wt.templateutil.table.TableModelStub.getValueAt(int, int)
wt.templateutil.table.TableModelStub.isCellEditable(int, int)
wt.templateutil.table.TableModelStub.removeTableModelListener(TableModelListener)
wt.templateutil.table.TableModelStub.setValueAt(Object, int, int)
wt.templateutil.table.TemplateProcessorTableService.getContextAction()
wt.templateutil.table.TemplateProcessorTableService.getContextClassName()
wt.templateutil.table.TemplateProcessorTableService.getContextObj()
wt.templateutil.table.TemplateProcessorTableService.getContextProperties()
wt.templateutil.table.TemplateProcessorTableService.getFormData()
wt.templateutil.table.TemplateProcessorTableService.getHtmlTable()
wt.templateutil.table.TemplateProcessorTableService.getQueryData()
wt.templateutil.table.TemplateProcessorTableService.getResponseExceptions()
wt.templateutil.table.TemplateProcessorTableService.getResponseFooters()
wt.templateutil.table.TemplateProcessorTableService.getResponseHeaders()
wt.templateutil.table.TemplateProcessorTableService.getResponseMessages()
wt.templateutil.table.TemplateProcessorTableService.getResponseString()
wt.templateutil.table.TemplateProcessorTableService.getState()
wt.templateutil.table.TemplateProcessorTableService.getStatus()
wt.templateutil.table.TemplateProcessorTableService.setContextAction(String)
wt.templateutil.table.TemplateProcessorTableService.setContextClassName(String)
wt.templateutil.table.TemplateProcessorTableService.setContextObj(Object)
wt.templateutil.table.TemplateProcessorTableService.setContextProperties(Properties)
wt.templateutil.table.TemplateProcessorTableService.setFormData(Properties)
wt.templateutil.table.TemplateProcessorTableService.setHtmlTable(HTMLTable)
wt.templateutil.table.TemplateProcessorTableService.setQueryData(Properties)
wt.templateutil.table.TemplateProcessorTableService.setResponseExceptions(Vector)
wt.templateutil.table.TemplateProcessorTableService.setResponseFooters(Vector)
wt.templateutil.table.TemplateProcessorTableService.setResponseHeaders(Vector)
wt.templateutil.table.TemplateProcessorTableService.setResponseMessages(Vector)
wt.templateutil.table.TemplateProcessorTableService.setResponseString(String)
wt.templateutil.table.TemplateProcessorTableService.setState(HTTPState)
wt.templateutil.table.TemplateProcessorTableService.setStatus(int)
wt.templateutil.table.TreeTableModel.getValueAt(int, int)
wt.templateutil.table.UpdateDocumentTableModel.getIndexArray()
wt.templateutil.table.UpdateDocumentTableModel.getUpdateable()
wt.templateutil.table.UpdateDocumentTableModel.getValueAt(int, int)
wt.templateutil.table.UpdateDocumentTableModel.isCellEditable(int, int)
wt.templateutil.table.UpdateDocumentTableModel.setCheckboxColumn(String)
wt.templateutil.table.UpdateDocumentTableModel.setIndexArray(int[])
wt.templateutil.table.UpdateDocumentTableModel.setUpdateable(Vector)
wt.templateutil.table.WTAttribute.getAttributeHelper()
wt.templateutil.table.WTAttribute.getAttributeName()
wt.templateutil.table.WTAttribute.getIndex()
wt.templateutil.table.WTAttribute.getReadMethod()
wt.templateutil.table.WTAttribute.getReflectionHelper()
wt.templateutil.table.WTAttribute.init(Object, String)
wt.templateutil.table.WTAttribute.setAttributeHelper(AttributeHelper)
wt.templateutil.table.WTAttribute.setAttributeName(String)
wt.templateutil.table.WTAttribute.setIndex(int)
wt.templateutil.table.WTAttribute.setReflectionHelper(ReflectionHelper)
wt.templateutil.table.WTHtmlTable.createDefaultColumnsFromModel()
wt.templateutil.table.WTHtmlTable.newCheckBoxTableColumn(int)
wt.util.Cache.entries()
取代為 values().iterator()
支援的 API:true
wt.util.Cache.getAndRemove(Object)
取代為 Cache.remove(Object)
支援的 API:true
wt.util.Cache.getAndReplace(Object, Object)
取代為 Cache.put(Object,Object)
支援的 API:true
wt.util.CallRegistrar.endCall(long)
wt.util.CallRegistrar.getElapsedTimeForThread()
wt.util.CallRegistrar.getElapsedTimeForThread(Thread)
wt.util.CallRegistrar.getThreadCallsAndTimes()
wt.util.CallRegistrar.getTotalElapsedTime()
wt.util.CallRegistrar.startCall()
wt.util.DebugWriter.setLogFile(String, boolean, boolean, int, String, boolean)
wt.util.MPInputStream.getEncoding(String)
支援的 API:true
wt.util.WTProperties.setVerbose(boolean)
wt.vc.baseline.BaselineService.addToBaseline(Vector, Baseline)
取代為 BaselineService.addToBaseline(WTCollection, Baseline)
wt.vc.baseline.BaselineService.removeFromBaseline(Vector, Baseline)
wt.vc.baseline.StandardBaselineService.getConceptualClassname()
wt.vc.config.ConfigService.getConfigSpecFor(Iterated)
使用 ConfigService.getConfigSpecFor(NavCriteriaContext)
wt.vc.config.ConfigService.getConfigSpecFor(Iterated, WTContainerRef)
使用 ConfigService.getConfigSpecFor(NavCriteriaContext)
wt.vc.config.ConfigService.getDefaultConfigSpecFor(Class)
使用 ConfigService.getConfigSpecFor(NavCriteriaContext)
wt.vc.config.ConfigService.getDefaultConfigSpecFor(Class, WTContainerRef)
使用 ConfigService.getConfigSpecFor(NavCriteriaContext)
wt.vc.config.StandardConfigService.getConceptualClassname()
wt.vc.config.StandardConfigService.getConfigSpecFor(Iterated)
使用 StandardConfigService.getConfigSpecFor(NavCriteriaContext)
wt.vc.ControlBranch.getIdentity()
取代為 IdentityFactory.getDisplayIdentifier(object) 以傳回 getIdentity() 的可本地化對等項目。欲傳回包含物件類型的可本地化值,請使用 IdentityFactory.getDisplayIdentity(object)。其他替代物為 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.vc.ControlBranch.getType()
取代為 IdentityFactory.getDisplayType(object) 以傳回 getType() 的可本地化對等項目。另一個替代物為 ((WTObject)obj).getDisplayType()
wt.vc.ObjectToVersionLink.getObject(String)
取代為 getRoleObject(String)
wt.vc.StandardVersionControlService.getConceptualClassname()
wt.vc.struct.StandardStructService.getConceptualClassname()
wt.vc.struct.StructService.navigateDescribedBy(Iterated)
改用 StructService.navigateDescribedBys(WTCollection)
wt.vc.struct.StructService.navigateDescribedBy(Iterated, boolean)
改用 StructService.navigateDescribedBys(WTCollection, boolean)
wt.vc.struct.StructService.navigateDescribedBy(Iterated, Class, boolean)
改用 StructService.navigateDescribedBys(WTCollection, Class, boolean)
wt.vc.struct.StructService.navigateDescribes(Iterated)
改用 StructService.navigateDescribes(WTCollection)
wt.vc.struct.StructService.navigateDescribes(Iterated, boolean)
改用 StructService.navigateDescribes(WTCollection, boolean)
wt.vc.struct.StructService.navigateDescribes(Iterated, Class, boolean)
改用 StructService.navigateDescribes(WTCollection, Class, boolean)
wt.vc.VersionControlHelper.getLatestIteration(Iterated)
wt.vc.VersionControlHelper.getNextVersionLabels(Class, WTContainerRef, int)
使用在 VersionControlService 中具有相同簽名的 api
wt.vc.VersionControlHelper.getNextVersionLabels(String, WTContainerRef, int)
使用在 VersionControlService 中具有相同簽名的 api
wt.vc.VersionControlHelper.getNextVersionLabels(Versioned, int)
使用在 VersionControlService 中具有相同簽名的 api
wt.vc.VersionControlHelper.getNextVersionLabels(Versioned, LifeCycleTemplateReference, int)
使用在 VersionControlService 中具有相同簽名的 api
wt.vc.VersionControlHelper.isNewVersionCheckedOut(Versioned)
wt.vc.VersionControlHelper.isReviseAllowed(Versioned, boolean)
wt.vc.VersionControlHelper.setVersionIdentifier(Versioned, VersionIdentifier, boolean)
使用支援的 API setVersionIdentifier(Versioned, VersionIdentifier)
wt.vc.VersionControlService.iterationsOf(long)
請使用 iterationsOf(branch:long, iteratedClass:Class) api 以便更好地執行搜尋
wt.vc.VersionControlService.newIteration(Iterated)
wt.vc.VersionToObjectLink.getObject(String)
取代為 getRoleObject(String)
wt.vc.VersionToVersionLink.getObject(String)
取代為 getRoleObject(String)
wt.vc.views.StandardViewService.getConceptualClassname()
wt.vc.wip.StandardWorkInProgressService.getConceptualClassname()
wt.vc.wip.WorkInProgressHelper.getSearchCondition(Class, boolean)
wt.vc.wip.WorkInProgressHelper.setDerivedFrom(Workable, ObjectReference)
使用 VersionControlHelper.setDerivedFrom(wt.vc.Iterated, wt.fc.ObjectReference)
wt.vc.wip.WorkInProgressService.derivedFrom(Workable)
使用 VersionControlService.derivedFrom(wt.vc.Iterated)
wt.vc.wip.WorkInProgressService.derivedFroms(WTCollection)
使用 VersionControlService.derivedFroms(wt.fc.collections.WTCollection)
wt.vc.wip.WorkInProgressServiceEvent.getTarget()
取代為 getOriginalCopy()
wt.viewmarkup.ViewMarkUpService.setDerivedFromConfigSpec(ConfigSpec, DerivedImage)
請參閱 setDerivedFromNavigationCriteria
wt.viewmarkup.ViewMarkUpService.setRepresentableConfigSpec(ConfigSpec, DerivedImage)
請參閱 setRepresentableNavigationCriteria
wt.viewmarkup.ViewMarkUpService.setRepresentableNavigationCriteria(NavigationCriteria, DerivedImage)
請參閱 setRepresentableNavigationCriteria
wt.viewmarkup.ViewMarkUpService.storeDerivedImage(Representable, String, String, String, RepresentationType, DerivationType, ConfigSpec, ConfigSpec, RepresentationContributor)
請參閱 public DerivedImage storeDerivedImage( Representable representable, String imageName, String imageDescription, String imageAdditionalInfo, RepresentationType imageType, DerivationType derivationType, NavigationCriteria representableNavigationCriteria, NavigationCriteria derivedFromNavigationCriteria, RepresentationContributor derivedFrom )
wt.viewmarkup.ViewMarkUpService.storeDerivedImage(Representable, String, String, String, RepresentationType, DerivationType, ConfigSpec, ConfigSpec, RepresentationContributor, String, String)
請參閱 storeDerivedImage( Representable representable, String imageName, String imageDescription, String imageAdditionalInfo, RepresentationType imageType, DerivationType derivationType, NavigationCriteria representableNavigationCriteria, NavigationCriteria derivedFromNavigationCriteria, RepresentationContributor derivedFrom, String CADFormName, String CADPartName )
wt.visitor.ConfigSpecNodeExpander.getConfigSpec()
改用 getConfigSpecs()
wt.visitor.ConfigSpecNodeExpander.setConfigSpec(ConfigSpec)
改用 getConfigSpecs()
wt.workflow.definer.LoadWorkflow.addProjectAssignee(Hashtable, Hashtable, Vector)
wt.workflow.definer.ProcessDataInfo.getConceptualClassname()
wt.workflow.definer.WfAssignedActivityTemplate.newWfAssignedActivityTemplate()
以此建構函式建立的活動會放置在傳統容器中。
wt.workflow.definer.WfProcessTemplate.newWfProcessTemplate()
以此建構函式建立的活動會放置在傳統容器中。
wt.workflow.definer.WfVariableInfo.getConceptualClassname()
wt.workflow.engine.ProcessData.getConceptualClassname()
wt.workflow.engine.StandardWfEngineService.getConceptualClassname()
wt.workflow.engine.WfEngineService.createAdHocProcess(WfTemplateObject, Object)
使用具有 WTContainerRef 的方法
wt.workflow.engine.WfEngineService.createProcess(WfProcessDefinition, Object)
使用具有 WTContainerRef 的方法
wt.workflow.engine.WfEngineService.getAssociatedProcesses(Persistable, WfState)
使用具有 WTContainerRef 引數的方法。
wt.workflow.engine.WfEngineService.getOverdueProcesses()
使用以 WTContainerRef 為引數的方法。
wt.workflow.engine.WfEngineService.getProcesses(WfState)
使用以 WTContainerRef 為引數的方法。
wt.workflow.engine.WfEngineService.getWfFolder(String)
將具有相同名稱的方法與其他兩個參數搭配使用:流程的主要企業物件與容器。
wt.workflow.engine.WfEngineServiceSvr.getAssociatedProcesses(TeamReference, WfState)
使用採用 WTContainerRef 作為引數的方法。
wt.workflow.engine.WfProcess.start(ProcessData, long, boolean)
(從 7.0 開始) 改用 process.setPriority (priority); process.start (input, is_immediate, null);
wt.workflow.engine.WfVariable.getConceptualClassname()
wt.workflow.forum.DiscussionForum.initialize(String)
wt.workflow.forum.DiscussionForum.newDiscussionForum(String)
在 7.0 中。建立新討論區實例,並將名稱設定為傳入的 String。
wt.workflow.forum.ForumService.createForum(String, String, SubjectOfForum)
wt.workflow.forum.ForumService.createForum(CollaborationTemplate, String, SubjectOfForum)
wt.workflow.forum.ForumService.getDefaultTemplate()
在 7.0 中
wt.workflow.forum.StandardForumService.getConceptualClassname()
wt.workflow.notebook.Notebook.initialize(String)
wt.workflow.notebook.Notebook.newNotebook(String)
wt.workflow.work.StandardWorkflowService.getConceptualClassname()
wt.workflow.work.StandardWorkflowService.markWorkItemComplete(WorkItem, WTPrincipalReference)
從 R2 開始,將工作項目標記為完成。
wt.workflow.work.WorkflowService.getUncompletedWorkItems(WTPrincipal, Project2)
改用 getUncompletedWorkItems (WTUser, WTContainerRef.newWTContainerRef (project))
wt.workflow.work.WorkflowService.getUncompletedWorkItems(Project2)
改用 getUncompletedWorkItems (WTContainerRef.newWTContainerRef (project))
wt.workflow.work.WorkflowService.markWorkItemComplete(WorkItem, WTPrincipalReference)
從 R2 開始,將工作項目標記為完成。
wt.workflow.work.WorkItem.getIdentity()
取代為 getDisplayIdentifier() 以傳回提供物件識別元的可本地化訊息。欲傳回包含物件類型的可本地化值,請使用 getDisplayIdentity()。針對一般訊息,getDisplayIdentity() 本身偏好使用 getDisplayType() and getDisplayIdentifier() 的組合。
wt.wrmf.delivery.StandardShippingService.getConceptualClassname()
wt.wvs.VisualizationHelperFactory.getHelper()
wt.wvs.VisualizationHelperFactory.getHelper(boolean, boolean)
wt.wvs.VisualizationHelperIfc.getBoundingBox(WTCollection)
使用 RepresentationHelper.service.getBoundingBox(WTCollection)
wt.wvs.VisualizationHelperIfc.saveAsZIPFile(Representation, boolean, int, boolean, String)
這是否有幫助?