避免使用的方法
说明
本主题列出避免使用的方法。
“避免使用的方法”表格
方法
说明
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)
使用的 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)。如果 FormResult 使用已避免使用的下一个操作 FormResultAction.LOAD_OPENER_URL. 进行设置,则使用 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 访问组件存储,最终会自动为第 508 部分生成 ID
com.ptc.jca.mvc.components.JcaPropertyConfig.setHtmlId(String)
使用 Javascript 访问组件存储,最终会自动为第 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,因为此 API 会抑制 NotAutorizedException。改用 NmOid.getContainerObject()
com.ptc.netmarkets.model.NmOid.getContainerRef()
已避用此 API,因为此 API 会在发生此异常时抑制 NotAutorizedException 并返回空值。改用 NmOid.getContainerReference()
com.ptc.netmarkets.model.NmOid.getLatestIteration()
已避用此 API,因为此 API 会在发生此异常时抑制 NotAutorizedException 并返回空值。改用 NmOid.getLatestIterationObject()
com.ptc.netmarkets.model.NmOid.getOid()
已避用此 API,因为此 API 会抑制 NotAutorizedException。改用 NmOid.getOidObject()
com.ptc.netmarkets.model.NmOid.getRef()
已避用此 API,因为此 API 会在发生此异常时抑制 NotAutorizedException 并返回空值。改用 NmOid.getRefObject()
com.ptc.netmarkets.model.NmOid.getReferencedIteration()
已避用此 API,因为此 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 重定向。
com.ptc.netmarkets.util.misc.NmAction.jsRedirect(String, Writer, boolean)
建议抛出访问错误,而不是使用像这样的 js 重定向。
com.ptc.netmarkets.util.misc.NmAction.jsRedirectWithNoAccessMessage(Writer, NmURLFactoryBean)
建议抛出访问错误,而不是使用像这样的 js 重定向。
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)
建议抛出访问错误,而不是使用像这样的重定向。
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.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 {@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.ESIBOMRenderer.setData(String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, String, boolean, String, String, String, String, boolean, boolean)
改用 setData(String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, String, boolean, String, String, String, String, WTPart, boolean)
com.ptc.windchill.esi.bom.ESIBOMRenderer.setData(String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, String, boolean, String, String, String, String, boolean, boolean, WTPart)
改用 setData(String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, String, boolean, String, String, String, String, WTPart, boolean)
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.ecn.ESIWTChangeOrder2Renderer.getWcAdapter()
改用 BasicESIRenderer.getAdapterName()
支持的 API:true
com.ptc.windchill.esi.ecn.ESIWTChangeOrder2Renderer.isBomAllocatedParts()
自 10.2 M020 版本起避免使用。改用 ESIWTChangeOrder2Renderer.publishProcessPlanBOMParts() API。
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,此 API 中的 ESITarget 可以为空。
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.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 版本中使用。改用 BasicESIRenderer.getAuth() API。
支持的 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()
使用 invalid @link {@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 版本中使用。使用 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 API。
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 版本中使用。使用 ESIResourceRenderer.setData(Persistable, MPMOperation, MPMResource, Collection, Collection, boolean, boolean, int, TreeNavigator, String, String, String) API。
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.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.VdbBuilderFactory.newVdbBuilder(String)
改用 newVdbBuilder(String, String)
支持的 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.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 服务器不可用),则只能对 ESI 工作流调用此方法,这意味着,无法向 com.ptc.windchill.esi.Event 队列发送消息。
支持的 API:true
com.ptc.windchill.esi.txn.ESITransactionUtility.filterERPDataReleaseActivities(Collection<ReleaseActivity>)
不再使用此 API,而是改用自身逻辑从发布活动中筛选出 ERP 数据。
支持的 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 起,避免使用此方法。在处理整体事务处理的 PostResult RPC 请求过程中,将调用 API ESIReleaseUtility.postEvent()
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.getAllChildOperationHoldersAndUsagesIncludingStandardProceduresRecursively(List<MPMOperationHolder>), NCServerHolder)
该方法现已避免使用,因为对于可以在同一工艺计划下复用的标准工序/操作,我们只能获得最后一个使用关系。由于“映射”结构的原因,先前的版本会被覆盖。改用 MPMProcessPlanService.getAllUsagesAndChildOperationHoldersIncludingStandardProceduresRecursively(List<MPMOperationHolder>) opHolders, NCServerHolder ncHolder)
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.processplan.StandardMPMProcessPlanService.getAllChildOperationHoldersAndUsagesIncludingStandardProceduresRecursively(List<MPMOperationHolder>, NCServerHolder)
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.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 被替换为 Mapinvalid input: '<'String, Set> getMultivaluedSecurityLabels(String security_labels)。这将返回集合中的 SL 值。
wt.access.StandardAccessControlManager.getSecurityLabels(SecurityLabeled)
此 API 被替换为 getMultiSecurityLabels(SecurityLabeled object)。这将返回集合中的 SL 值。
wt.access.StandardAccessControlManager.getSecurityLabels(WTCollection)
此 API 被替换为 WTKeyedMap getMultiValuedSecurityLabels(WTCollection objects)。这将返回集合中的 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, Mapinvalid input: '<'String, Set> security_labels, boolean update_object)
wt.access.StandardAccessControlManager.setSecurityLabels(WTCollection, Map<String, String>, boolean)
此方法被替换为 setSecurityLabelWithMultipleValues(WTCollection objects, Mapinvalid input: '<'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()。对于常规消息,与使用 getDisplayType()getDisplayIdentifier() 的组合相比,getDisplayIdentity() 本身更合适。
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)
在 11.0 版本中,AddressedBy2 链接已替换为 ChangeProcessLink。建议使用 FlexibleChangeService 执行删除操作。
支持的 API:true
wt.change2.ChangeService2.deleteAddressedBy(ChangeRequestIfc, ChangeOrderIfc)
在 11.0 版本中,AddressedBy2 链接已替换为 ChangeProcessLink。建议使用 FlexibleChangeService 执行删除操作。
支持的 API:false
wt.change2.ChangeService2.deleteFormalizedBy(Class, ChangeRequestIfc, ChangeIssueIfc)
在 11.0 版本中,FormalizedBy 链接已替换为 ChangeProcessLink。建议使用 FlexibleChangeService 执行删除操作。
支持的 API:false
wt.change2.ChangeService2.deleteFormalizedBy(ChangeRequestIfc, ChangeIssueIfc)
在 11.0 版本中,FormalizedBy 链接已替换为 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)
在 11.0 版本中,AddressedBy2 link 已替换为 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)
在 11.0 版本中,FormalizedBy 链接已替换为 ChangeProcessLink 。建议使用 FlexibleChangeService 创建链接。
支持的 API:false
wt.change2.ChangeService2.saveResearchedBy(ChangeRequestIfc, ChangeProposalIfc)
使用 invalid input: '@param cr @param cp @return ResearchedByIfc @exception wt.change2.ChangeException2 @exception wt.util.WTException'
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),将 notIncludedisLatestOnly 以 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()。对于常规消息,与使用 getDisplayType()getDisplayIdentifier() 的组合相比,getDisplayIdentity() 本身更合适。
wt.change2.WTAnalysisActivityMaster.getType()
此方法被替换为 IdentityFactory.getDisplayType(object),以便返回 getType() 的可本地化对等项。另一个替代项为 ((WTObject)obj).getDisplayType()
wt.change2.WTChangeActivity2Master.getIdentity()
替换为 getDisplayIdentifier(),用于返回提供对象标识符的可本地化消息。要返回包含对象类型的可本地化值,使用 getDisplayIdentity()。对于常规消息,与使用 getDisplayType()getDisplayIdentifier() 的组合相比,getDisplayIdentity() 本身更合适。
wt.change2.WTChangeActivity2Master.getType()
此方法被替换为 IdentityFactory.getDisplayType(object),以便返回 getType() 的可本地化对等项。另一个替代项为 ((WTObject)obj).getDisplayType()
wt.change2.WTChangeDirective.getIdentity()
替换为 getDisplayIdentifier(),用于返回提供对象标识符的可本地化消息。要返回包含对象类型的可本地化值,使用 getDisplayIdentity()。对于常规消息,与使用 getDisplayType()getDisplayIdentifier() 的组合相比,getDisplayIdentity() 本身更合适。
wt.change2.WTChangeInvestigationMaster.getIdentity()
替换为 getDisplayIdentifier(),用于返回提供对象标识符的可本地化消息。要返回包含对象类型的可本地化值,使用 getDisplayIdentity()。对于常规消息,与使用 getDisplayType()getDisplayIdentifier() 的组合相比,getDisplayIdentity() 本身更合适。
wt.change2.WTChangeInvestigationMaster.getType()
此方法被替换为 IdentityFactory.getDisplayType(object),以便返回 getType() 的可本地化对等项。另一个替代项为 ((WTObject)obj).getDisplayType()
wt.change2.WTChangeIssueMaster.getIdentity()
替换为 getDisplayIdentifier(),用于返回提供对象标识符的可本地化消息。要返回包含对象类型的可本地化值,使用 getDisplayIdentity()。对于常规消息,与使用 getDisplayType()getDisplayIdentifier() 的组合相比,getDisplayIdentity() 本身更合适。
wt.change2.WTChangeIssueMaster.getType()
此方法被替换为 IdentityFactory.getDisplayType(object),以便返回 getType() 的可本地化对等项。另一个替代项为 ((WTObject)obj).getDisplayType()
wt.change2.WTChangeOrder2Master.getIdentity()
替换为 getDisplayIdentifier(),用于返回提供对象标识符的可本地化消息。要返回包含对象类型的可本地化值,使用 getDisplayIdentity()。对于常规消息,与使用 getDisplayType()getDisplayIdentifier() 的组合相比,getDisplayIdentity() 本身更合适。
wt.change2.WTChangeOrder2Master.getType()
此方法被替换为 IdentityFactory.getDisplayType(object),以便返回 getType() 的可本地化对等项。另一个替代项为 ((WTObject)obj).getDisplayType()
wt.change2.WTChangeProposalMaster.getIdentity()
替换为 getDisplayIdentifier(),用于返回提供对象标识符的可本地化消息。要返回包含对象类型的可本地化值,使用 getDisplayIdentity()。对于常规消息,与使用 getDisplayType()getDisplayIdentifier() 的组合相比,getDisplayIdentity() 本身更合适。
wt.change2.WTChangeProposalMaster.getType()
此方法被替换为 IdentityFactory.getDisplayType(object),以便返回 getType() 的可本地化对等项。另一个替代项为 ((WTObject)obj).getDisplayType()
wt.change2.WTChangeRequest2Master.getIdentity()
替换为 getDisplayIdentifier(),用于返回提供对象标识符的可本地化消息。要返回包含对象类型的可本地化值,使用 getDisplayIdentity()。对于常规消息,与使用 getDisplayType()getDisplayIdentifier() 的组合相比,getDisplayIdentity() 本身更合适。
wt.change2.WTChangeRequest2Master.getType()
此方法被替换为 IdentityFactory.getDisplayType(object),以便返回 getType() 的可本地化对等项。另一个替代项为 ((WTObject)obj).getDisplayType()
wt.change2.WTVarianceMaster.getIdentity()
替换为 getDisplayIdentifier(),用于返回提供对象标识符的可本地化消息。要返回包含对象类型的可本地化值,使用 getDisplayIdentity()。对于常规消息,与使用 getDisplayType()getDisplayIdentifier() 的组合相比,getDisplayIdentity() 本身更合适。
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()。对于常规消息,与使用 getDisplayType()getDisplayIdentifier() 的组合相比,getDisplayIdentity() 本身更合适。
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()
自 5 版本起。此构造函数不应再使用,因为除非它引用对象,否则,包含 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()。对于常规消息,与使用 getDisplayType()getDisplayIdentifier() 的组合相比,getDisplayIdentity() 本身更合适。
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.util.EncodingConverter
wt.federation.FederationUtilities.encodeBase64(byte[])
请参阅 FederationHelper
wt.federation.FederationUtilities.encodeURLString(String)
请参阅 wt.util.EncodingConverter
wt.federation.FederationUtilities.encodeURLString(String, String)
请参阅 wt.util.EncodingConverter
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.util.EncodingConverter.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.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.isMember(ContainerTeamManaged, WTUser)
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)
目前,此方法没有 validate 参数;应针对整个 Importer 提供一次 validate 参数。
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 的 CALLER (即 findAmongExistingObjects) 未被弃用。实施典型方法,以查找用于导入应用程序的 Windchill 数据库中是否已存在给定 XML 文件中的对象。
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,或者对于非整数序列,将考虑属性 'iteration position' 的值,而不是 'iteration 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()
在 4.0 版本中,使用 EnumeratedType 对象的相应调用来获取这些值。
wt.lifecycle.LifeCycleService.getCurrentPhase(LifeCycleManaged)
在 R4.0 中 - 不能在生命周期服务之外使用此方法。此阶段对象应视为专用于 LifeCycle。如果您需要访问有关此对象的信息,请通过 Windchill Technical Marketing 发送详细的请求。
wt.lifecycle.LifeCycleService.getLifeCycleTemplate(LifeCycleManaged)
在 4.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()
在 4.0 版本中,使用 EnumeratedType 对象的相应调用来获取这些值。
wt.lifecycle.StandardLifeCycleService.allStates()
在 4.0 版本中,使用 EnumeratedType 对象的相应调用来获取这些值。
wt.lifecycle.StandardLifeCycleService.getConceptualClassname()
wt.lifecycle.StandardLifeCycleService.getCurrentPhase(LifeCycleManaged)
在 R4.0 中 - 不能在生命周期服务之外使用此方法。此阶段对象应视为专用于 LifeCycle。如果您需要访问有关此对象的信息,请通过 Windchill Technical Marketing 发送详细的请求。
wt.lifecycle.StandardLifeCycleService.getLifeCycleTemplate(LifeCycleManaged)
在 4.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()
在 4.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.rawmaterial.RawMaterialLinkService.removeRMAssociationLinks(Set<RMAssociationLink>)
使用 RawMaterialLinkService.removeHistoryManageableLinks(Set)
wt.notify.NotificationManager.createObjectSubscription(NotificationSubscription, Vector<WTPrincipal>, WTReference, String, int)
请勿使用此 API。使用其中一个支持的 createObjectSubscription API。
wt.notify.NotificationManager.createObjectSubscription(NotificationSubscription, WTCollection, Notifiable, HashMap<String, WTStringMap>, boolean)
请勿使用此 API。使用其中一个支持的 createObjectSubscription API。
wt.notify.NotificationManager.createObjectSubscription(NotificationSubscription, NotifySubscriptionRecipient, WTReference, HashMap<String, WTStringMap>, boolean)
请勿使用此 API。使用其中一个支持的 createObjectSubscription API。
wt.notify.NotificationManager.createObjectSubscription(NotificationSubscription, NotifySubscriptionRecipient, Notifiable, boolean, HashMap<String, WTStringMap>, boolean boolean)
请勿使用此 API。使用其中一个支持的 createObjectSubscription API。
wt.notify.NotificationManager.createObjectSubscriptions(NotificationSubscription, WTCollection, WTCollection, HashMap<String, WTStringMap>, boolean, boolean)
请勿使用此 API。使用其中一个支持的 createObjectSubscription API。
wt.notify.NotificationManager.createTypeBasedFolderSubscriptions(NotificationSubscription, WTCollection, WTReference, String, HashMap<String, WTStringMap>, boolean)
改用 createTypeBasedFolderSubscriptions(NotificationSubscription subscriptionAttributes, WTCollection subscribers, WTCollection targetFolders, ArrayList targetTypes, HashMapinvalid input: '<'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, HashMapinvalid input: '<'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 用于 9.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 用于 9.0 版本之前的订阅。自 R9.0 起,使用支持的 getNotificationSubscriptions API 之一。
wt.notify.NotificationManager.subscribeToObject(Vector, ObjectSubscription)
此 API 用于 9.0 版本之前的订阅。自 R9.0 起,使用支持的 createObjectSubscription API 之一来创建订阅。
wt.notify.NotificationManager.unsubscribeToObject(Vector)
此 API 用于 9.0 版本之前的订阅。自 R9.0 起,使用支持的取消订阅 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),以便返回 getIdentity() 的可本地化对等项。要返回包含对象类型的可本地化值,使用 IdentityFactory.getDisplayIdentity(object)。其他替代项包括 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.occurrence.CombinedPathOccurrenceDataMaster.getType()
此方法被替换为 IdentityFactory.getDisplayType(object),以便返回 getType() 的可本地化对等项。另一个替代项为 ((WTObject)obj).getDisplayType()
wt.occurrence.CombinedPathOccurrenceDocumentation.getIdentity()
此方法被替换为 IdentityFactory.getDisplayIdentifier(object),以便返回 getIdentity() 的可本地化对等项。要返回包含对象类型的可本地化值,使用 IdentityFactory.getDisplayIdentity(object)。其他替代项包括 ((WTObject)obj).getDisplayIdentifier()((WTObject)obj).getDisplayIdentity()
wt.occurrence.CombinedPathOccurrenceDocumentation.getType()
此方法被替换为 IdentityFactory.getDisplayType(object),以便返回 getType() 的可本地化对等项。另一个替代项为 ((WTObject)obj).getDisplayType()
wt.occurrence.CombinedPathOccurrenceUserIBAs.getIdentity()
此方法被替换为 IdentityFactory.getDisplayIdentifier(object),以便返回 getIdentity() 的可本地化对等项。要返回包含对象类型的可本地化值,使用 IdentityFactory.getDisplayIdentity(object)。其他替代项包括 ((WTObject)obj).getDisplayIdentifier()((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.OrganizationServicesHelper.isOrganizationDisplayEnabled(WTContainerRef, WTPrincipal)
wt.org.OrganizationServicesManager.allGroups()
wt.org.OrganizationServicesManager.allUsers()
wt.org.OrganizationServicesManager.findActiveAndDisabledUsersByName(Class<?>, String)
自 13.1 版本起;改用 OrganizationServicesManager.findActiveAndDisabledPrincipalsByName(Class, String)
wt.org.OrganizationServicesManager.findActiveAndDisabledUsersByName(Class<?>, String, DirectoryContextProvider[])
自 13.1 版本起;改用无效引用 OrganizationServicesManager#findActiveAndDisabledPrincipalsByName(Class, String,DirectoryContextProvider)
wt.org.OrganizationServicesManager.findLikeActiveAndDisabledUsers(Class, Map<String, List<String>>)
自 13.1 版本起,替换为 OrganizationServicesManager.findLikeActiveAndDisabledPrincipals(Class, Map)
支持的 API:true
wt.org.OrganizationServicesManager.findLikeActiveAndDisabledUsers(Class, Map<String, List<String>>, DirectoryContextProvider[])
自 13.1 版本起,替换为无效引用 OrganizationServicesManager#findLikeActiveAndDisabledPrincipals(Class, String, Map)
支持的 API:true
wt.org.OrganizationServicesManager.findLikeDisabledUsers(String)
自 13.1 版本起;改用 OrganizationServicesManager.findLikeDisabledPrincipals(Class, String)
支持的 API:true
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.findActiveAndDisabledUsersByName(Class,<?>String)
wt.org.StandardOrganizationServicesManager.findLikeActiveAndDisabledUsers(Class,<?>String, DirectoryContextProvider[])
自 13.1 版本起;改用 OrganizationServicesManager.findActiveAndDisabledPrincipalsByName(Class, String)
wt.org.StandardOrganizationServicesManager.findLikeActiveAndDisabledUsers(Class, Map<String, List<String>>)
自 13.1 版本起,替换为无效引用 OrganizationServicesManager#findLikeActiveAndDisabledPrincipals(Class, String, Map)
支持的 API:true
wt.org.StandardOrganizationServicesManager.findLikeActiveAndDisabledUsers(Class, Map<String, List<String>>, DirectoryContextProvider[])
自 13.1 版本起,替换为无效引用 OrganizationServicesManager#findLikeActiveAndDisabledPrincipals(Class, String, Map)
wt.org.StandardOrganizationServicesManager.findLikeDisabledUsers(String)
自 13.1 版本起;改用 OrganizationServicesManager.findLikeDisabledPrincipals(Class, String)
支持的 API:true
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.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.PreferenceInstance.getWTUser()
使用 PreferenceInstance.getWTPrincipal()
wt.preference.PreferenceInstance.getWTUserReference()
使用 PreferenceInstance.getWTPrincipalReference()
wt.preference.PreferenceInstance.setWTUser(WTUser)
使用无效引用 #setWTPrincipal()
wt.preference.PreferenceInstance.setWTUserReference(ObjectReference)
使用无效引用 #setWTPrincipalReference()
wt.preference.PreferenceService2.deleteWTUserPreferenceInstance(String, String, WTUser)
使用 PreferenceService2.deleteWTPrincipalPreferenceInstance(String, String, WTPrincipal)
wt.preference.PreferenceService2.deleteWTUserPreferenceInstance(String, WTUser)
使用 PreferenceService2.deleteWTPrincipalPreferenceInstance(String, WTPrincipal)
wt.preference.PreferenceService2.getMultiValuedPreferenceInstances(String, WTContainerRef, WTUser)
使用 PreferenceService2.getMultiValuedPreferenceInstances(String, WTContainerRef, WTPrincipal)
wt.preference.PreferenceService2.getPreferenceInstance(String, String, WTContainer, WTUser)
使用 PreferenceService2.getPreferenceInstance(String, String, WTContainer, WTPrincipal)
wt.preference.PreferenceService2.getPreferenceInstance(String, WTContainer, WTUser)
使用 PreferenceService2.getPreferenceInstance(String, WTContainer, WTPrincipal)
wt.preference.PreferenceService2.getPreferenceInstances(Map<String, Collection<PreferenceInstance>>, Collection<String>, Integer, WTContainer, WTUser)
使用 PreferenceService2.getPreferenceInstances(Map, Collection, Integer, WTContainer, WTPrincipal)
wt.preference.PreferenceService2.getPreferenceInstances(Map<String, Collection<PreferenceInstance>>, Collection<String>, Collection<string>, Integer, WTContainer, WTUser)
使用 PreferenceService2.getPreferenceInstances(Map, Collection, Collection, Integer, WTContainer, WTPrincipal)
wt.preference.PreferenceService2.getPreferenceInstances(Map<String, Collection<PreferenceInstance>>, Collection<String>, Collection<String>, Collection<String>, Integer, WTContainer, WTUser)
使用 PreferenceService2.getPreferenceInstances(Map, Collection, Collection, Collection, Integer, WTContainer, WTPrincipal)
wt.preference.PreferenceService2.getValue(String, String, WTContainer, WTUser)
改用 PreferenceService2.getValue(String, String, WTContainer, WTPrincipal)
wt.preference.PreferenceService2.getValue(String, WTContainer, WTUser)
改用 PreferenceService2.getValue(String, WTContainer, WTPrincipal)
wt.preference.PreferenceService2.getValue(WTContainerRef, String, String, WTUser)
使用 PreferenceService2.getValue(WTContainerRef, String, String, WTPrincipal)
wt.preference.PreferenceService2.getValue(WTUser, String, String)
使用 PreferenceService2.getValue(WTPrincipal, String, String)
wt.preference.PreferenceService2.getValues(Collection<String>,Collection<String>, String, WTContainer, WTUser)
改用 PreferenceService2.getValues(Collection, Collection, String, WTContainer, WTPrincipal)
wt.preference.PreferenceService2.getValues(Collection<String>,Collection<String>, WTContainer, WTUser)
改用 PreferenceService2.getValues(Collection, Collection, WTUserWTContainer, WTPrincipal)
wt.preference.PreferenceService2.getValues(Collection<String>, WTContainer, WTUser)
改用 PreferenceService2.getValues(Collection, WTContainer, WTPrincipal)
wt.preference.PreferenceService2.getValues(Map<String, Object>, Collection<String>, Collection<String>, String, WTContainer, WTUser)
改用 PreferenceService2.getValues(Map, Collection, Collection, String, WTContainer, WTPrincipal)
wt.preference.PreferenceService2.getValues(Map<String, Object>, Collection<String>, Collection<String>, WTContainer, WTUser)
改用 PreferenceService2.getValues(Map, Collection, Collection, WTContainer, WTPrincipal)
wt.preference.PreferenceService2.getValues(Map<String, Object>, Collection<String>, WTContainer, WTUser)
改用 PreferenceService2.getValues(Map, Collection, WTContainer, WTPrincipal)
wt.preference.PreferenceService2.getValues(WTContainerRef, Collection<String>, Collection<String>, String, WTUser)
使用 PreferenceService2.getValues(WTContainerRef, Collection, Collection, String, WTPrincipal)
wt.preference.PreferenceService2.getValues(WTContainerRef, Map<String, Object>, Collection<String>, Collection<String>, String, WTUser)
使用 PreferenceService2.getValues(WTContainerRef, Map, Collection, Collection, String, WTPrincipal)
wt.preference.PreferenceService2.setValue(String, Object, WTUser)
使用 PreferenceService2.setValue(String, Object, WTPrincipal)
wt.preference.PreferenceService2.setValue(String, String, Object, WTUser)
使用 PreferenceService2.setValue(String, String, Object, WTPrincipal)
wt.preference.PreferenceValueHandler.getValue(PreferenceDefinition, OrgContainer, WTContainer, WTUser)
改用 PreferenceValueHandler.getValue(PreferenceDefinition definition, OrgContainer organization, WTContainer container, WTPrincipal principal)
wt.preference.PreferenceValueHandler.getValue(PreferenceInstance, OrgContainer, WTContainer, WTUser)
改用 PreferenceValueHandler.getValue(PreferenceInstance instance, OrgContainer organization, WTContainer container, WTPrincipal principal)
wt.preference.PreferenceValueHandler.stringToObject(String, OrgContainer, WTContainer, WTUser)
改用 PreferenceValueHandler.stringToObject(String aString, OrgContainer organization, WTContainer container, WTPrincipal principal)
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.ConstantExpressionUseEscape 属性。
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,因为这些 API 是跨平台的。
wt.series.HarvardSeries.getDelimiter()
此 API 旨在返回用于多级系列的分隔符。但它将用于多个 Windchill 模块中,以获取用于生成版本显示标识符的分隔符。为避免对这些模块产生任何影响,此 API 已更新为返回 '.'。通过此 API 生成版本显示标识符的用法已更新,应改为使用 StandardIterationDisplayIdentity
支持的 API:false
wt.series.HarvardSeries.getLegacySeriesDelimiter()
获取属性值:DELIMITER用于分隔系列中相邻子值的分隔符。
支持的 API:false
wt.series.HarvardSeries.setDelimiter(Character)
支持的 API:false
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)
@ R7.0. 改用 createTeam(WTRoleHolder2, name, object)
wt.team.TeamService.findCandidateTeams()
@ R7.0.
wt.team.TeamService.findCandidateTeams(AdminDomainRef)
@ R7.0.
wt.team.TeamService.findTeams()
@ R7.0.
wt.team.TeamService.findTeams(AdminDomainRef)
@ R7.0.
wt.team.TeamService.findTeams(AdminDomainRef, String)
@ R7.0.
wt.team.TeamService.getTeam(AdministrativeDomain, String)
@ R7.0.
wt.team.TeamService.getTeams()
@ R7.0.
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.WTContext.getParentFrame()
wt.util.WTContext.setContext(Component)
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)
使用支持的 setVersionIdentifier(Versioned, VersionIdentifier) API。
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 版本中,创建新论坛实例并将名称设置为传入的字符串。
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)
自 2 版本起,将工作项标记为完成。
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)
自 2 版本起,将工作项标记为完成。
wt.workflow.work.WorkItem.getIdentity()
替换为 getDisplayIdentifier(),用于返回提供对象标识符的可本地化消息。要返回包含对象类型的可本地化值,使用 getDisplayIdentity()。对于常规消息,与使用 getDisplayType() and getDisplayIdentifier() 组合相比,getDisplayIdentity() 本身更合适。
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)
这对您有帮助吗?