Deprecated Methods
Description
This topic lists the deprecated methods.
Deprecated Methods Table
Method
Description
com.ptc.qualitymanagement.regmstr.impl.RegulatorySubmissionProcessorHelper.generatePrimaryContent(RegulatorySubmission regulatorySubmission)
Use RegulatorySubmission generatePrimaryContent(RegulatorySubmission regulatorySubmission, boolean draft)
com.ptc.arbortext.windchill.siscore.serviceeff.filterDelegates.DefaultServiceEffectivityDelegate.getEffContextFromString(String)
Use an API that accepts the context String.
com.ptc.arbortext.windchill.siscore.SisCoreHelper.getContentHolders(RevisionControlled)
Use
SisCoreHelper.getHoldersFromContent(WTCollection)
com.ptc.core.businessfield.server.businessObject.BusinessObjectHelper.extractCopyOfLegacyAttributeContainerForEPMUseOnly(List<BusinessObject>)
Use BusinessObject.get (...) instead.
com.ptc.core.command.common.bean.repository.AbstractRepositoryCommand.setPagingSanpshotQueryLimit(int)
Use setPagingSnapshotQueryLimit()
com.ptc.core.components.descriptor.ColumnDescriptorFactory.newDefaultColumn(String, ModelContext)
Use newDefaultColumn (ComponentDescriptor cd) instead
com.ptc.core.components.descriptor.ModelContext.getATS(boolean)
Use ModelContext.getATI() instead
com.ptc.core.components.descriptor.ModelContext.getRowObject()
Replaced by getTargetObject()
com.ptc.core.components.descriptor.ModelContext.getRowObjects()
Replaced by 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)
Use getItemAttributes (ComponentDescriptor cd, NmCommandBean cb)
com.ptc.core.components.forms.CreateAndEditModelGetter.getItemClassificationAttributes(ComponentDescriptor, NmCommandBean, NmContext)
Use getItemClassificationAttributes (ComponentDescriptor compDescriptor, NmCommandBean cb)
com.ptc.core.components.forms.DefaultAttributePopulator.getContainerRef()
Since x-20, use: getContainerRef(nmCommandBean)
Supported API: false
com.ptc.core.components.forms.DefaultObjectFormProcessor.execute(NmCommandBean)
In 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)
Since 10.1 M010
com.ptc.core.components.forms.FormResult.getForcedUrl()
(since 10.2 M030, FormResultAction already deprecated since 10.1 M010) The forcedUrl would setup FormResult with deprecated next action FormResultAction.FORWARD. All FormResultActions have been deprecated since 10.1 M010. Use of FormResultAction should be removed from FormProcessors. Instead, the FormProcessor should return a list of the Oids that were affected by the action (if any), and let the components displayed in the UI request updates from the server, as necessary. If more data than just the oids may be needed for the page to decide how to handle the action. There is an extraData map which could contain such extra info.
com.ptc.core.components.forms.FormResult.getJavascript()
(since 10.2 M030, FormResultAction already deprecated since 10.1 M010) The javascript is only used if FormResult was setup with deprecated next action FormResultAction.JAVASSCRIPT. All FormResultActions have been deprecated since 10.1 M010. Use of FormResultAction should be removed from FormProcessors. Instead, the FormProcessor should return a list of the Oids that were affected by the action (if any), and let the components displayed in the UI request updates from the server, as necessary. If more data than just the oids may be needed for the page to decide how to handle the action. There is an extraData map which could contain such extra info.
com.ptc.core.components.forms.FormResult.getNextAction()
(since 10.1 M010) Use of FormResultAction should be removed from FormProcessors. Instead, the FormProcessor should return a list of the Oids that were affected by the action (if any), and let the components displayed in the UI request updates from the server, as necessary.
com.ptc.core.components.forms.FormResult.getURL()
(Since 10.2 M030, FormResultAction already deprecated since 10.1 M010) The url is used if FormResult was setup with deprecated next action FormResultAction.LOAD_OPENER_URL. All FormResultActions have been deprecated since 10.1 M010. Use of FormResultAction should be removed from FormProcessors. Instead, the FormProcessor should return a list of the Oids that were affected by the action (if any), and let the components displayed in the UI request updates from the server, as necessary. If more data than just the oids may be needed for the page to decide how to handle the action. There is an extraData map which could contain such extra info.
com.ptc.core.components.forms.FormResult.setForcedUrl(String)
(since 10.2 M030, FormResultAction already deprecated since 10.1 M010) The forcedUrl would setup FormResult with deprecated next action FormResultAction.FORWARD. All FormResultActions have been deprecated since 10.1 M010. Use of FormResultAction should be removed from FormProcessors. Instead, the FormProcessor should return a list of the Oids that were affected by the action (if any), and let the components displayed in the UI request updates from the server, as necessary. If more data than just the oids may be needed for the page to decide how to handle the action. There is an extraData map which could contain such extra info.
com.ptc.core.components.forms.FormResult.setJavascript(String)
(Since 10.2 M030, FormResultAction already deprecated since 10.1 M010) The javascript is only used if FormResult was setup with deprecated next action FormResultAction.JAVASSCRIPT. All FormResultActions have been deprecated since 10.1 M010. Use of FormResultAction should be removed from FormProcessors. Instead, the FormProcessor should return a list of the Oids that were affected by the action (if any), and let the components displayed in the UI request updates from the server, as necessary. If more data than just the oids may be needed for the page to decide how to handle the action. There is an extraData map which could contain such extra info.
com.ptc.core.components.forms.FormResult.setJavascript(String, boolean)
com.ptc.core.components.forms.FormResult.setNextAction(FormResultAction)
(since 10.1 M010) Use of FormResultAction should be removed from FormProcessors. Instead, the FormProcessor should return a list of the Oids that were affected by the action (if any), and let the components displayed in the UI request updates from the server, as necessary.
com.ptc.core.components.forms.FormResult.setSkipPageRefresh(boolean)
Since 10.2 M030 (skipPage() API already deprecated since 10.1 M010)
com.ptc.core.components.forms.FormResult.setURL(String)
(Since 10.2 M030, FormResultAction already deprecated since 10.1 M010) The url is used if FormResult was setup with deprecated next action FormResultAction.LOAD_OPENER_URL. All FormResultActions have been deprecated since 10.1 M010. Use of FormResultAction should be removed from FormProcessors. Instead, the FormProcessor should return a list of the Oids that were affected by the action (if any), and let the components displayed in the UI request updates from the server, as necessary. If more data than just the oids may be needed for the page to decide how to handle the action. There is an extraData map which could contain such extra info.
com.ptc.core.components.forms.FormResult.skipPage(ServletRequest)
Since 10.1 M010
com.ptc.core.components.rendering.guicomponents.AttributeInputComponent.formatValue(Object)
Not used
com.ptc.core.components.rendering.guicomponents.IconComponent.addMiniInfo(NmOid)
Use addMiniInfo(NmOid, String, String)
com.ptc.core.components.rendering.guicomponents.IconComponent.addMiniInfo(NmOid, String)
Use addMiniInfo(NmOid, String, String)
com.ptc.core.components.rendering.guicomponents.IconComponent.addMiniInfo(NmOid, String, String)
com.ptc.core.components.rendering.guicomponents.StringInputComponent.getRange()
Not used
com.ptc.core.components.rendering.guicomponents.StringInputComponent.setRange(List)
Not used
com.ptc.core.components.rendering.guicomponents.SuggestTextBox.setFrequency(double)
use @{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 is deprecated and is planned to be removed in the next release. Use PersistableAdapter instead.
Supported API: true
com.ptc.core.lwc.server.LWCNormalizedObject.get(String)
LWCNormalizedObject is deprecated and is planned to be removed in the next release. Use PersistableAdapter instead.
Supported API: true
com.ptc.core.lwc.server.LWCNormalizedObject.getAsString(String)
LWCNormalizedObject is deprecated and is planned to be removed in the next release. Use PersistableAdapter instead.
Supported API: true
com.ptc.core.lwc.server.LWCNormalizedObject.getAttributeDescriptor(String)
LWCNormalizedObject is deprecated and is planned to be removed in the next release. Use PersistableAdapter instead.
Supported API: true
com.ptc.core.lwc.server.LWCNormalizedObject.getTypeDescriptor()
LWCNormalizedObject is deprecated and is planned to be removed in the next release. Use PersistableAdapter instead.
Supported API: true
com.ptc.core.lwc.server.LWCNormalizedObject.load(String...)
LWCNormalizedObject is deprecated and is planned to be removed in the next release. Use PersistableAdapter instead.
Supported API: true
com.ptc.core.lwc.server.LWCNormalizedObject.load(Collection<string>)
LWCNormalizedObject is deprecated and is planned to be removed in the next release. Use PersistableAdapter instead.
Supported API: true
com.ptc.core.lwc.server.LWCNormalizedObject.persist()
LWCNormalizedObject is deprecated and is planned to be removed in the next release. Use PersistableAdapter instead.
Supported API: true
com.ptc.core.lwc.server.LWCNormalizedObject.set(String, Object)
LWCNormalizedObject is deprecated and is planned to be removed in the next release. Use PersistableAdapter instead.
Supported API: true
com.ptc.core.lwc.server.LWCNormalizedObject.setIBAsPreLoaded(boolean)
LWCNormalizedObject is deprecated and is planned to be removed in the next release. Use PersistableAdapter instead.
Supported API: true
com.ptc.core.lwc.server.LWCNormalizedObject.validate()
LWCNormalizedObject is deprecated and is planned to be removed in the next release. Use PersistableAdapter instead.
Supported API: true
com.ptc.core.meta.common.impl.WCTypeIdentifier.getClassnameFromTypename()
Replaced by getTableClassName().
com.ptc.core.meta.common.impl.WCTypeIdentifier.getClassnameFromTypename(String)
Get the type identifier for the type name and use it's getTableClassName() instead.
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()
The site wide property defining the contents table display style has been replaced by the packages type based property ShowPackageContentsTableAsTree, allowing display style to be configured on a package type basis. Use ContentViewsHelper.isPersistedCollectionHolderContentTree(PersistedCollectionHolder) to determine the package display style configured for a particular package instance.
com.ptc.core.query.common.impl.CriteriaHelperImpl.newCriteria(ContainerSpec, boolean, Class[])
as of 10.0, use newCriteria(ContainerSpec,boolean)
com.ptc.core.query.report.bom.common.BOMReportHelper.produceConsolidatedBOMReport(Object[], double[], NavigationCriteria, Object[], int[], Properties, Locale, int, String[], boolean, WriterProxy)
See SingleLevelConsolidatedBOMTableBuilder.
Will be deleted in next release.
com.ptc.core.query.report.bom.common.BOMReportHelper.produceMultiBOMDiffReport(Object[], NavigationCriteria[], Object[], int[], Properties, Locale, int, String[], boolean, WriterProxy)
Will be deleted in next release
com.ptc.core.query.report.bom.common.BOMReportHelper.produceMultiBOMReport(Object[], NavigationCriteria[], Object[], int[], Properties, Locale, int, String[], boolean, WriterProxy)
See MultiLevelBOMReportTreeBuilder.
Will be deleted in next release.
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)
Use #buildReadOnlyAttributesPanelConfig instead
com.ptc.jca.mvc.components.JcaComponentParamsUtils.setContextObject(JcaComponentParams, Object)
com.ptc.jca.mvc.components.JcaPropertyConfig.getHtmlId()
Use javascript to access component store, ids will eventually be auto- generated for section 508
com.ptc.jca.mvc.components.JcaPropertyConfig.setHtmlId(String)
Use javascript to access component store, ids will eventually be auto- generated for section 508
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()
Usage of property panels is only supported through the property panel tag, and is intended only for the simple display of attributes. Application teams and customizers should be using attribute panels instead.
com.ptc.mvc.components.InfoConfig.isShowVisualization()
If a VisualizationDelegate is registered for your object type the "Visualization and Attributes" option will appear, otherwise that option is hidden. OOTB there are already visualization delegates registered for Representations, Representables, Viewables.
com.ptc.mvc.components.InfoConfig.setShowVisualization(boolean)
if a VisualizationDelegate is registered for your object type the "Visualization and Attributes" option will appear, otherwise that option is hidden. OOTB there are already visualization delegates registered for Representations, Representables, Viewables.
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()
since 10.1 M010
com.ptc.netmarkets.model.NmOid.getContainer()
This api has been deprecated as it squashes the NotAutorizedException. Use NmOid.getContainerObject() instead.
com.ptc.netmarkets.model.NmOid.getContainerRef()
This api has been deprecated as it squashes the NotAutorizedException and returns null in case of that exception. Use NmOid.getContainerReference() instead.
com.ptc.netmarkets.model.NmOid.getLatestIteration()
This api has been deprecated as it squashes the NotAutorizedException and returns null in case of that exception. Use NmOid.getLatestIterationObject() instead.
com.ptc.netmarkets.model.NmOid.getOid()
This api has been deprecated as it squashes the NotAutorizedException. Use NmOid.getOidObject() instead.
com.ptc.netmarkets.model.NmOid.getRef()
This api has been deprecated as it squashes the NotAutorizedException and returns null in case of that exception. Use NmOid.getRefObject() instead.
com.ptc.netmarkets.model.NmOid.getReferencedIteration()
This api has been deprecated as it squashes the NotAutorizedException and returns null in case of that exception. Use NmOid.getReferencedIterationObject() instead.
com.ptc.netmarkets.model.NmOid.getType()
Use NmOid.getReferencedClass() or NmOid.isA(Class)
com.ptc.netmarkets.model.NmOid.setAdditionalInfo(HashMap)
since 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)
since 10.1 M010
com.ptc.netmarkets.util.beans.NmCommandBean.clearDynamicAtts()
since 10.1 M010
com.ptc.netmarkets.util.beans.NmCommandBean.convert(String)
com.ptc.netmarkets.util.beans.NmCommandBean.convertRequestParamNoEscaping(String)
Use NmCommandBean.convertRequestParam(String) instead.
com.ptc.netmarkets.util.beans.NmCommandBean.getAdditionalAjaxParams()
Since X-22 MOR
com.ptc.netmarkets.util.beans.NmCommandBean.getCallerContext()
Since X-22 MOR
com.ptc.netmarkets.util.beans.NmCommandBean.getCurrentNodeInOpener()
com.ptc.netmarkets.util.beans.NmCommandBean.getDynamicAction()
Since X-22 MOR
com.ptc.netmarkets.util.beans.NmCommandBean.getDynamicContext()
Since X-22 MOR
com.ptc.netmarkets.util.beans.NmCommandBean.getDynamicLocations()
Since X-22 MOR use NmCommandBean.getDynamicLocation() instead
com.ptc.netmarkets.util.beans.NmCommandBean.getDynamicOid()
Since X-22 MOR use getDynamicOids()
com.ptc.netmarkets.util.beans.NmCommandBean.getInstructions()
At X-26. Use FormResult to give feedback after an action.
com.ptc.netmarkets.util.beans.NmCommandBean.getOpenerInstructions()
At X-26. Use FormResult to give feedback after an action.
com.ptc.netmarkets.util.beans.NmCommandBean.getRedirectURL()
At X-26. use FormResult to convey what data changed and let the client side listeners handle as desired.
com.ptc.netmarkets.util.beans.NmCommandBean.getTextParameter(String, Object)
Use non-static version
com.ptc.netmarkets.util.beans.NmCommandBean.getTextParameterValues(String, Object)
Use non-static version
com.ptc.netmarkets.util.beans.NmCommandBean.parseSoidArray(String[], ArrayList)
Use #parseSoidArray(String[] oidStrs, Set sels) instead.
com.ptc.netmarkets.util.beans.NmCommandBean.putAdditionalAjaxParams(ArrayList)
Since X-22 MOR
com.ptc.netmarkets.util.beans.NmCommandBean.putDynamicAction(String)
Since X-22 MOR
com.ptc.netmarkets.util.beans.NmCommandBean.putDynamicContext(NmContext)
Since X-22 MOR
com.ptc.netmarkets.util.beans.NmCommandBean.putDynamicLocation(NmOid)
Since X-22 MOR
com.ptc.netmarkets.util.beans.NmCommandBean.putDynamicLocationContext(NmContext)
Since X-22 MOR
com.ptc.netmarkets.util.beans.NmCommandBean.putDynamicOid(NmOid)
Since X-22 MOR
com.ptc.netmarkets.util.beans.NmCommandBean.putIsDynamic(boolean)
Since X-22 MOR
com.ptc.netmarkets.util.beans.NmCommandBean.setDynamic(NmOid, NmOid, String)
Since X-22 MOR
com.ptc.netmarkets.util.beans.NmCommandBean.setDynamic(ArrayList, NmOid, NmOid, String)
Since X-22 MOR
com.ptc.netmarkets.util.beans.NmCommandBean.setDynamic(ArrayList, NmOid, String)
Since X-22 MOR
com.ptc.netmarkets.util.beans.NmCommandBean.setDynamic(ArrayList, NmContext, NmContext, String)
Since X-22 MOR
com.ptc.netmarkets.util.beans.NmCommandBean.setDynamic(ArrayList, String)
Since X-22 MOR
com.ptc.netmarkets.util.beans.NmCommandBean.setInstructions(NmHTMLInstructions)
at X-26. Use FormResult to give feedback after an action.
com.ptc.netmarkets.util.beans.NmCommandBean.setOpenerInstructions(NmHTMLInstructions)
at X-26. Use FormResult to give feedback after an action.
com.ptc.netmarkets.util.beans.NmCommandBean.setRedirectURL(NmLink)
at X-26. Use FormResult to convey what data changed and let the client side listeners handle as desired.
com.ptc.netmarkets.util.beans.NmCommandBean.setRequestOverrideParameters(HashMap)
since X-24 M030 For src_test code, just use NmCommandBean.getNmCommandBean(Map) instead. For production code, instead of using this API, refactor so the request is made with the correct parameters in the first place. This is not a robust way to override the request params. It is not clear if the given map is supposed to contain ALL the form data, or just the overriden form data.
NmCommandBean.getTextParameterValues(String) will fallback to checking the request/requestData if the overrides doesn't contain a value for a key, but NmCommandBean.getTextParameter(String) currently does not do any such fallback? Also, if other FormDataHolders were made from the original form data values, those would not be updated with the overriden value (e.g. object beans in form processors) And the old* maps on this command bean itself may already be initialized with the original form data values so attempting to override those parameters may have no effect. So its not a clean way to override form data.
com.ptc.netmarkets.util.beans.NmHelperBean.objectjsp(Writer)
com.ptc.netmarkets.util.beans.NmSessionBean.addFeedback(NmOid, String, String)
Supported 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()
Supported API: false
com.ptc.netmarkets.util.beans.NmSessionBean.getDynamicLocation()
com.ptc.netmarkets.util.beans.NmSessionBean.getDynamicLocation(int)
com.ptc.netmarkets.util.beans.NmSessionBean.getDynamicLocationContexts()
Supported API: false
com.ptc.netmarkets.util.beans.NmSessionBean.getDynamicLocations()
com.ptc.netmarkets.util.beans.NmSessionBean.getDynamicOid()
use method that return lists
com.ptc.netmarkets.util.beans.NmSessionBean.getDynamicOid(int)
com.ptc.netmarkets.util.beans.NmSessionBean.getDynamicOids()
Supported API: false
com.ptc.netmarkets.util.beans.NmSessionBean.getLastActionID()
Supported 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)
Use wt.preference.PreferenceHelper APIs directly
com.ptc.netmarkets.util.beans.NmSessionBean.getPref(String, boolean)
Use wt.preference.PreferenceHelper APIs directly
com.ptc.netmarkets.util.beans.NmSessionBean.getPref(String, String)
Use wt.preference.PreferenceHelper APIs directly
com.ptc.netmarkets.util.beans.NmSessionBean.getPref(String, String, boolean)
Use wt.preference.PreferenceHelper APIs directly
com.ptc.netmarkets.util.beans.NmSessionBean.getPreference(String, String, boolean)
Use wt.preference.PreferenceHelper APIs instead
com.ptc.netmarkets.util.beans.NmSessionBean.getPreference(String, String, boolean, NmOid)
Use wt.preference.PreferenceHelper APIs instead
Supported API: false
com.ptc.netmarkets.util.beans.NmSessionBean.getPreference(String, String, NmOid)
Use wt.preference.PreferenceHelper APIs instead
com.ptc.netmarkets.util.beans.NmSessionBean.getPreferenceValue(String, String, WTContainer)
Use wt.preference.PreferenceHelper APIs instead
com.ptc.netmarkets.util.beans.NmSessionBean.getPrefKey(String, String)
Use wt.preference.PreferenceHelper APIs directly
com.ptc.netmarkets.util.beans.NmSessionBean.getTimeZone()
Use the TimeZoneHelper directly instead
com.ptc.netmarkets.util.beans.NmSessionBean.isCAD()
See isCad
com.ptc.netmarkets.util.beans.NmSessionBean.isDoneCB()
com.ptc.netmarkets.util.beans.NmSessionBean.isDynamic()
com.ptc.netmarkets.util.beans.NmSessionBean.loadPrefs()
use wt.preference.PreferenceHelper APIs directly
com.ptc.netmarkets.util.beans.NmSessionBean.performThisTable(String, Object)
Supported 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)
use wt.preference.PreferenceHelper APIs directly
com.ptc.netmarkets.util.beans.NmSessionBean.putPref(String, Object, boolean, boolean)
use wt.preference.PreferenceHelper APIs directly
com.ptc.netmarkets.util.beans.NmSessionBean.putPref(String, String, Object, boolean)
use wt.preference.PreferenceHelper APIs directly
com.ptc.netmarkets.util.beans.NmSessionBean.putPref(String, String, Object, boolean, boolean)
use wt.preference.PreferenceHelper APIs directly
com.ptc.netmarkets.util.beans.NmSessionBean.putPrefCache(String, String, Object)
use wt.preference.PreferenceHelper APIs directly
com.ptc.netmarkets.util.beans.NmSessionBean.removeModel(String)
com.ptc.netmarkets.util.beans.NmSessionBean.removePref(String, String)
use wt.preference.PreferenceHelper APIs directly
com.ptc.netmarkets.util.beans.NmSessionBean.removePrefCache(String, String)
Use wt.preference.PreferenceHelper APIs directly
com.ptc.netmarkets.util.beans.NmSessionBean.removeTimeZone()
Use TimeZoneHelper directly
com.ptc.netmarkets.util.beans.NmSessionBean.setDoneCB(boolean)
com.ptc.netmarkets.util.beans.NmSessionBean.setLastActionID(String)
Supported 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)
Supported API: false
com.ptc.netmarkets.util.beans.NmSessionBean.showComponent(String, Object, boolean)
Supported 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)
Use either HTMLEncoder.encodeForHTML Content(String) or HTMLEncoder.encodeForHTMLAttribute(String) instead.
com.ptc.netmarkets.util.beans.NmStringBean.formatAsHTML(String)
Use either HTMLEncoder.encodeAndFormatForHTMLContent(String) or HTMLEncoder.encodeAndFormatForHTMLContent(String, Boolean) instead.
com.ptc.netmarkets.util.beans.NmStringBean.removeScripts(String)
Use either HTMLEncoder.encodeForHTMLContent(String) or HTMLEncoder.encodeForHTMLAttribute(String) or HTMLEncoder.encodeForJavascript(String) instead.
com.ptc.netmarkets.util.beans.NmURLFactoryBean.parseQueryString(String, HttpServletRequest)
Replaced by 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)
It is recommended to throw access errors, rather than use a js redirect like this.
com.ptc.netmarkets.util.misc.NmAction.jsRedirect(String, Writer, boolean)
It is recommended to throw access errors, rather than use a js redirect like this.
com.ptc.netmarkets.util.misc.NmAction.jsRedirectWithNoAccessMessage(Writer, NmURLFactoryBean)
It is recommended to throw access errors, rather than use a js redirect like this.
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)
It is recommended to throw access errors, rather than use a redirect like this.
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)
this flag has no meaning and is not being used anywhere
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)
Use one of the non-deprecated methods.
com.ptc.odata.windchill.WCExceptionBuilder.buildODataApplicationException(Class, String, Object[], HttpStatusCode, Locale)
Use WCExceptionBuilder.buildODataApplicationException(HttpStatusCode, Locale, Class, String, Object[])
com.ptc.odata.windchill.WCExceptionBuilder.buildODataApplicationException(Class, String, Locale, Throwable)
Use WCExceptionBuilder.buildODataApplicationException(Throwable, Locale, Class, String)
com.ptc.odata.windchill.WCExceptionBuilder.buildODataApplicationException(Class, String, HttpStatusCode, Locale)
Use WCExceptionBuilder.buildODataApplicationException(HttpStatusCode, Locale, Class, String)
com.ptc.odata.windchill.WCExceptionBuilder.buildODataApplicationException(Class, String, HttpStatusCode, Locale, Throwable)
Use WCExceptionBuilder.buildODataApplicationException(Throwable, Locale, Class, String) and that method will determine the best HTTP status code.
com.ptc.odata.windchill.WCExceptionBuilder.buildODataApplicationException(Throwable, HttpStatusCode, Locale)
Use WCExceptionBuilder.buildODataApplicationException(Throwable, Locale) and that method will determine the best HTTP status code.
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)
- Use 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)
Another API rollUpFromChildren() in StandardAssignmentService which is also performing similar task. We are thinking of clubbing both of them.
com.ptc.projectmanagement.plannable.StandardPlannableService.rollupStateFromChildren(Plannable, Plannable)
Another API rollUpFromChildren() in StandardAssignmentService which is also performing similar task. We are thinking to club both of them.
com.ptc.projectmanagement.util.ProcessorUtils.getQueryForAssociationEligibleMilestones(String)
com.ptc.qualitymanagement.capa.investigation.CAPAAnalysisActivityMaster.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
com.ptc.qualitymanagement.capa.investigation.CAPAAnalysisActivityMaster.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
com.ptc.qualitymanagement.capa.investigation.CAPAChangeInvestigationMaster.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
com.ptc.qualitymanagement.capa.investigation.CAPAChangeInvestigationMaster.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
com.ptc.qualitymanagement.capa.plan.CAPAActionPlanMaster.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
com.ptc.qualitymanagement.capa.plan.CAPAChangeActivityMaster.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
com.ptc.qualitymanagement.capa.plan.CAPAChangeActivityMaster.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
com.ptc.qualitymanagement.capa.request.CAPAChangeRequestMaster.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
com.ptc.qualitymanagement.capa.request.CAPAChangeRequestMaster.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
com.ptc.qualitymanagement.cem.activity.product.investigation.CEProductInvestigationMaster.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
com.ptc.qualitymanagement.cem.activity.product.investigation.CEProductInvestigationMaster.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
com.ptc.qualitymanagement.cem.CustomerExperienceMaster.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
com.ptc.qualitymanagement.cem.StandardCustomerExperienceService.getConceptualClassname()
com.ptc.qualitymanagement.nc.investigation.NCInvestigation.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
com.ptc.qualitymanagement.nc.investigation.NCInvestigation.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
com.ptc.qualitymanagement.nc.investigation.NCInvestigationMaster.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
com.ptc.qualitymanagement.nc.investigation.NCInvestigationMaster.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
com.ptc.qualitymanagement.nc.NCAnalysisActivity.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
com.ptc.qualitymanagement.nc.NCAnalysisActivity.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
com.ptc.qualitymanagement.nc.NCAnalysisActivityMaster.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
com.ptc.qualitymanagement.nc.NCAnalysisActivityMaster.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
com.ptc.qualitymanagement.nc.Nonconformance.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
com.ptc.qualitymanagement.nc.Nonconformance.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
com.ptc.qualitymanagement.nc.NonconformanceMaster.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((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()
Removed from specification 09.24.2013
com.ptc.qualitymanagement.udi._UDISubmission.getGmdnPreferredTermCode()
Removed from specification 09.24.2013
com.ptc.qualitymanagement.udi._UDISubmission.getMarketingStartDate()
Removed from specification 09.24.2013
com.ptc.qualitymanagement.udi._UDISubmission.getMarketingStatus()
Removed from specification 11.22.2013
com.ptc.qualitymanagement.udi._UDISubmission.getModelNumberFamily()
Removed from specification 09.24.2013
com.ptc.qualitymanagement.udi._UDISubmission.setBrandNameFamily(Boolean)
Removed from specification 09.24.2013
com.ptc.qualitymanagement.udi._UDISubmission.setGmdnPreferredTermCode(String)
Removed from specification 09.24.2013
com.ptc.qualitymanagement.udi._UDISubmission.setMarketingStartDate(Timestamp)
Removed from specification 09.24.2013
com.ptc.qualitymanagement.udi._UDISubmission.setMarketingStatus(String)
Removed from specification 11.22.2013
com.ptc.qualitymanagement.udi._UDISubmission.setModelNumberFamily(Boolean)
Removed from specification 09.24.2013
com.ptc.qualitymanagement.udi.fda._FDAUDISubmission.getExemptDPMReason()
Removed from specification 09.24.2013
com.ptc.qualitymanagement.udi.fda._FDAUDISubmission.setExemptDPMReason(String)
Removed from specification 09.24.2013
com.ptc.qualitymanagement.udi.superset._UdiSuperSet.getExemptDPMReason()
Removed from specification 09.24.2013
com.ptc.qualitymanagement.udi.superset._UdiSuperSet.setExemptDPMReason(String)
Removed from specification 09.24.2013
com.ptc.qualitymanagement.udi.superset.StandardUdiSuperSetAttributePopulator.populateFromTemplateUdiSuperSetDetails(UdiSuperSet, UdiSuperSet)
com.ptc.tml.utils.TMLUtils.getTranslationPackageFileName(ManagedBaseline)
Use TmlNameHelper.getTranslationPackageName(ManagedBaseline) instead
com.ptc.tml.utils.TMLUtils.isDocumentTranslatable(EPMDocument, TMLContext)
use isTranslatable() instead
com.ptc.tml.utils.WorkflowAdapter.createBaseline(TranslationCollection, TmlLog)
Use TranslationProcess.createBaseline(TranslationCollection,TmlLog) instead
Supported API: true
com.ptc.tml.utils.WorkflowAdapter.createTranslationPackage(ManagedBaseline, String, String, String, String, String, WTContainer, TmlLog)
Use TranslationProcess.createTranslationPackage(ManagedBaseline,String,String,String,String,String,WTContainer,TmlLog) instead
Supported API: true
com.ptc.tml.utils.WorkflowAdapter.createTranslationQuotePackage(Collection<EPMDocument>TranslationCollection, TmlLog)
Use TranslationProcess.createTranslationQuotePackage(Collection <EPMDocument>, TranslationCollection, TmlLog)instead
Supported API: true
com.ptc.tml.utils.WorkflowAdapter.expandDocumentRefs(TranslationCollection, TmlLog)
Use TranslationProcess.expandDocumentRefs(TranslationCollection,TmlLog) instead
Supported API: true
com.ptc.tml.utils.WorkflowAdapter.importTranslationPackage(ManagedBaseline, String, String, File, WTPrincipal, TmlImportLog)
Use TranslationProcess.importTranslationPackage(ManagedBaseline,String,String,File,WTPrincipal,TmlImportLog) instead
Supported API: true
com.ptc.wa.rest.services.WAService.getZipOutStream(OutputStream)
com.ptc.wbr.core.datamanagement.WNCDataFormatter.getFormattedDataSource(ResultSet, int)
Below method is planned to remove in future releases, as this method is not useful.
Supported API: false
com.ptc.wbr.core.datamanagement.WNCDataFormatter.getFormattedDataSource(ResultSet, HttpServletResponse)
This method was useful for "ResportTask" execution using anonymous URL.
Supported API: false
com.ptc.windchill.associativity.AssociativePath.getUsage()
, Use AssociativePath.getAssociativeUsage() instead
com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancy2.getTargetPaths()
Use {@link #getConsumptionData().getAllDownPaths()}
com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancyMetaDataBuilder.getAlternateBOMTypeColumnJSON()
replaced by AbstractDiscrepancyMetaDataBuilder.getAlternateBOMTypeColumn()
com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancyMetaDataBuilder.getBOMTypeColumnJSON()
replaced by AbstractDiscrepancyMetaDataBuilder.getBOMTypeColumn()
com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancyMetaDataBuilder.getColumnMetadataJSON(String, String, String, boolean, AttributeTypeSummary.InputFieldType)
replaced by #getColumnMetadata()
com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancyMetaDataBuilder.getDiscrepancyMetaDataJSON(ReconciliationContext, Collection<dicrepancy2>
replaced by #getDiscrepancyMetaDataStr()
com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancyMetaDataBuilder.getDownstreamViewColumnJSON()
replaced by AbstractDiscrepancyMetaDataBuilder.getDownstreamViewColumn()
com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancyMetaDataBuilder.getExistingOrNewColumnJSON()
replaced by AbstractDiscrepancyMetaDataBuilder.getExistingOrNewColumn()
com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancyMetaDataBuilder.getNameColumnJSON()
replaced by AbstractDiscrepancyMetaDataBuilder.getNameColumn()
com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancyMetaDataBuilder.getNumberColumnJSON()
replaced by AbstractDiscrepancyMetaDataBuilder.getNumberColumn()
com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancyMetaDataBuilder.getTargetFolderColumnJSON()
replaced by AbstractDiscrepancyMetaDataBuilder.getTargetFolderColumn()
com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancyMetaDataBuilder.getTypeIconColumnJSON()
replaced by AbstractDiscrepancyMetaDataBuilder.getTypeIconColumnJSON()
com.ptc.windchill.associativity.reconciliation.client.DiscrepancyType.valueOf(String)
com.ptc.windchill.associativity.reconciliation.ReconciliationContext.reconcileWithinDownstreamContext()
use ReconciliationContext.getEquivalentContexts() to tell the contexts if wish to work with given contexts.
com.ptc.windchill.associativity.reconciliation.ReconciliationContext.setReconcileWithinDownstreamContext(boolean)
use ReconciliationContext.setEquivalentContexts(Collection) to tell the contexts if wish to work with given contexts.
com.ptc.windchill.associativity.reconciliation.ReconciliationReport.getTransformResult()
com.ptc.windchill.associativity.reconciliation.ReconciliationReport.mergeTransformResult(TransformResult)
com.ptc.windchill.associativity.reconciliation.resolver.AbstractAddUsageResolver.newInstance(ReconciliationContext)
- No longer needed to implement this instance method. Now the delegate creates a new instance using the default constructor for the resolver. So only thing needed is a default constructor on the extending resolver classes which has been true always
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)
Replaced by #createEquivalenceLinks() Creates equivalent link between sourcepaths's leaf and DownPath leaf if no link exist between them
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)
As of release 12.0 (Iguana) replaced by
AssociativeEquivalenceService.createEquivalenceLink(CreateEquivalenceLinkParams commonEquiLinkParams)
com.ptc.windchill.baseclient.server.delegate.DefaultObjectReferenceAttributeSearchDelegate.executeQuerySearch(FindOperation.FindOperationParams, TypeIdentifier[], Identifier, String)
As of 13.0.1.0 use
DefaultObjectReferenceAttributeSearchDelegate.executeQuerySearch(Attribute, TypeIdentifier, String, TypeIdentifier[], ObjectReference, String
Supported API: true
com.ptc.windchill.baseclient.server.delegate.DefaultQuickSearchQueryDelegate.executeBasicQuerySearch(FindOperation.FindOperationParams, TypeIdentifier[])
As of 13.0.1.0, use QuickSearchQueryDelegate.executeBasicQuerySearch(String, boolean, List, TypeIdentifier[])
com.ptc.windchill.baseclient.server.delegate.DefaultQuickSearchQueryDelegate.getTypeInstance(WTSet, List<>Entity, String
As of 13.0.1.0, use QuickSearchQueryDelegate.getTypeInstance(WTSet persistableObjects,String resultType)
com.ptc.windchill.baseclient.server.delegate.ObjectReferenceAttributeSaveDelegate.postProcess(Persistable, Persistable, AttributeConfig, String)
- As of 13.0.1.0, use ObjectReferenceAttributeSaveDelegate.postProcess(Persistable, Persistable, Attribute, String)
Supported API: true
com.ptc.windchill.baseclient.server.delegate.ObjectReferenceAttributeSearchDelegate.executeQuerySearch(FindOperation.FindOperationParams, TypeIdentifier[], Identifier, String)
- as of13.0.1.0 use ObjectReferenceAttributeSearchDelegate#executeQuerySearch(FindOperationParams, TypeIdentifier[], ObjectReference, String)
com.ptc.windchill.baseclient.server.delegate.QuickSearchQueryDelegate.executeBasicQuerySearch(FindOperation.FindOperationParams, TypeIdentifier[])
As of 13.0.1.0, use QuickSearchQueryDelegate.executeBasicQuerySearch(String, boolean, List, TypeIdentifier[])
Supported API: true
com.ptc.windchill.baseclient.server.delegate.QuickSearchQueryDelegate.getTypeInstance(WTSet, List<Entity>, String)
- As of 13.0.1.0, use QuickSearchQueryDelegate.getTypeInstance(WTSet persistableObjects,String resultType)
com.ptc.windchill.baseclient.server.NavigationCriteriaBuilder.buildNavigationCriteria(NavigationCriteria, VariantSpec, Map)
Use buildNavigationCriteria(NCBuilderBean ncBuilderBean) instead
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()
Supported API: true
com.ptc.windchill.cadx.common.ClientActionProcessService.getContextClassName()
com.ptc.windchill.cadx.common.ClientActionProcessService.getContextObj()
Supported 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)
Build default CAD alternate representation(CAR):
- Create ESR CAD assembly document and reference to design assembly, based on provided parameters
- Create CAD alternate representation(CAR) with default definition and result rules
com.ptc.windchill.enterprise.annotation.commands.PasteAnnotationCommands.paste(NmCommandBean, boolean)
This method is replaced by pasteSelect()
com.ptc.windchill.enterprise.associativity.asb.dataUtilities.PartSupplierStatusDataUtility.getPlainDataValue(String, Object, ModelContext)
As of 13.0.1.0, override LogicSeparatedDataUtility.getPlainDataValue(String, Object, ModelContext)
com.ptc.windchill.enterprise.change2.beans.ChangeLinkAttributeBean.getDefaultTransition(Object)
Use ChangeLinkAttributeBean.getDefaultTransition(WTChangeActivity2 changeActivity, Changeable2 changeable) instead
com.ptc.windchill.enterprise.change2.ChangeManagementClientHelper.defaultChangeTask_isPropagationSelected(FormDataHolder)
use change notice templates
com.ptc.windchill.enterprise.change2.ChangeManagementClientHelper.getWTPrincipalReference(NmCommandBean, String)
Use ChangeManagementClientHelper.getParticipantBeanForRole(NmCommandBean, String, boolean)
com.ptc.windchill.enterprise.change2.ChangeManagementClientHelper.isInventoryDispositionSupported(DispositionHandler, Class<?>
Use
ChangeLinkAttributeHelper.isInventoryDispositionSupported(ChangeLinkAttributeBean, String, Class)
com.ptc.windchill.enterprise.change2.commands.ChangeItemQueryCommands.getAffectedData(NmCommandBean)
Use 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)
Use 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)
The paste select is now driven by the PASTE_SELECT_FLAG value in the command bean. This may be set through the initPasteSelect() method of the PasteCommands.
com.ptc.windchill.enterprise.change2.dataUtilities.AutomateFastTrackDataUtility.getCreateChangeNoticeWfTaskName()
Use ChangeManagementClientHelper#getCreateChangeNoticeWfTaskName()
com.ptc.windchill.enterprise.change2.dataUtilities.ChangeLinkAttributeDataUtility.processExistingLinks(NmOid, String)
Use ChangeableObjectBean
com.ptc.windchill.enterprise.change2.dataUtilities.ChangeLinkAttributeDataUtility.processExistingLinks(NmOid, String, ChangeLinkAttributeDataUtility.LinkType)
Use ChangeableObjectBean
com.ptc.windchill.enterprise.change2.dataUtilities.ChangeLinkAttributeDataUtility.setEventListener(HTMLGuiComponent, ChangeLinkAttributeBean)
To register an event, please see the init:function() within the changeWizard.js
com.ptc.windchill.enterprise.change2.forms.delegates.ChangeItemFormDelegate.getReferenceValueFromMap(Map, Persistable, String)
No longer used as of 10.0
com.ptc.windchill.enterprise.change2.forms.delegates.ChangeItemFormDelegate.getReferenceValueFromMap(Map, Persistable, String, String)
No longer used as of 10.0
com.ptc.windchill.enterprise.change2.forms.processors.CreateChangeItemFormProcessor.getChangeNoticeComplexityDelegate(Persistable)
Use getChangeItemComplexityDelegate instead
com.ptc.windchill.enterprise.change2.forms.processors.CreateChangeNoticeFormProcessor.getChangeNoticeComplexityDelegate(Persistable)
Use getChangeItemComplexityDelegate instead
com.ptc.windchill.enterprise.change2.mvc.builders.wizards.ChangeEditDetailsWizStepBuilder.buildPropertyPanelConfig(ComponentParams)
Use ChangeEditDetailsWizStepBuilder.buildReadOnlyAttributePanelConfig(ComponentParams)
com.ptc.windchill.enterprise.maturity.PromotionNoticeWorkflowHelper.initialize(PromotionNotice, boolean)
Use 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>)
Deprecated since 10.2 use ESIBOMHeaderRenderer.adjustElement(Element, String, WTPart, Eff[], Collection) instead of this API
Supported API: true
com.ptc.windchill.esi.bom.ESIBOMRenderer.setData(String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, String, boolean, String, String, String, String)
Use ESIBOMRenderer.setData(String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, String, boolean, String, String, String, String, boolean) instead.
Supported API: true
com.ptc.windchill.esi.bom.ESIBOMSubordinateRenderer.setData(WTPart, WTPart, Collection<PartUsageInfo>[], Collection<ESITargetAssociation>, boolean)
Use #setData(WTPart, WTPart, Map<WTPartUsageLink, WTPart>[], Collection<ESITargetAssociation>, boolean, Map<RawMaterialLink, WTPart>[]) instead.
com.ptc.windchill.esi.bom.ESIBOMSubordinateRenderer.setData(WTPart, WTPart, Map<WTPartUsageLink, WTPart>[], Collection<ESITargetAssociation>, boolean)
Use #setData(WTPart, WTPart, Map<WTPartUsageLink, WTPart>[], Collection<SITargetAssociation>, boolean, Map<RawMaterialLink, WTPart>[]) instead.
Supported API: false
com.ptc.windchill.esi.bom.ESICouplingMemberRenderer.adjustCouplingMemberElement(String, Element, CouplingMember, Collection<ESITarget>)
Supported API: true
com.ptc.windchill.esi.bom.ESICouplingMemberRenderer.setData(WTPart, WTPart, Map<WTPartUsageLink, WTPart>[], Collection<WTPart>, Collection<CouplingMember>, Map<Coupling2>, Map<ESIReleasedObjectSnapshot, CouplingMember>, Map<ESIReleasedObjectSnapshot, Map<ESIReleasedObjectAttributes, String>>, <CollectionESITargetAssociation>, boolean, String, String)
Supported API: true
com.ptc.windchill.esi.delegate.DocumentQueryDelegate.checkAndAddToCollection(Map, Persistable, Collection)
Use checkAndAddToCollection(Map, Persistable, Collection, Boolean) instead.
com.ptc.windchill.esi.delegate.ESIBOMDifferenceMangementDelegateImpl.compareLineNumbers(LineNumber, LineNumber)
Use BOMUtility.compareLineNumbers(LineNumber, LineNumber)
Supported API: true
com.ptc.windchill.esi.delegate.ESIBOMDifferenceMangementDelegateImpl.compareLineNumbers(WTPartUsageLink, WTPartUsageLink)
: Use BOMUtility.compareLineNumbers(WTPartUsageLink, WTPartUsageLink)
Supported API: true
com.ptc.windchill.esi.delegate.ESIDifferenceManagementDelegate.getAllSoftAttributes(IBAHolder)
Supported API: true
com.ptc.windchill.esi.delegate.ESIDifferenceManagementDelegate.getPartMasterWithClasses(Collection<?extends WTPartMaster>)
com.ptc.windchill.esi.delegate.ESIDifferenceManagementDelegate.getSoftAttribute(IBAHolder, String)
Supported API: true
com.ptc.windchill.esi.delegate.ESIDifferenceManagementDelegate.getSoftAttribute(AbstractValueView[], String)
Supported API: true
com.ptc.windchill.esi.delegate.ESIPartDifferenceManagementDelegateImpl.getAllSoftAttributes(IBAHolder)
Supported API: true
com.ptc.windchill.esi.delegate.ESIPartDifferenceManagementDelegateImpl.getPartMasterWithClasses(Collection<?extends WTPartMaster>)
Supported API: true
com.ptc.windchill.esi.delegate.ESIPartDifferenceManagementDelegateImpl.getSoftAttribute(IBAHolder, String)
: Use ESIPartDifferenceManagementDelegateImpl.getSoftAttribute(Object ibaHolder, String attributeName) instead of this.
Supported API: true
com.ptc.windchill.esi.delegate.ESIPartDifferenceManagementDelegateImpl.getSoftAttribute(AbstractValueView[], String)
Supported API: true
com.ptc.windchill.esi.delegate.TransactionWarningEmailDelegate.getDistributionList(VdbBuilder)
Use getWTPrincipalList(VdbBuilder builder) instead of this.
Supported API: true
com.ptc.windchill.esi.ecn.ESIWTChangeOrder2Renderer.getWcAdapter()
Use BasicESIRenderer.getAdapterName() instead.
Supported API: true
com.ptc.windchill.esi.ecn.ESIWTChangeOrder2Renderer.isBomAllocatedParts()
Deprecated as of 10.2 M020. Use the API ESIWTChangeOrder2Renderer.publishProcessPlanBOMParts() instead.
com.ptc.windchill.esi.esidoc.ESIDocumentsRenderer.getWcAdapter()
Use BasicESIRenderer.getAdapterName() instead.
Supported API: true
com.ptc.windchill.esi.esidoc.ESIDocUtility.retrievePartDocDifferences(RevisionControlled, RevisionControlled)
Use retrievePartDocDifferences(RevisionControlled, RevisionControlled, ESITarget) instead of this API, ESITarget can be null in this API
com.ptc.windchill.esi.esidoc.PartDocInfo.buildHashtable(RevisionControlled)
Use buildMap instead of this API
Supported API: true
com.ptc.windchill.esi.esidoc.PartDocInfo.buildHashtable(RevisionControlled, boolean)
Use buildMap instead of this API
Supported API: true
com.ptc.windchill.esi.esipart.ESIWTPartRenderer.renderCurrentAlternates()
API and implementation will be replaced in future relase.
Supported API: true
com.ptc.windchill.esi.map.ESIGroupInfoManager.addToGroupInfoTgtMap(ESITarget, LinkedHashMap)
com.ptc.windchill.esi.mpml.pmi.ESIControlCharacteristicRenderer.getWcAdapter()
Use BasicESIRenderer.getAdapterName() instead.
Supported API: true
com.ptc.windchill.esi.mpml.pmi.ESIControlCharacteristicRenderer.renderControlCharacteristics(MPMOperation, Map<MPMOperationQualityLink, MPMControlCharacteristic>[], Map<Persistable, ArrayList<MPMControlCharacteristic>> ,String, String, VdbBuilder)
Supported API: true
com.ptc.windchill.esi.mpml.pmi.ESIControlCharacteristicRenderer.renderControlCharacteristics(Persistable, Map<MPMQualityLink, MPMControlCharacteristic>[], String, String, VdbBuilder)
Supported API: true
com.ptc.windchill.esi.mpml.pmi.ESIControlCharacteristicRenderer.setData(Persistable, Set<MPMControlCharacteristic> Map<Persistable, Map<MPMControlCharacteristic, MPMQualityLink>>, String, String, VdbBuilder)
Supported API: true
com.ptc.windchill.esi.mpml.processplan.ESIPartToProcessPlanLinkRenderer.getAuth()
Deprecated at 10.2 M020. Use the API BasicESIRenderer.getAuth()instead.
Supported API: false
com.ptc.windchill.esi.mpml.processplan.ESIPartToProcessPlanLinkRenderer.getWcAdapter()
Deprecated at 10.2 M020. Use BasicESIRenderer.getAdapterName() instead.
Supported API: true
com.ptc.windchill.esi.mpml.processplan.ESIProcessPlanRenderer.getAuthentication()
: Use BasicESIRenderer.getAuth() instead of this.
Supported 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)
Use getProcessPlan(String, ESITransaction, Collection<ESITarget>, String, String, boolean) instead.
com.ptc.windchill.esi.mpml.processplan.ESIStandardProcedureLinkRenderer.getTargets()
(Since 10.2) Use ESIStandardProcedureLinkRenderer.getTargetAssociations()
Supported API: true
com.ptc.windchill.esi.mpml.processplan.ESIStandardProcedureLinkRenderer.getWcAdapter()
Use BasicESIRenderer.getAdapterName() instead.
Supported API: true
com.ptc.windchill.esi.mpml.processplan.ESIWorkInstructionRenderer.getTargets()
(Since 10.2) Use ESIWorkInstructionRenderer.getTargetAssociations()
com.ptc.windchill.esi.mpml.processplan.ESIWorkInstructionRenderer.setData(MPMOperationHolder, MPMOperationHolder, Collection<ESITargetAssociation>, ViewReference)
Use ESIWorkInstructionRenderer.setData(MPMOperationHolder, MPMOperationHolder, Collection, ViewReference, Collection) instead.
com.ptc.windchill.esi.mpml.processplan.operation.ESIOperatedOnPartLinkRenderer.getWcAdapter()
Use BasicESIRenderer.getAdapterName() instead.
Supported API: true
com.ptc.windchill.esi.mpml.processplan.operation.ESIOperationConsumableResourceRenderer.getTargets()
(Since 10.2) Use ESIOperationConsumableResourceRenderer.getTargetAssociations()
com.ptc.windchill.esi.mpml.processplan.operation.ESIOperationConsumableResourceRenderer.getWcAdapter()
Use BasicESIRenderer.getAdapterName() instead.
Supported API: true
com.ptc.windchill.esi.mpml.processplan.operation.ESIOperationRenderer.getWcAdapter()
Use BasicESIRenderer.getAdapterName() instead.
Supported API: true
com.ptc.windchill.esi.mpml.processplan.operation.ESIOperationToPartLinkRenderer.getTargets()
(Since 10.2) Use ESIOperationToPartLinkRenderer.getTargetAssociations()
com.ptc.windchill.esi.mpml.processplan.operation.ESIOperationToPartLinkRenderer.getWcAdapter()
Use BasicESIRenderer.getAdapterName() instead.
Supported API: true
com.ptc.windchill.esi.mpml.processplan.operation.ESIOperationUsageLinkRenderer.getWcAdapter()
Use instead.
Supported API: true
com.ptc.windchill.esi.mpml.processplan.operation.ESIOperationWorkCenterRenderer.getWcAdapter()
Use BasicESIRenderer.getAdapterName() instead.
Supported API: true
com.ptc.windchill.esi.mpml.processplan.sequence.ESISequenceRenderer.getWcAdapter()
Use BasicESIRenderer.getAdapterName() instead.
Supported API: true
com.ptc.windchill.esi.mpml.processplan.sequence.ESISequenceUsageLinkRenderer.getWcAdapter()
Use BasicESIRenderer.getAdapterName() instead.
Supported API: true
com.ptc.windchill.esi.mpml.resource.AbstractResourceRenderer.adjustElement(Element, String, MPMResource, MPMPlantOwned, Collection<ESITarget>)
Use AbstractResourceRenderer.adjustElement(Element, String, MPMResource, MPMOperationHolder, MPMPlantOwned, MPMResource, Eff[], Collection) instead of this API.
Supported API: true
com.ptc.windchill.esi.mpml.resource.AbstractResourceRenderer.adjustElement(Element, String, MPMResource, MPMResource, MPMPlantOwned, Collection<ESITarget>)
Use AbstractResourceRenderer.adjustElement(Element, String, MPMResource, MPMOperationHolder, MPMPlantOwned, MPMResource, Eff[], Collection) instead of this API.
Supported API: true
com.ptc.windchill.esi.mpml.resource.AbstractResourceRenderer.adjustElement(Element, String, MPMResource, MPMResource, Eff[], Collection<ESITarget>)
Use AbstractResourceRenderer.adjustElement(Element, String, MPMResource, MPMOperationHolder, MPMPlantOwned, MPMResource, Eff[], Collection) instead of this API.
Supported API: true
com.ptc.windchill.esi.mpml.resource.AbstractResourceRenderer.adjustElement(Element, String, MPMResource, Eff[], Collection<ESITarget>)
Use AbstractResourceRenderer.adjustElement(Element, String, MPMResource, MPMOperationHolder, MPMPlantOwned, MPMResource, Eff[], Collection) instead of this API.
Supported API: true
com.ptc.windchill.esi.mpml.resource.AbstractResourceRenderer.getLevels()
Use ESIAbstractStructureRenderer.getMultiLevel() instead of this API.
Supported API: true
com.ptc.windchill.esi.mpml.resource.AbstractResourceRenderer.getTransactionID()
Use {@link #} instead of this API.
Supported API: true
com.ptc.windchill.esi.mpml.resource.AbstractResourceRenderer.setData(MPMOperationHolder, MPMPlantOwned, MPMResource, Collection<MPMResource>, Collection<ESITargetAssociation>, boolean, String, String, int, MPMOperation)
Use AbstractResourceRenderer.setData(MPMOperationHolder, MPMPlantOwned, MPMResource, Collection, Collection, boolean, boolean, int, TreeNavigator, String, String, int, MPMOperation) instead of this API.
Supported API: true
com.ptc.windchill.esi.mpml.resource.AbstractResourceRenderer.setData(MPMOperationHolder, Collection<MPMResource>, Collection<ESITargetAssociation>, boolean, String, String, int)
Deprecated at 10.2 M010. Use the API AbstractResourceRenderer.setData(com.ptc.windchill.mpml.processplan.operation.MPMOperationHolder, com.ptc.windchill.mpml.MPMPlantOwned, com.ptc.windchill.mpml.resource.MPMResource, java.util.Collection<com.ptc.windchill.mpml.resource.MPMResource>, java.util.Collection<com.ptc.windchill.esi.tgt.ESITargetAssociation>, boolean, boolean, int, com.ptc.windchill.esi.treenavigation.TreeNavigator, java.lang.String, java.lang.String, int, com.ptc.windchill.mpml.processplan.operation.MPMOperation)
com.ptc.windchill.esi.mpml.resource.ESIProcessMaterialRenderer.getProcessMaterials()
Use AbstractResourceRenderer.getMpmResources() instead of this API.
Supported API: true
com.ptc.windchill.esi.mpml.resource.ESIResourceGroupStructureRenderer.getParentResource()
Use AbstractResourceRenderer.getMpmResources() instead of this API.
Supported API: true
com.ptc.windchill.esi.mpml.resource.ESIResourceGroupStructureRenderer.getResourceGroups()
Use AbstractResourceRenderer.getMpmResources() instead of this API.
Supported API: true
com.ptc.windchill.esi.mpml.resource.ESIResourceGroupStructureRenderer.isPublishDocuments()
Use ESIAbstractStructureRenderer.isDocuments() instead of this API.
com.ptc.windchill.esi.mpml.resource.ESIResourceRenderer.getResource(String, boolean, String, String, String)
Use getResource(String, ESITransaction, Collection<ESITarget>, String, String, boolean) instead.
com.ptc.windchill.esi.mpml.resource.ESIResourceRenderer.getResource(Releasable, boolean, String, String, String)
Use getResource(String, ESITransaction, Collection<ESITarget>, String, String, boolean) instead.
com.ptc.windchill.esi.mpml.resource.ESIResourceRenderer.getRoot()
Supported API: true
com.ptc.windchill.esi.mpml.resource.ESIResourceRenderer.setData(MPMOperationHolder, MPMResource, Collection<MPMResource>, Collection<ESITargetAssociation>, boolean, String, String, String)
Deprecated at 10.2 M010. Use the API ESIResourceRenderer.setData(Persistable, MPMOperation, MPMResource, Collection, Collection, boolean, boolean, int, TreeNavigator, String, String, String)
com.ptc.windchill.esi.mpml.resource.ESIResourceRenderer.setRoot(MPMOperationHolder)
Supported API: true
com.ptc.windchill.esi.mpml.resource.ESIResourceUtility.findChangedResource(Collection<ESITargetAssociation>, Collection<ESITargetAssociation>, ESIEffectivityHandler)
Use {ESIResourceUtility.findChangedResource(Collection, Collection, ESIEffectivityHandler, Map) instead of this.
Supported API: true
com.ptc.windchill.esi.mpml.resource.ESIResourceUtility.findChangedResource(Collection<ESITargetAssociation>, Collection<ESITargetAssociation>, ESIEffectivityHandler, map<MPMResource, MPMResource>)
Use {ESIResourceUtility.findChangedResource(Collection, Collection, ESIEffectivityHandler, Map, NCServerHolder) instead of this.
Supported API: true
com.ptc.windchill.esi.mpml.resource.ESISkillRenderer.getSkills()
Use AbstractResourceRenderer.getMpmResources() instead of this API.
Supported API: true
com.ptc.windchill.esi.mpml.resource.ESIToolingRenderer.getToolings()
Use AbstractResourceRenderer.getMpmResources() instead of this API.
Supported API: true
com.ptc.windchill.esi.navigationcriteria.ESINavigationFilterRenderer.adjustPlantFilterElement(Element, NavigationCriteria, String, VSEDViewFilter, Collection<ESITarget>, String)
com.ptc.windchill.esi.ov.ChoiceRuleRenderer.getRules(Persistable, Map<ChoiceRuleOptionsVariantsHelper.ChoiceRuleSourceTargetInfo>, ESITarget, Map<String, Object>, String, VdbBuilder)
As of 13.0.1.0. Use the other overloaded API that takes in an OptionSet instead.
com.ptc.windchill.esi.ov.ChoiceRuleRenderer.setData(Persistable, Map<ChoiceRuleOptionsVariantsHelper.ChoiceRuleSourceTargetInfo>, ESITarget, Map<String, Object>, String)
As of 13.01.0. Use the other overloaded API that takes in an OptionSet instead.
com.ptc.windchill.esi.promotionrequest.ESIPromotionRequestRenderer.getWcAdapter()
Use BasicESIRenderer.getAdapterName() instead.
Supported API: true
com.ptc.windchill.esi.rnd.ESIAbstractStructureRenderer.getWcAdapter()
Use BasicESIRenderer.getAdapterName() instead.
Supported API: true
com.ptc.windchill.esi.rnd.ESIEffectivityHandlerImpl.getLatestEffectivity(EffManagedVersion)
Use ESIEffectivityHandlerImpl.getLatestEffectivity(EffManagedVersion, int) instead of this API
Note: Effectivties are not returned for a checked-out version of EffManagedVersion object.
Supported API: true
com.ptc.windchill.esi.rnd.VdbBuilder.addElement(String, Element, Persistable, Map<Persistable, Optional<String>>, Collection)
: Use VdbBuilder.addElements(String groupName, Element element, Persistable persistable, MapString<Persistable, java.util.optional<String>> dependentsInfo, Collection targets) instead of this.
Supported API: true
com.ptc.windchill.esi.rnd.VdbBuilderFactory.newVdbBuilder(String)
Use newVdbBuilder(String, String) instead.
Supported API: true
com.ptc.windchill.esi.rnd.VdbBuilderImpl.addElement(String, Element, Persistable, Map<Persistable, Optional<String>>, Collection)
: Use VdbBuilder.addElements(String groupName, Element element, Persistable persistable, MapString<Persistable, java.util.optional<String>> dependentsInfo, Collection targets) instead of this.
Supported API: true
com.ptc.windchill.esi.rnd.VdbElement.addDependents(Persistable, Optional<String>)
Use VdbElement.addDependents(Persistable a_Dependents, Optional<String> optionalReleaseClass) instead of this.
Supported API: true
com.ptc.windchill.esi.rnd.VdbElement.getDependents()
Supported API: true
com.ptc.windchill.esi.rnd.VdbElement.getDependentsInfo()
Use VdbElement.getDependentsInfos() instead of this.
Supported API: true
com.ptc.windchill.esi.rnd.VdbElement.setDependents(Persistable[])
Supported API: true
com.ptc.windchill.esi.rnd.VdbElement.setDependentsInfo(Map<Persistable, Optional<String>>)
: Use VdbElement#setDependentsInfo(Map<Persistable, java.util.Optional<String>> dependentsInfo)instead of this.
Supported API: true
com.ptc.windchill.esi.svc.ESIHelper.getTxStatusURL(String)
This method is deprecated as of R10.0. Use getReleaseStatusURL(String) instead.
com.ptc.windchill.esi.svc.ESIService.getTarget(String)
- Use ESITargetUtility.getTarget(String, WTContainerRef) instead of this API. System attribute is no loger used for ESITarget instead numeber attribute of target should be used along with container reference.
Supported API: true
com.ptc.windchill.esi.svc.ESIService.isWfLaunched(LifeCycleManaged)
- Write query to check if workflow process with the status of OPEN_RUNNING for given object.
Supported API: true
com.ptc.windchill.esi.svc.ESIService.publishObject(LifeCycleManaged, boolean)
Use ESIService.publishObject(Releasable, boolean, Set) instead of this API.
Supported API: true
com.ptc.windchill.esi.tgt.ESITarget.getAllSoftAttributes()
Note: This method refreshes the attribute container with the values from database if the attribute container is found to be either null or dirty. Hence, if the attribute container is having values that are modified in memory, then calling this method will replace those from the database.
Supported API: true
com.ptc.windchill.esi.tgt.ESITargetAssignmentLink.newESITargetAssignmentLink(Persistable, ESITarget)
, replaced by newESITargetAssignmentLink( Releasable releasableObject, ESITarget target )
com.ptc.windchill.esi.tgt.ESITargetAssignmentLink.setPersistableObject(Persistable)
Replaced by setReleasableObject
com.ptc.windchill.esi.tgt.ESITargetUtility.getTgtAssocsWithoutDefault(Persistable)
This method is depreciated as of R10.0.20. The API getTargetAssignmentLinks() is invoked instead.
com.ptc.windchill.esi.txn.ESITransactionActivity.getConceptualClassname()
com.ptc.windchill.esi.txn.ESITransactionUtility.abortTransaction(Persistable)
As of 10.2, this API considers ESIRelease object rather than ESITransaction and delegates the work to ESIReleaseUtility.abortRelease(Persistable)
Note : This method can ONLY be called on ESI workflow if any system errors (e.g. JMS server not available ) Occurred during release, means that unable to send messages to com.ptc.windchill.esi.Event queue.
Supported API: true
com.ptc.windchill.esi.txn.ESITransactionUtility.filterERPDataReleaseActivities(Collection<ReleaseActivity>)
- Instead of this API, use your own logic to filter out ERP Data from release activities.
Supported API: true
com.ptc.windchill.esi.txn.ESITransactionUtility.hasAlreadyReleased(Persistable)
This method is deprecated as of R10.0 M050. Instead of this use ESITransactionUtility.hasObjectAlreadyReleased(Persistable)API
Supported API: true
com.ptc.windchill.esi.txn.ESITransactionUtility.isPartNewerThan(WTPart, WTPart)
Use isNewerThan instead of this API
Supported API: true
com.ptc.windchill.esi.txn.ESITransactionUtility.postEvent(String, String, boolean, String)
This method is deprecated as of R10.0. The API ESIReleaseUtility.postEvent() is invoked instead, as part of processing PostResult RPC requests for overall transactions.
com.ptc.windchill.esi.txn.ReleaseActivity.newReleaseActivity(Persistable, ESITarget)
, Replaced by ReleaseActivity newReleaseActivity( Releasable releasableObject, ESITarget target )
com.ptc.windchill.esi.txn.ReleaseActivity.setPersistableObject(Persistable)
Replaced by setReleasableObject
com.ptc.windchill.instassm.ReleaseId.getShortenedMajorMinorServicePackComponent()
com.ptc.windchill.instassm.ReleaseId.getThreePartVersionString()
As of release x-24, replaced by ReleaseId.getFourPartVersionString()
com.ptc.windchill.mpml.command.server.impl.MPMQuantityConstraintFactory.getConceptualClassname()
com.ptc.windchill.mpml.pmi.CopyMPMResourceDelegate.newCopy(RevisionControlled)
- Use CopyDelegate.newCopy(RevisionControlled)
com.ptc.windchill.mpml.processplan.MPMProcessPlanService.getAllChildOperationsRecusrively(MPMOperationHolder, NCServerHolder)
Use MPMProcessPlanService.getAllChildOperationsRecursively(List, NCServerHolder)instead.
com.ptc.windchill.mpml.processplan.MPMProcessPlanService.getAllUsageLinksForAllocatedParts(MPMOperationToPartLink, NCServerHolder)
Use #getAllAssociativeUsageLinksForAllocatedParts(WTPart, MPMProcessPlan, MPMOperationToPartLink) instead.
com.ptc.windchill.mpml.processplan.MPMProcessPlanService.getAllUsageLinksForAllocatedParts(MPMOperationToPartLink, NCServerHolder, boolean)
Use #getAllAssociativeUsageLinksForAllocatedParts(WTPart, MPMProcessPlan, MPMOperationToPartLink) instead.
com.ptc.windchill.mpml.processplan.MPMProcessPlanService.getAllUsageLinksForAllocatedParts(WTPart, MPMProcessPlan, MPMOperationToPartLink, NCServerHolder)
Use #getAllAssociativeUsageLinksForAllocatedParts(WTPart, MPMProcessPlan, MPMOperationToPartLink) instead.
com.ptc.windchill.mpml.processplan.MPMProcessPlanService.getAllUsageLinksForAllocatedParts(WTPart, MPMProcessPlan, MPMOperationToPartLink, NCServerHolder, boolean)
Use #getAllAssociativeUsageLinksForAllocatedParts(WTPart, MPMProcessPlan, MPMOperationToPartLink) instead.
com.ptc.windchill.mpml.processplan.MPMProcessPlanService.getAllUsageLinksForAllocatedParts(WTPart, MPMOperationToPartLink, NCServerHolder)
Use #getAllAssociativeUsageLinksForAllocatedParts(WTPart, MPMProcessPlan, MPMOperationToPartLink) instead.
com.ptc.windchill.mpml.processplan.MPMProcessPlanService.getAllUsageLinksForAllocatedParts(WTPart, MPMOperationToPartLink, NCServerHolder, boolean)
Use #getAllAssociativeUsageLinksForAllocatedParts(WTPart, MPMProcessPlan, MPMOperationToPartLink) instead.
com.ptc.windchill.mpml.processplan.operation.MPMOperationToOperatedPartLink.newMPMOperationToOperatedPartLink(MPMOperationHolder, WTPartMaster)
As of 13.0.1.0, use MPMOperationToOperatedPartLink.newMPMOperationToOperatedPartLink(MPMOperationHolder referencedBy, WTPartMaster references, String assemblyLinkIdentifier) instead
com.ptc.windchill.mpml.processplan.operation.MPMOperationToPartLink.newMPMOperationToPartLink(MPMOperationHolder, WTPartMaster)
As of 13.0.1.0, use MPMOperationToPartLink.newMPMOperationToPartLink(MPMOperationHolder referencedBy, WTPartMaster references, String assemblyLinkIdentifier) instead
com.ptc.windchill.mpml.processplan.operation.MPMPartPathOccurrenceLink.newMPMPartPathOccurrenceLink(MPMOperationRefLink, PartPathOccurrence)
com.ptc.windchill.mpml.reconciliation.resolver.MPMLinkAddedUsageDiscrepancyResolver.newInstance(ReconciliationContext)
com.ptc.windchill.mpml.resource.StandardMPMResourceService.getConceptualClassname()
com.ptc.windchill.option.delegate.AbstractOptionSetFetcherDelegate.getOverriddenOptionSet(ObjectReference)
Use GetAssignedOptionSetHelper.getOverriddenOptionSets.
com.ptc.windchill.option.expression.ExpressionHelper.getDisplayExpression(ExpressionAssignable, OptionSet)
Use getDisplayExpression(ExpressionAssignable, WTContainerRef)
com.ptc.windchill.option.expression.ExpressionHelper.getExpressionable(ExpressionAssignable)
Use ExpressionHelper.getExpressionable(ExpressionAssignable, List)
com.ptc.windchill.option.expression.ExpressionHelper.validateExpression(String, Map<String, String>, OptionSet, String[], WTContainerRef)
Use ExpressionHelper.validateExpression(String, Map, String[], ValidateExpressionData)
com.ptc.windchill.option.expression.ExpressionHelper.validateExpression(String, Map<String, String>, OptionSet, WTContainerRef)
Use ExpressionHelper.validateExpression(String, Map, ValidateExpressionData)
com.ptc.windchill.option.expression.ExpressionService.validateExpression(WTCollection, ExpressionData, OptionSet, WTContainerRef)
Use ExpressionService.validateExpression(ValidateExpressionData)
com.ptc.windchill.option.expression.ExpressionService.validateExpression(WTCollection, ExpressionData, OptionSet, WTContainerRef, boolean)
Use ExpressionService.validateExpression(ValidateExpressionData)
com.ptc.windchill.option.expression.StandardExpressionService.getConceptualClassname()
Obsolete
com.ptc.windchill.option.load.Loader.addRuleMember(Hashtable<String, String>,Hashtable<String, Object>, Vector<?>
Use beginRuleMemberAction instead
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)
Since 12.0 as format preference is not to be used for labels. Use: 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()
Replaced by Boolean Option
com.ptc.windchill.option.model.Option.setAllowExcludeOption(boolean)
Replaced by Boolean Option
com.ptc.windchill.option.model.Option.setQom(QuantityOfMeasure)
com.ptc.windchill.option.model.OptionMaster.isAllowExcludeOption()
Replaced by Boolean Option
com.ptc.windchill.option.model.OptionMaster.setAllowExcludeOption(boolean)
Replaced by Boolean Option
com.ptc.windchill.option.server.StandardOptionsClientService.getConceptualClassname()
Not needed
com.ptc.windchill.option.service.StandardModuleVariantInformationService.getConceptualClassname()
com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(WTChangeOrder2)
Use cOrder.getState().toString()
com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.forcePRsToResolved(ChangeRequest2)
Use WorkflowProcessHelper.closeChangeChildren(changeItem) instead.
com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.getUnpromotableChangeables(ChangeOrder2)
This method hardcodes unpromotable check to Change transition. But we dont limit customers to check for CHANGE Transition. They can validate for any transition and hence this method is deprecated and will be removed in future releases.
com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.performChangeWorkflowValidation(VersionableChangeItem, String)
Replace the caller procedure to use: wt.businessRules.BusinessRulesHelper.engine.execute(String ruleSetKey, RuleValidationCriteria criteria)
See 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)
- Use WorkflowProcessHelper.setResolutionDate(changeItem)
com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setECNResolutionDate(ChangeOrder2)
Use WorkflowProcessHelper.closeChangeChildren(changeItem) instead.
com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setECNResolutionDate(ChangeOrder2, String)
Use WorkflowProcessHelper.closeChangeChildren(changeItem) instead.
com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.setPRResolutionDate(ChangeIssue)
- Use 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()
This api has been deprecated as attribute got changed from deliveryNumber to number Use getNumber() instead.
com.ptc.windchill.wp.delivery.DeliveryRecord.setDeliveryNumber(String)
This api has been deprecated as attribute got changed from deliveryNumber to number Use setNumber(String) instead.
com.ptc.windchill.wp.delivery.DeliveryService.getBaseDeliveryCandidates(AbstractWorkPackage, ExportFormatType, String)
As of release 11.1.1 . Replaced by DeliveryService.getBaseDeliveryCandidates(AbstractWorkPackage aPackage, ExportFormatType formatType, String deliveryNumber, String recipientName)
com.ptc.windchill.wp.delivery.DeliveryService.getBaseDeliveryCandidates(AbstractWorkPackage, ExportFormatType, String, DeliveryOptionType)
As of release 11.1.1 . Replaced by DeliveryService.getBaseDeliveryCandidates(AbstractWorkPackage aPackage, ExportFormatType formatType, String deliveryNumber, DeliveryOptionType deliveryOptionType, String recipientName)
com.ptc.windchill.wp.delivery.export.AbstractDeliveryExportDelegate.getCollectionGraph(DeliveryRecord)
This method is no longer supported. It has been replaced by getPackageExportGraph.
com.ptc.windchill.wp.delivery.export.DeliveryExportDelegate.getCollectionGraph(DeliveryRecord)
This method is no longer supported. It has been replaced by getPackageExportGraph.
com.ptc.windchill.wp.delivery.StandardDeliveryService.getBaseDeliveryCandidates(AbstractWorkPackage, ExportFormatType, String)
com.ptc.windchill.wp.delivery.StandardDeliveryService.getBaseDeliveryCandidates(AbstractWorkPackage, ExportFormatType, String, DeliveryOptionType)
com.ptc.windchill.wp.delivery.StandardDeliveryService.getConceptualClassname()
com.ptc.wpcfg.pdmabstr.HAGenericPart.insertGenericComponent(HAComponent)
Not sure why
com.ptc.wpcfg.pdmabstr.HAGenericPart.listAllChildren(HAConfigSpec)
Uses a stored procedure
com.ptc.wpcfg.pdmabstr.HAGenericPart.setAttributeDefinitionUsage(String, HAAttributeDefinition)
Not sure why
com.ptc.wpcfg.pdmabstr.HAGenericPart.setVariantContainer(HAContainer)
It should get set on the bean
com.ptc.wpcfg.pdmabstr.HAGenericPart.setVariantFolder(String)
It should get set on the bean
com.ptc.wvs.common.ui.Publisher.getStatisticsList(String, String, String, String, Locale)
com.ptc.wvs.common.ui.Publisher.getStatisticsSaveGatewayURL()
com.ptc.wvs.common.util.WVSProperties.getCollaborationTempDir()
com.ptc.wvs.common.util.WVSProperties.getPublishMonitorDisplayLimit()
com.ptc.wvs.common.util.WVSProperties.isCollaborationEnabled()
com.ptc.wvs.common.util.WVSProperties.isCollaborationVerbose()
com.ptc.wvs.common.util.WVSProperties.isCreatePublishAudit()
com.ptc.wvs.server.util.PublishUtils.getBoundingBox(WTCollection)
Use 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)
Use AccessControlManager.getMultiValuedSecurityLabel(String, String) instead.
wt.access.AccessControlManager.getSecurityLabel(SecurityLabeled, String)
Use AccessControlManager.getMultiValuedSecurityLabel(SecurityLabeled, String) instead.
wt.access.AccessControlManager.getSecurityLabels(String)
Use AccessControlManager.getMultivaluedSecurityLabels(String) instead.
wt.access.AccessControlManager.getSecurityLabels(SecurityLabeled)
Use AccessControlManager.getMultiValuedSecurityLabels(SecurityLabeled) instead.
wt.access.AccessControlManager.getSecurityLabels(WTCollection)
Use AccessControlManager.getMultiValuedSecurityLabels(WTCollection) instead.
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)
Use AccessControlManagerSvr.setSecurityLabel(SecurityLabeled, String, Set, boolean) instead.
wt.access.AccessControlManagerSvr.setSecurityLabel(WTCollection, String, String, boolean)
Use AccessControlManagerSvr.setSecurityLabel(WTCollection, String, Set, boolean) instead.
wt.access.AccessControlManagerSvr.setSecurityLabels(SecurityLabeled, Map<String, String>, boolean)
Use AccessControlManagerSvr.setSecurityLabelWithMultipleValues(SecurityLabeled, Map, boolean) instead.
wt.access.AccessControlManagerSvr.setSecurityLabels(WTCollection, Map<String, String>, boolean)
Use AccessControlManagerSvr.setSecurityLabelWithMultipleValues(WTCollection, Map, boolean) instead.
wt.access.AccessControlManagerSvr.setSecurityLabels(WTKeyedMap, boolean)
Use AccessControlManagerSvr.setSecurityLabelWithMultipleValues(WTKeyedMap, boolean) instead.
wt.access.AccessControlSurrogate.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.access.AccessControlSurrogateMaster.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.access.agreement.AgreementService.createAgreement(AgreementAttributes, WTCollection, WTCollection, ObjectReference)
As of release 10.0. Replaced by AgreementService.createAuthorizationAgreement(AgreementAttributes,WTCollection,WTCollection,ObjectReference).
wt.access.agreement.StandardAgreementService.createAgreement(AgreementAttributes, WTCollection, WTCollection, ObjectReference)
As of release 10.0. Replaced by StandardAgreementService.createAuthorizationAgreement(AgreementAttributes,WTCollection,WTCollection,ObjectReference).
wt.access.configuration.SecurityLabelsHelper.getLocalizedSecurityLabelValue(String, String, Locale)
Use SecurityLabelsHelper.getLocalizedSecurityLabelValue(java.lang.String,java.util.Set<java.lang.String>,java.util.Locale) instead
wt.access.StandardAccessControlManager.getConceptualClassname()
wt.access.StandardAccessControlManager.getSecurityLabel(String, String)
wt.access.StandardAccessControlManager.getSecurityLabel(SecurityLabeled, String)
wt.access.StandardAccessControlManager.getSecurityLabels(String)
This API is replaced by Map<String, Set> getMultivaluedSecurityLabels(String security_labels). This will return sl values in a Set.
wt.access.StandardAccessControlManager.getSecurityLabels(SecurityLabeled)
This API is replaced by getMultiSecurityLabels(SecurityLabeled object) This will return SL values in a Set.
wt.access.StandardAccessControlManager.getSecurityLabels(WTCollection)
This API is replaced by WTKeyedMap getMultiValuedSecurityLabels(WTCollection objects). This will return sl values in a Set.
wt.access.StandardAccessControlManager.setSecurityLabel(SecurityLabeled, String, String, boolean)
This method is replaced by: setSecurityLabel(SecurityLabeled object, String label_name, Set label_values,boolean update_object)
wt.access.StandardAccessControlManager.setSecurityLabel(WTCollection, String, String, boolean)
This method is replaced by: setSecurityLabel(WTCollection objects, String label_name, Set label_values,boolean update_object)
wt.access.StandardAccessControlManager.setSecurityLabels(SecurityLabeled, Map<String, String>, boolean)
This method is replaced by: setSecurityLabelWithMultipleValues(SecurityLabeled object, Map<String, Set> security_labels, boolean update_object)
wt.access.StandardAccessControlManager.setSecurityLabels(WTCollection, Map<String, String>, boolean)
This method is replaced by: setSecurityLabelWithMultipleValues(WTCollection objects, Map<String, Set>security_labels, boolean update_objects)
wt.access.StandardAccessControlManager.setSecurityLabels(WTKeyedMap, boolean)
This method is replaced by: setSecurityLabelWithMultipleValues(WTKeyedMap objects_to_security_labels_map, boolean update_objects)
wt.access.UnrestrictedPrincipalEvaluator.isAllowedToModifySecurityLabelValues(WTPrincipal, WTKeyedMap)
Use UnrestrictedPrincipalEvaluator.isAllowedToModifyMultipleSecurityLabelValues(WTPrincipal, WTKeyedMap) instead.
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)
As of 13.0.1.0, use BomService.getFilteredEquivalenceLinks(Set, EquivalenceParams)
wt.associativity.BomService.findPersistedPath(PathOccurrence[], boolean)
We found this method to be a performance bottleneck when doing work for Story B-98298. If useSubContext == false in your scenario, consider using WTAssociativity.Path.findPersistedPath(Set<Path>, WTCollection, WTCollection)
wt.associativity.BomService.getEquivalentStatus(ObjectReference[], NCServerHolder, NCServerHolder, boolean, TypeFilter)
Use BomService.getUpsideEquivalentStatus(Set, NCServerHolder, NCServerHolder, TypeFilter) and BomService.getDownsideEquivalentStatus(Set, NCServerHolder, NCServerHolder, TypeFilter)
wt.associativity.CopyEquivalenceLinkForwardDelegate.copyEquivalenceLinkForward(Iterated, Iterated, NCServerHolder, boolean, boolean)
- Use the multi-object API
wt.associativity.DefaultCopyEquivalenceLinkForwardDelegate.copyEquivalenceLinkForward(Iterated, Iterated, NCServerHolder, boolean, boolean)
wt.associativity.StandardBomService.findOutOfDateEquivalence(ObjectReference, NCServerHolder, ViewReference[], ViewReference[], boolean, TypeFilter)
As of 13.0.1.0, use BomService.getFilteredEquivalenceLinks(Set, EquivalenceParams)
wt.associativity.StandardBomService.findPersistedPath(PathOccurrence[], boolean)
We found this method to be a performance bottleneck when doing work for Story B-98298. If useSubContext == false in your scenario, consider using WTAssociativity.Path.findPersistedPath(Set<Path>, WTCollection, WTCollection)
wt.associativity.StandardBomService.getEquivalentStatus(ObjectReference[], NCServerHolder, NCServerHolder, boolean, TypeFilter)
wt.associativity.StandardIteratedNavigationCriteriaService.getExpansionCriteriaViews(NCServerHolder)
(NCServerHolder) - As of 13.0.1.0, for internal use
wt.associativity.StandardIteratedNavigationCriteriaService.getExpansionCriteriaViews(NCServerHolder, boolean)
- As of 13.0.1.0, for internal use
Supported API: true
wt.associativity.StandardIteratedNavigationCriteriaService.navigateBranchLatestIteratedLinks(Persistable, String, Class<?>, boolean)
- As of 13.0.1.0, for internal use
Supported API: true
wt.associativity.StandardIteratedNavigationCriteriaService.navigateIteratedLinks(Persistable, String, Class<?>, boolean)Class
- As of 13.0.1.0, for internal use
Supported API: true
wt.associativity.WTAssociativityHelper.savePathOccurrenceRecursively(PathOccurrence, boolean)
As of X-24, replaced by WTAssociativityHelper.savePathOccurrences(WTCollection)
wt.build.BuildService.buildTarget(BuildTarget)
At R6. Please use buildTarget(BuildTarget, ConfigSpec).
wt.build.BuildService.buildTarget(BuildTarget[], ConfigSpec)
wt.build.BuildService.buildTarget(WTCollection, WTCollection, ConfigSpec)
Supported API: true
wt.build.BuildService.buildTarget(WTCollection, ConfigSpec)
wt.build.BuildService.buildTargetMaster(BuildTargetMaster[])
wt.build.BuildService.buildTargetsForSource(BuildSource)
At R6. Please use buildTargetForSource(BuildSource, ConfigSpec).
wt.build.BuildService.buildTargetsForSource(BuildSource[], ConfigSpec)
wt.build.BuildService.buildTargetsForSource(WTCollection, WTCollection, ConfigSpec)
Supported API: true
wt.build.BuildService.buildTargetsForSource(WTCollection, ConfigSpec)
wt.build.StandardBuildService.getConceptualClassname()
wt.cache.CacheManager.isMaster()
wt.cache.CacheManager.isMasterCache()
The preferred way to do this is via the CacheManager.isMainCache()
wt.cache.CacheManager.isSlaveServerManager()
The preferred way to do this is via the CacheManager.isSecondaryServerManager()
wt.cache.CacheManager.remove(Object, int)
Use removeEntry
wt.cache.CacheManager.slaveRemoved(CacheServer)
The preferred way to do this is via the #secondaryRemoved()
wt.cache.ICacheManagerClassicMBean.getAveOverflowAgeThresholdSec()
Replaced by ICacheManagerClassicMBean.getThrashingTimeThreshold()
Supported API: true
wt.cache.ICacheManagerClassicMBean.getMinMinutesBetweenNotifications()
Replaced by ICacheManagerClassicMBean.getThrashingCheckInterval()
Supported API: true
wt.cache.ICacheManagerClassicMBean.setAveOverflowAgeThresholdSec(double)
Replaced by ICacheManagerClassicMBean.setThrashingTimeThreshold(int)
Supported API: true
wt.cache.ICacheManagerClassicMBean.setMinMinutesBetweenNotifications(int)
Replaced by ICacheManagerClassicMBean.setThrashingCheckInterval(int)
Supported API: true
wt.change2.AcceptedStrategy.newAcceptedStrategy(ChangeOrder2, ChangeProposal)
wt.change2.AddressedBy2Delegate.validateCardinalityConstraints(ChangeRequest2, ChangeOrder2)
Replaced by Association Rules in Windchill 11.0
wt.change2.Change2DelegateFactory.getChangeNoticeComplexityDelegate(Object)
Use getChangeItemComplexityDelegate instead.
wt.change2.ChangeAction.getIdentity()
Replaced by getDisplayIdentifier() to return a localizable message which supplies the identifier for the object. To return a localizable value which includes the object type, use getDisplayIdentity(). For general messages, getDisplayIdentity() by itself is preferable to using a combination of getDisplayType() and getDisplayIdentifier().
wt.change2.ChangeConfigurationService.isOptionalReviewAllowed(WTContainerRef)
Replaced by #getReviewOption()
wt.change2.ChangeHelper2.isChangeIntentEnabled()
wt.change2.ChangeHelper2.setResolutionDate(VersionableChangeItem, Timestamp)
- Use 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)
The AddressedBy2 link was replaced by ChangeProcessLink in 11.0. It is recommended to use the FlexibleChangeService to perform deletes.
Supported API: true
wt.change2.ChangeService2.deleteAddressedBy(ChangeRequestIfc, ChangeOrderIfc)
The AddressedBy2 link was replaced by ChangeProcessLink in 11.0. It is recommended to use the FlexibleChangeService to perform deletes.
Supported API: false
wt.change2.ChangeService2.deleteFormalizedBy(Class, ChangeRequestIfc, ChangeIssueIfc)
The FormalizedBy link was replaced by ChangeProcessLink in 11.0. It is recommended to use the FlexibleChangeService to perform deletes.
Supported API: false
wt.change2.ChangeService2.deleteFormalizedBy(ChangeRequestIfc, ChangeIssueIfc)
he FormalizedBy link was replaced by ChangeProcessLink in 11.0. It is recommended to use the FlexibleChangeService to perform deletes.
Supported API: false
wt.change2.ChangeService2.deleteIncludeIn2(WTSet)
wt.change2.ChangeService2.deleteIncludeIn2AndChangeTask(WTSet, ChangeOrder2)
Use 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)
Use ChangeService2.getImplementedChangeActivities(Changeable2)
wt.change2.ChangeService2.getChangingChangeActivities(Changeable2, boolean)
Use ChangeService2.getImplementedChangeActivities(Changeable2, boolean)
wt.change2.ChangeService2.getLatestChangeOrders(WTCollection, Class...)
Use ChangeService2.getLatestChangeOrders(WTCollection, boolean, boolean)
wt.change2.ChangeService2.getPendOrders()
The pending change order states are now maintained by DefaultPendingChangeEventHandler.
wt.change2.ChangeService2.getPendRequests()
The pending change request states are now maintained by 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)
The AddressedBy2 link was replaced by ChangeProcessLink in 11.0. It is recommended to use the FlexibleChangeService to create links.
Supported API: false
wt.change2.ChangeService2.saveChangeActivities(WTKeyedHashMap)
use ChangeService2.saveChangeActivities(WTKeyedHashMap, boolean)
wt.change2.ChangeService2.saveChangeActivity(ChangeOrderIfc, ChangeActivityIfc)
Use ChangeService2.saveChangeActivity(ChangeOrderIfc, ChangeActivityIfc, boolean)
wt.change2.ChangeService2.saveChangeOrder(ChangeOrderIfc)
Use ChangeService2.saveChangeOrder(ChangeOrderIfc, boolean)
wt.change2.ChangeService2.saveChangeOrder(ChangeRequestIfc, ChangeOrderIfc)
Use ChangeService2.saveChangeOrder(ChangeRequestIfc, ChangeOrderIfc, boolean)
wt.change2.ChangeService2.saveFormalizedBy(ChangeRequestIfc, ChangeIssueIfc)
The FormalizedBy link was replaced by ChangeProcessLink in 11.0. It is recommended to use the FlexibleChangeService to create links.
Supported API: false
wt.change2.ChangeService2.saveResearchedBy(ChangeRequestIfc, ChangeProposalIfc)
Use ChangeService2.saveResearchedBy(ChangeItemIfc, ChangeAnalysisIfc)
wt.change2.ChangeService2.unattachSupportingMaterials(WTCollection, ChangeItem)
wt.change2.ChangeService2.unattachSupportingMaterials(WTCollection, ChangeItem, Changeable2)
wt.change2.DetailedBy.newDetailedBy(ChangeAnalysis, AnalysisActivity)
wt.change2.FormalizedByDelegate.validateCardinalityConstraints(ChangeIssue, ChangeRequest2)
Replaced by Association Rules in Windchill 11.0
wt.change2.handler.DefaultProposedSolutionHandler.displayProposedSolution(ChangeRequestIfc)
Use displayProposedSolution()
wt.change2.handler.ProposedSolutionHandler.displayProposedSolution(ChangeRequestIfc)
Use 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)
Use ChangeStatusEventHandler.buildCompoundQuerySpec2(QuerySpec, QuerySpec)
wt.change2.listeners.ChangeStatusEventHandler.getChangeables(ChangeItem, List<String>)
Use ChangeStatusEventHandler.getChangeables(ChangeItem, Class, List)
wt.change2.listeners.DefaultPendingChangeEventHandler.getQueryForPendingChangeOrder(Collection<Long>, ChangeItem, String)
Use DefaultPendingChangeEventHandler.getQueryForPendingChangeOrder(Collection, WTCollection, String, boolean, boolean) defaults to passing notIncluded and isLatestOnly as true.
wt.change2.RelevantAnalysisData.newRelevantAnalysisData(Changeable2, AnalysisActivity)
wt.change2.ResearchedBy.getChangeRequest2()
Use _ResearchedBy.getChangeItem()
wt.change2.ResearchedBy.newResearchedBy(VersionableChangeItem, ChangeAnalysis)
wt.change2.ResearchedBy.setChangeRequest2(ChangeRequestIfc)
Use _ResearchedBy.setChangeItem(VersionableChangeItem)
wt.change2.VarianceDateEffectivity.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.change2.VarianceDateEffectivity.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.change2.VarianceLotNumberEffectivity.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.change2.VarianceLotNumberEffectivity.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.change2.VarianceSerialNumberEffectivity.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.change2.VarianceSerialNumberEffectivity.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.change2.VersionableChangeItem.getCreator()
Use _IterationInfo.getCreator()
Supported API: false
wt.change2.VersionableChangeItem.setCreator(WTPrincipalReference)
Use VersionControlHelper.assignIterationCreator(Iterated, WTPrincipalReference)
wt.change2.WTAnalysisActivityMaster.getIdentity()
Replaced by getDisplayIdentifier() to return a localizable message which supplies the identifier for the object. To return a localizable value which includes the object type, use getDisplayIdentity(). For general messages, getDisplayIdentity() by itself is preferable to using a combination of getDisplayType() and getDisplayIdentifier().
wt.change2.WTAnalysisActivityMaster.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.change2.WTChangeActivity2Master.getIdentity()
Replaced by getDisplayIdentifier() to return a localizable message which supplies the identifier for the object. To return a localizable value which includes the object type, use getDisplayIdentity(). For general messages, getDisplayIdentity() by itself is preferable to using a combination of getDisplayType() and getDisplayIdentifier().
wt.change2.WTChangeActivity2Master.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.change2.WTChangeDirective.getIdentity()
Replaced by getDisplayIdentifier() to return a localizable message which supplies the identifier for the object. To return a localizable value which includes the object type, use getDisplayIdentity(). For general messages, getDisplayIdentity() by itself is preferable to using a combination of getDisplayType() and getDisplayIdentifier().
wt.change2.WTChangeInvestigationMaster.getIdentity()
Replaced by getDisplayIdentifier() to return a localizable message which supplies the identifier for the object. To return a localizable value which includes the object type, use getDisplayIdentity(). For general messages, getDisplayIdentity() by itself is preferable to using a combination of getDisplayType() and getDisplayIdentifier().
wt.change2.WTChangeInvestigationMaster.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.change2.WTChangeIssueMaster.getIdentity()
Replaced by getDisplayIdentifier() to return a localizable message which supplies the identifier for the object. To return a localizable value which includes the object type, use getDisplayIdentity(). For general messages, getDisplayIdentity() by itself is preferable to using a combination of getDisplayType() and getDisplayIdentifier().
wt.change2.WTChangeIssueMaster.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.change2.WTChangeOrder2Master.getIdentity()
Replaced by getDisplayIdentifier() to return a localizable message which supplies the identifier for the object. To return a localizable value which includes the object type, use getDisplayIdentity(). For general messages, getDisplayIdentity() by itself is preferable to using a combination of getDisplayType() and getDisplayIdentifier().
wt.change2.WTChangeOrder2Master.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.change2.WTChangeProposalMaster.getIdentity()
Replaced by getDisplayIdentifier() to return a localizable message which supplies the identifier for the object. To return a localizable value which includes the object type, use getDisplayIdentity(). For general messages, getDisplayIdentity() by itself is preferable to using a combination of getDisplayType() and getDisplayIdentifier().
wt.change2.WTChangeProposalMaster.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.change2.WTChangeRequest2Master.getIdentity()
Replaced by getDisplayIdentifier() to return a localizable message which supplies the identifier for the object. To return a localizable value which includes the object type, use getDisplayIdentity(). For general messages, getDisplayIdentity() by itself is preferable to using a combination of getDisplayType() and getDisplayIdentifier().
wt.change2.WTChangeRequest2Master.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.change2.WTVarianceMaster.getIdentity()
Replaced by getDisplayIdentifier() to return a localizable message which supplies the identifier for the object. To return a localizable value which includes the object type, use getDisplayIdentity(). For general messages, getDisplayIdentity() by itself is preferable to using a combination of getDisplayType() and getDisplayIdentifier().
wt.change2.WTVarianceMaster.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.clients.beans.query.WTSchema.setSchema(String[], String[])
Use the setSchema method with an input string as a parameter.
wt.clients.beans.query.WTSchema.setSchema(WTSchema)
Use the setSchema method with an input string as a parameter.
wt.clients.folderexplorer.CreationClassDialog.getParentApplet()
the Applet is no longer used for setting context; the WTContext class is now used for setting context
Supported API: false
wt.clients.folderexplorer.CreationClassDialog.setParentApplet(Applet)
the Applet is no longer used for setting context; the WTContext class is now used for setting context
Supported API: false
wt.clients.gui.ExceptionDialog.getException()
replaced with setThrowable
wt.clients.gui.ExceptionDialog.setException(Throwable)
replaced with setThrowable
wt.clients.prodmgmt.HelperPanel.getLocalizedMessage(String, Object[])
wt.clients.prodmgmt.HelperPanel.getLocalizedValue(String)
wt.clients.prodmgmt.PartItem.getConfigSpecItem()
Use getConfigurationSpec instead
Supported API: false
wt.clients.prodmgmt.PartItem.getIdentity()
replaced with getDisplayIdentity
wt.clients.prodmgmt.PartItem.setConfigSpecItem(ConfigSpecItem)
Use setConfigurationSpec instead
Supported API: false
wt.clients.prodmgmt.ResourceHelper.getLocalizedMessage(String, Object[])
wt.clients.prodmgmt.ResourceHelper.getLocalizedValue(String)
wt.clients.util.WTMultiList.totalObjects()
Use getNumberOfRows instead.
wt.configurablelink.ConfigurableLinkHelper.getIterationQueryClasses()
Remove when removing ConfigurableLinkHelper.validateSupportedRoleClass(Class)
wt.configurablelink.ConfigurableLinkHelper.getMasterQueryClasses()
Remove when removing ConfigurableLinkHelper.validateSupportedRoleClass(Class)
wt.configurablelink.ConfigurableLinkHelper.setUpQueryClasses()
Remove when removing ConfigurableLinkHelper.validateSupportedRoleClass(Class)
wt.configurablelink.ConfigurableLinkHelper.validateSupportedRoleClass(Class)
Replaced by ConfigurableLinkHelper.validateSupportedRoleClass(TypeIdentifier)
wt.configurablelink.ConfigurableMastersLink.newConfigurableMastersLink(Mastered, Mastered)
wt.configurablelink.StandardConfigurableLinkService.getConceptualClassname()
wt.configuration.BaselineConfigurationConfigSpec.getConceptualClassname()
wt.configuration.BaselineConfigurationOverride.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.configuration.BaselineConfigurationOverride.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.configuration.SerialNumberedConfiguredInstanceConfigSpec.getConceptualClassname()
wt.configuration.SerialNumberMapping.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.configuration.SerialNumberMapping.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.configuration.StandardConfigurationService.getConceptualClassname()
wt.content.ApplicationData.getViewContentURL(ContentHolder)
Use ContentHelper.getViewContentURL(ApplicationData, ContentHolder)
Generates a URL that can be used in a AppletContext.showDocument( ) call from an applet. This will initiate a download of the given ApplicationData object.
Supported API: true
wt.content.ApplicationData.getViewContentURL(ContentHolder, boolean)
Use ContentHelper.getViewContentURL(ApplicationData, ContentHolder, boolean)
Generates a URL that can be used in a AppletContext.showDocument() call from an applet. This will initiate a download of the given ApplicationData object. If withSign is set to false (for internal use only), then the URL is not signed
Supported API: false
wt.content.ContentHelper.getAggregateFiles(Aggregate)
wt.content.ContentItem.getBusinessType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getBusinessType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.content.ContentItem.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity()
wt.content.ContentService.getDataFormats()
wt.content.ContentService.getPrimary(FormatContentHolder)
wt.content.ContentService.updateAppData(ContentHolder, ApplicationData)
wt.content.DataFormat.getBusinessType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getBusinessType(). Another alternative is ((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()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.eff.CalculatedMSNEffectivity.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.eff.DefaultValidEffsDelegate.getValidEffForms(EffContext)
Replaced by StandardValidEffsDelegate.getValidEffForms(EffContext)
wt.eff.DefaultValidEffsDelegate.getValidEffs(Class, EffContext)
Replaced by StandardValidEffsDelegate.getValidEffs(Class, EffContext)
wt.eff.DefaultValidEffsDelegate.getValidEffs(EffContext)
Replaced by StandardValidEffsDelegate.getValidEffs(EffContext)
wt.eff.EffEffContext.getConceptualClassname()
wt.eff.EffGroupAssistant.appendEffGroups(EffRecordable[], EffGroup[])
- since x-24. Use: appendEffGroups(WTCollection effRecordables, EffGroup[] effGroups)
Supported API: false
wt.eff.EffGroupAssistant.appendEffGroups(EffRecordable[], EffGroup[], ChangeActivityIfc)
- since x-24. Use: appendEffGroups(WTCollection effRecordables, EffGroup[] effGroups, ChangeActivityIfc authorizedBy)
Supported API: false
wt.eff.EffGroupAssistant.appendEffGroupsQuietly(EffRecordable[], EffGroup[])
- since x-24. Use: appendEffGroups(WTCollection effRecordables, EffGroup[] effGroups, ChangeActivityIfc authorizedBy)
Supported API: false
wt.eff.EffGroupAssistant.appendEffGroupsQuietly(EffRecordable[], EffGroup[], ChangeActivityIfc)
- since x-24. Use: appendEffGroupsQuietly(WTCollection effRecordables, EffGroup[] effGroups, ChangeActivityIfc authorizedBy)
Supported API: false
wt.eff.EffGroupAssistant.appendEffVector(EffRecordable[])
- since x-24. Use: appendEffVector(WTCollection effRecordables)
Supported API: false
wt.eff.EffGroupAssistant.appendEffVector(EffRecordable[], ChangeActivityIfc)
- since x-24. Use: appendEffVector(WTCollection effRecordables , ChangeActivityIfc authorizedBy)
Supported API: false
wt.eff.EffGroupAssistant.appendEffVectorQuietly(EffRecordable[])
- Since x-24. Use: appendEffVectorQuietly(WTCollection effRecordables)
Supported API: false
wt.eff.EffGroupAssistant.appendEffVectorQuietly(EffRecordable[], ChangeActivityIfc)
- Since x-24. Use: appendEffVectorQuietly(WTCollection effRecordables , ChangeActivityIfc authorizedBy)
Supported API: false
wt.eff.EffGroupAssistant.populateEffVector(EffRecordable[])
wt.eff.EffGroupAssistant.populateEffVectorWithoutRefreshing(EffRecordable[])
- Since x-24. Use: populateEffVectorWithoutRefreshing(WTCollection effRecordables)
Supported API: false
wt.eff.EffGroupAssistant.replaceEffVector(EffRecordable[])
- Since x-24. Use: replaceEffVector(WTCollection effRecordables)
Supported API: false
wt.eff.EffGroupAssistant.replaceEffVector(EffRecordable[], ChangeActivityIfc)
- Since x-24. Use: replaceEffVector(WTCollection effRecordables, ChangeActivityIfc authorizedBy)
Supported API: false
wt.eff.EffGroupAssistant.replaceEffVectorQuietly(EffRecordable[])
- Since x-24. Use: replaceEffVectorQuietly(WTCollection effRecordables)
Supported API: false
wt.eff.EffGroupAssistant.replaceEffVectorQuietly(EffRecordable[], ChangeActivityIfc)
- Since x-24. Use: replaceEffVectorQuietly(WTCollection effRecordables, ChangeActivityIfc authorizedBy)
Supported API: false
wt.eff.EffHelper.getProductEffClassForPending(Class<EffForm>)
Replaced by EffHelper.getEffClass(Class, Class)
wt.eff.EffHelper.getValidEffForms(EffContext)
Replaced by EffHelper.getValidEffectivityForms(EffContext)
wt.eff.EffHelper.getValidEffs(Class, EffContext)
Replaced by EffHelper.getValidEffectivities(Class, EffContext)
wt.eff.EffHelper.getValidEffs(EffContext)
Replaced by EffHelper.getValidEffectivities(EffContext)
wt.eff.format.EffFormatRetrievalStrategy.getEffFormatDetails(EffState)
wt.eff.format.PreferenceBasedRetrieval.getEffFormatDetails(EffState)
wt.eff.PendingBlockEffectivity.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.eff.PendingBlockEffectivity.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.eff.PendingDateEffectivity.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.eff.PendingDateEffectivity.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.eff.PendingLotNumberEffectivity.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.eff.PendingLotNumberEffectivity.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.eff.PendingMSNEffectivity.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.eff.PendingMSNEffectivity.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.eff.PendingSerialNumberEffectivity.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.eff.PendingSerialNumberEffectivity.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.effectivity.Effectivity.getConfigItemEffectivityType()
wt.effectivity.Effectivity.getConfigItemName()
wt.effectivity.EffectivityHelper.setConfigurationItem(Effectivity, ConfigurationItem)
Effectivity is replaced by Eff
wt.effectivity.EffectivityHelper.setEffectivityTarget(Effectivity, EffectivityHolder)
Effectivity is replaced by Eff and this method is replaced by 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)
As of R 8.0, MOR10 use the method DefaultTemplateProcessor.displayAttributeLabel() instead.
wt.enterprise.BasicTemplateProcessor.displayAttributeValue(Properties, Locale, OutputStream)
As of R 8.0, MOR10 use the method DefaultTemplateProcessor.displayAttributeVal() instead.
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)
Replace with EnterpriseHelper.service.newCopy
wt.enterprise.FolderResident.getBusinessType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getBusinessType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.enterprise.FolderResident.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((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()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getBusinessType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.enterprise.Managed.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity()
wt.enterprise.Master.getBusinessType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getBusinessType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.enterprise.Master.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((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()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getBusinessType(). Another alternative is ((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()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getBusinessType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.enterprise.Simple.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((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)
Use EPMResultRule.newEPMResultRule( EPMRuleActionType actionType, EPMRepRuleType representationType, Integer componentID, String uniqueNDID)
wt.epm.EPMAuthoringAppVersion.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.epm.EPMAuthoringAppVersion.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.epm.EPMCADNamespace.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.epm.EPMCADNamespace.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.epm.EPMDocument.initialize(String, String, EPMAuthoringAppType, EPMDocumentType)
wt.epm.EPMDocument.newEPMDocument(String, String, EPMAuthoringAppType, EPMDocumentType)
Use newEPMDocument(String, String, EPMAuthoringAppType, EPMDocumentType, String) as CAD name is required.
wt.epm.EPMDocumentManager.addToFamily(EPMDocument, EPMDocument, String)
Aat R8.0, use addToFamily( WTKeyedMap) from EPMFamilyTableManager
wt.epm.EPMDocumentManager.addToFamily(WTKeyedMap)
At R8.0, use addToFamily( WTKeyedMap) from EPMFamilyTableManager
wt.epm.EPMDocumentManager.changeCADName(EPMDocumentMaster, String)
Use changeCADName(WTKeyedMap)
wt.epm.EPMDocumentManager.checkCompatibility(QueryResult)
At R8.0, use checkCompatibility( WTCollection)
wt.epm.EPMDocumentManager.collectChangeCADNameVetos(EPMDocumentMaster)
No replacement
wt.epm.EPMDocumentManager.collectRenameVetos(WTObject)
wt.epm.EPMDocumentManager.findCheckedOutIterations(EPMDocumentMaster)
At R8.0, no replacement
wt.epm.EPMDocumentManager.findReferencedIterations(EPMDocumentMaster)
At R8.0, no replacement
wt.epm.EPMDocumentManager.isCADNameRequired(EPMAuthoringAppType)
This method always returns true because CAD name is required for all authoring application.
wt.epm.EPMDocumentManager.makeStandalone(EPMDocument)
At R8.0, use makeStandalone( WTCollection) from EPMFamilyTableManager
wt.epm.EPMDocumentManager.markAsModified(WTCollection)
At R8.0
wt.epm.EPMDocumentManager.markAsModified(QueryResult)
At R8.0
wt.epm.EPMDocumentManager.removeAllDependencies(EPMDocument)
Atat R8.0, please use removeAllDependencies(WTCollection)
wt.epm.EPMDocumentManager.removeFromFamily(EPMDocument, EPMDocumentMaster)
At R8.0, use removeFromfamily( EPMDocument, WTCollection) from EPMFamilyTableManager
wt.epm.EPMDocumentManager.removeFromFamily(EPMDocument, WTCollection)
At R8.0, use removeFromfamily(EPMWorkspace, EPMFamilyTable, WTCollection) from EPMFamilyTableManager
wt.epm.EPMDocumentMaster.getIdentity()
Replaced by getDisplayIdentifier() to return a localizable message which supplies the identifier for the object. To return a localizable value which includes the object type, use getDisplayIdentity(). For general messages, getDisplayIdentity() by itself is prefereble to using a combination of getDisplayType() and getDisplayIdentifier().
wt.epm.familytable.EPMFeatureDefinition.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.epm.familytable.EPMFeatureDefinition.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.epm.familytable.EPMParameterDefinition.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.epm.familytable.EPMParameterDefinition.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.epm.familytable.EPMStandardFamilyTableManager.getConceptualClassname()
wt.epm.modelitems.StandardModelItemManager.getConceptualClassname()
wt.epm.navigator.relationship.AssociatedCADDocs.filterImplicitBy(EPMReferenceType...)
Use filterByType(AssociatedCADDocs.Type.CALCULATED_xxx, ...) For example, when navigating CALCULATED_BUILD associations to a drawing, call filterByType(AssociatedCADDocs.Type.CALCULATED_BUILD, AssociatedCADDocs.DRAWINGS_ONLY)
wt.epm.navigator.relationship.CADAssociatedParts.applyStrictCompatibleOnly(boolean)
The strict compatibility option is no longer supported.
wt.epm.navigator.relationship.CADAssociatedParts.filterImplicitBy(EPMReferenceType...)
use filterByType(CADAssociatedParts.Type.CALCULATED_xxx, ...) For example, when navigating CALCULATED_BUILD associations from a drawing, call 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)
At R6.2, please use navigateReferencedBy(EPMDocumentMaster, QuerySpec, boolean)
wt.epm.structure.EPMStructureService.navigateReferences(EPMDocument, QuerySpec)
at R6.2, please use navigateReferences(EPMDocument, QuerySpec, boolean)
wt.epm.structure.EPMStructureService.navigateReferencesToIteration(EPMDocument, QuerySpec, ConfigSpec)
at R6.2, please use navigateReferencesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec)
wt.epm.structure.EPMStructureService.navigateReferencesToIteration(EPMDocument, QuerySpec, ConfigSpec, int)
at R6.2, please use navigateReferencesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec, int)
wt.epm.structure.EPMStructureService.navigateUsedBy(EPMDocumentMaster, QuerySpec)
at R6.2, please use navigateUsedBy(EPMDocumentMaster, QuerySpec, boolean)
wt.epm.structure.EPMStructureService.navigateUses(EPMDocument, QuerySpec)
at R6.2, please use navigateUses(EPMDocument, QuerySpec, boolean)
wt.epm.structure.EPMStructureService.navigateUsesToIteration(EPMDocument, QuerySpec, ConfigSpec)
at R6.2, please use navigateUsesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec)
wt.epm.structure.EPMStructureService.navigateUsesToIteration(EPMDocument, QuerySpec, ConfigSpec, int)
at R6.2, please use navigateUsesToIteration(EPMDocument, QuerySpec, boolean, ConfigSpec, int)
wt.epm.supportingdata.EPMSupportingData.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.epm.supportingdata.EPMSupportingData.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((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()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.epm.workspaces.EPMAsStoredConfig.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.epm.workspaces.EPMBaselineService.add(EPMWorkspace, Vector)
at 8.0 Use EPMWorkspaceManager.addToWorkspace
wt.epm.workspaces.EPMBaselineService.checkinOrMove(EPMWorkspace, Vector)
at R8.0. Use EPMWorkspaceManager.checkin
wt.epm.workspaces.EPMBaselineService.checkinOrMove(EPMWorkspace, Vector, Vector)
at R8.0. Use EPMWorkspaceManager.checkin
wt.epm.workspaces.EPMBaselineService.getBaselineItems(EPMWorkspace)
at R8.0. Use EPMWorkspaceManager.getObjectsInWorkspace
wt.epm.workspaces.EPMBaselineService.refresh(EPMWorkspace, EPMPopulateRule)
in 7.0 Use refreshDocsAndParts
wt.epm.workspaces.EPMBaselineService.remove(EPMWorkspace, Vector)
at 8.0 Use EPMWorkspaceManager.removeFromWorkspace
wt.epm.workspaces.EPMBaselineService.update(EPMWorkspace, Vector, EPMPopulateRule)
in 7.0 Use updateDocsAndParts
wt.epm.workspaces.EPMBaselineService.update(EPMWorkspace, EPMPopulateRule)
in 7.0 Use 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)
This API will be replaced in future by a NavigationCriteria-based API.
wt.epm.workspaces.EPMWorkspaceManager.createTransparentWorkspace(WTContainer, WTPartConfigSpec, EPMDocConfigSpec, boolean)
wt.epm.workspaces.EPMWorkspaceNamespace.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.epm.workspaces.EPMWorkspaceNamespace.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((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)
replaced by getRoleObject(String)
wt.fc.CachedObjectReference.setObjectNull()
wt.fc.collections.WTKeyedMap.WTEntry.getPersistable()
Replaced by getKeyAsPersistable()
wt.fc.collections.WTKeyedMap.WTEntry.getQueryKey()
Replaced by getKeyAsQueryKey()
wt.fc.collections.WTKeyedMap.WTEntry.getReference()
Replaced by getKeyAsReference()
wt.fc.delete.StandardDeleteManager.getConceptualClassname()
wt.fc.EnumeratedType.getComment()
replaced with getShortDescription()
wt.fc.EnumeratedType.getComment(Locale)
Replaced by getShortDescription(Locale)
wt.fc.EnumeratedType.getStringValue(String, String)
Replaced by wt.fc.EnumeratedTypeUtil.getStringValue(String,String)
wt.fc.EnumeratedType.main(String[])
Replaced by wt.fc.EnumeratedTypeUtil.main(String[])
wt.fc.EnumeratedType.toEnumeratedType(String)
Replaced by wt.fc.EnumeratedTypeUtil.toEnumeratedType(String)
wt.fc.EnumeratedType.toEnumeratedType(String, String)
Replaced by wt.fc.EnumeratedTypeUtil.toEnumeratedType(String,String)
wt.fc.IconDelegateFactory.getIconDelegate(Object)
Use one of the getIconDelegate() instance methods after calling IconDelegateFactory.getInstance()
wt.fc.Link.getObject(String)
replaced by same named method on the BinaryLink abstraction (i.e., no longer valid for this generalization).
wt.fc.Link.getOtherObject(Persistable)
replaced by same named method on the BinaryLink abstraction (i.e., no longer valid for this generalization).
wt.fc.Link.getRole(Persistable)
replaced by same named method on the BinaryLink abstraction (i.e., no longer valid for this generalization).
wt.fc.Link.getRoleAObject()
replaced by same named method on the BinaryLink abstraction (i.e., no longer valid for this generalization).
wt.fc.Link.getRoleAObjectId()
replaced by same named method on the BinaryLink abstraction (i.e., no longer valid for this generalization).
wt.fc.Link.getRoleAObjectRef()
replaced by same named method on the BinaryLink abstraction (i.e., no longer valid for this generalization).
wt.fc.Link.getRoleBObject()
replaced by same named method on the BinaryLink abstraction (i.e., no longer valid for this generalization).
wt.fc.Link.getRoleBObjectId()
replaced by same named method on the BinaryLink abstraction (i.e., no longer valid for this generalization).
wt.fc.Link.getRoleBObjectRef()
replaced by same named method on the BinaryLink abstraction (i.e., no longer valid for this generalization).
wt.fc.Link.setRoleAObject(Persistable)
replaced by same named method on the BinaryLink abstraction (i.e., no longer valid for this generalization).
wt.fc.Link.setRoleAObjectRef(WTReference)
replaced by same named method on the BinaryLink abstraction (i.e., no longer valid for this generalization).
wt.fc.Link.setRoleBObject(Persistable)
replaced by same named method on the BinaryLink abstraction (i.e., no longer valid for this generalization).
wt.fc.Link.setRoleBObjectRef(WTReference)
replaced by same named method on the BinaryLink abstraction (i.e., no longer valid for this generalization).
wt.fc.ObjectReference.getObjectId()
replaced by getKey
wt.fc.ObjectReference.initialize()
wt.fc.ObjectReference.newObjectReference()
Since R5. This constructor should no longer be used because it is not valid to have an ObjectReference unless it refers to an object.
wt.fc.ObjectReference.setObjectId(ObjectIdentifier)
replaced by setKey
wt.fc.ObjectToObjectLink.getObject(String)
replaced by getRoleObject(String)
wt.fc.Persistable.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.fc.Persistable.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.fc.PersistenceHelper.getStoredLength(Object, String)
Replaced by checkStoredLength(String, int)
wt.fc.PersistenceHelper.truncateStoredLength(Object, String, int)
Replaced by truncateStoredLength(String, int)
wt.fc.PersistenceManager.find(QuerySpec)
, use find(StatementSpec).
wt.fc.PersistenceManager.getNextSequence(String)
as of R8.0, use getNextSequence(Class).
wt.fc.PersistenceManagerEvent.getAssociatedLink()
as of R8.0, use getEventTarget() in a multi-object event listener.
wt.fc.PersistenceManagerEvent.getDisplayAttributes()
as of R8.0, this type of event is no longer supported.
wt.fc.PersistenceManagerEvent.getOperableObjectArray()
as of R8.0, use getEventTarget() since multi-object events are supported directly.
wt.fc.PersistenceManagerEvent.getQueryResult()
as of R8.0, this type of event is no longer supported.
wt.fc.PersistenceManagerEvent.getResultContainer()
as of R8.0, this type of event is no longer supported.
wt.fc.PersistenceManagerEvent.getTarget()
as of R8.0, use getEventTarget().
wt.fc.QueryResult.appendObjectVector(ObjectVector)
wt.fc.QueryResult.getObjectVector()
Replaced by getObjectVectorIfc()
wt.fc.ReferenceFactory.getQueryString(Persistable)
wt.fc.ReferenceFactory.getQueryString(WTReference)
wt.fc.StandardIdentityService.getConceptualClassname()
wt.fc.StandardPersistenceManager.getConceptualClassname()
wt.fc.WTObject.getIdentity()
Replaced by getDisplayIdentifier() to return a localizable message which supplies the identifier for the object. To return a localizable value which includes the object type, use getDisplayIdentity(). For general messages, getDisplayIdentity() by itself is prefereble to using a combination of getDisplayType() and getDisplayIdentifier().
wt.fc.WTObject.getType()
Replaced by getDisplayType() to return a localizable message which supplies the type of the object.
wt.federation.FederationUtilities.appendNewElements(QueryResult, QueryResult)
See FederationHelper.
wt.federation.FederationUtilities.checkFreshness(Persistable)
See FederationServiceSvr.
wt.federation.FederationUtilities.checkFreshness(QueryResult)
See FederationServiceSvr.
wt.federation.FederationUtilities.decodeURLString(String)
See wt.httpgw.WTURLEncoder.
wt.federation.FederationUtilities.encodeBase64(byte[])
See FederationHelper.
wt.federation.FederationUtilities.encodeURLString(String)
See wt.httpgw.WTURLEncoder.
wt.federation.FederationUtilities.encodeURLString(String, String)
See wt.httpgw.WTURLEncoder.
wt.federation.FederationUtilities.enqueueRefreshRequest(Federated)
See FederationServiceSvr.
wt.federation.FederationUtilities.executeHTTPRequest(String, String, FederatedHttpBodyPart)
See FederationServiceSvr.
wt.federation.FederationUtilities.findAllUsers()
- Write query to check if workflow process with the status of OPEN_RUNNING for given object.- Write query to check if workflow process with the status of OPEN_RUNNING for given object.
See wt.org package.
wt.federation.FederationUtilities.findAllUsers(Enumeration)
See wt.org package.
wt.federation.FederationUtilities.findLikeUsers(String, String)
See wt.org package.
wt.federation.FederationUtilities.findLikeUsers(String, String, Enumeration)
See wt.org package.
wt.federation.FederationUtilities.findObjects(Class, Persistable, String, Persistable)
See FederationService.
wt.federation.FederationUtilities.findObjects(Class, Persistable, String, Persistable, Enumeration)
See FederationService.
wt.federation.FederationUtilities.findObjects(QuerySpec)
See FederationService.
wt.federation.FederationUtilities.findObjects(QuerySpec, Enumeration)
See FederationService.
wt.federation.FederationUtilities.findUser(String)
See wt.org package.
wt.federation.FederationUtilities.findUser(String, String)
See wt.org package.
wt.federation.FederationUtilities.findUser(String, String, Enumeration)
See wt.org package.
wt.federation.FederationUtilities.findUser(String, Enumeration)
See wt.org package.
wt.federation.FederationUtilities.getActionURL(FederatedService, String, Hashtable)
See FederationHelper.
wt.federation.FederationUtilities.getAllServices()
See FederationServiceSvr.
wt.federation.FederationUtilities.getFederatedSubclass(Class)
See FederationServerHelper.
wt.federation.FederationUtilities.getNavigableServices(Class)
See FederationService.
wt.federation.FederationUtilities.getQueryableServices(Class)
See FederationService.
wt.federation.FederationUtilities.getService(Federated)
See FederationService.
wt.federation.FederationUtilities.getSourceInputStream(Federated)
wt.federation.FederationUtilities.hasExpired(Federated)
See FederationServerHelper.
wt.federation.FederationUtilities.haveSameSource(Object, Object)
See FederationHelper.
wt.federation.FederationUtilities.initializeProxy(Federated, FederatedService)
See FederationServerHelper.
wt.federation.FederationUtilities.invokeInfoEngineTemplate(String)
See FederationServiceSvr.
wt.federation.FederationUtilities.invokeInfoEngineTemplate(String, Hashtable)
See FederationServiceSvr.
wt.federation.FederationUtilities.isStale(Federated)
See FederationServerHelper.
wt.federation.FederationUtilities.navigate(Persistable, String, Class, boolean)
See FederationService.
wt.federation.FederationUtilities.navigate(Persistable, String, Class, boolean, Enumeration)
See FederationService.
wt.federation.FederationUtilities.navigate(Persistable, String, QuerySpec, boolean)
See FederationService.
wt.federation.FederationUtilities.navigate(Persistable, String, QuerySpec, boolean, Enumeration)
See FederationService.
wt.federation.FederationUtilities.presetRevisionControlled(RevisionControlled)
wt.federation.FederationUtilities.refresh(Federated)
See FederationServiceSvr.
wt.federation.FederationUtilities.refreshIfStale(Federated)
See FederationServiceSvr.
wt.federation.FederationUtilities.refreshProxy(ObjectIdentifier)
See FederationServiceSvr.
wt.federation.FederationUtilities.refreshProxy(Federated)
See FederationServiceSvr.
wt.federation.FederationUtilities.refreshProxyVector(ObjectVector)
wt.federation.FederationUtilities.retrieveInfoEngineObjects(String)
See FederationService.
wt.federation.FederationUtilities.retrieveSourceContents(String, FederatedService)
wt.federation.FederationUtilities.storeProxy(Federated)
See FederationService.
wt.federation.FederationUtilities.syncObjects(Externalizable, Externalizable)
See 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>
use 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)
Use NavigationCriteriaService.populateNavigationFilters(NavigationCriteria) instead
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)
Use NavigationCriteriaService.saveNavigationCriteria(NavigationCriteria) instead
wt.filter.StandardNavigationFilterService.getConceptualClassname()
wt.folder.FolderHelper.assignFolder(Foldered, Folder)
wt.folder.FolderHelper.assignLocation(CabinetMember, Cabinet)
Replaced by FolderHelper.assignLocations(WTValuedMap)
wt.folder.FolderHelper.assignLocation(Foldered, String)
Replaced by FolderHelper.assignLocations(WTValuedMap)
wt.folder.FolderHelper.assignLocation(Foldered, Folder)
Replaced by FolderHelper.assignLocations(WTValuedMap)
wt.folder.FolderHelper.assignLocation(FolderEntry, String)
Replaced by FolderHelper.assignLocations(WTValuedMap)
wt.folder.FolderHelper.assignLocation(FolderEntry, String, WTContainerRef)
Replaced by FolderHelper.assignLocations(wt.fc.collections.WTValuedMap)
wt.folder.FolderHelper.getCabinetReference(FolderEntry)
Replaced by FolderHelper.getCabinetReference(CabinetBased)
wt.folder.FolderHelper.getFolderPath(FolderEntry)
Replaced by FolderHelper.getFolderPath(CabinetBased)
wt.folder.FolderHelper.getLocation(FolderEntry)
Replaced by FolderHelper.getLocation(CabinetBased)
wt.folder.FolderHelper.inPersonalCabinet(CabinetBased)
Replaced by FolderHelper.getObjsInPersonalCabinets(WTCollection)
wt.folder.FolderHelper.inPersonalCabinet(FolderEntry)
Replaced by FolderHelper.inPersonalCabinet(CabinetBased)
wt.folder.FolderHelper.isPersonalCabinet(Cabinet)
Replaced by _Cabinet.isPersonalCabinet()
wt.folder.FolderService.assignLocation(WTCollection, Folder)
Replaced by FolderHelper.assignLocation(WTCollection,Folder)
wt.folder.FolderService.assignLocations(WTValuedMap)
Replaced by FolderHelper.assignLocations(WTValuedMap)
wt.folder.FolderService.changeFolder(Foldered, Folder)
Replaced by FolderService.changeFolder(WTValuedMap) Note: This API should not be used when moving objects between containers; use the moveAllObjects() API from the ContainerMoveService instead.
wt.folder.FolderService.createCabinet(String, String, String, String)
Use createPersonalCabinet() to create a personal cabinet, and createCabinet(String, AdminDomainRef, String, WTContainerRef) to create a shared cabinet.
wt.folder.FolderService.createCabinet(String, String, String, String, boolean)
Use createPersonalCabinet() to create a personal cabinet, and createCabinet(String, AdminDomainRef, String, WTContainerRef) to create a shared cabinet.
wt.folder.FolderService.createCabinet(String, AdminDomainRef, String, WTPrincipal, boolean)
Use createPersonalCabinet() to create a personal cabinet, and createCabinet(String, AdminDomainRef, String, WTContainerRef) to create a shared cabinet.
wt.folder.FolderService.createPersonalCabinet(String, AdminDomainRef, String)
Replaced by FolderService.createPersonalCabinet(WTPrincipal, AdminDomainRef)
wt.folder.FolderService.createSubFolder(String, AdminDomainRef)
Replaced by FolderService.createSubFolder(String,AdminDomainRef,WTContainerRef)
wt.folder.FolderService.findCabinets(String, boolean)
Replaced by FolderService.findCabinets(AccessPermission, boolean)
wt.folder.FolderService.findCabinets(AccessPermission, boolean)
Replaced by FolderService.getContainerToCabinetsMap(WTCollection,boolean)
wt.folder.FolderService.findCabinets(AccessPermission, boolean, WTContainerRef)
Replaced by FolderService.getContainerToCabinetsMap(WTCollection,boolean)
wt.folder.FolderService.findFolderContents(String, WTContainerRef[])
Replaced by FolderService.getFolderToContentsMap(WTSet,Class,boolean)
wt.folder.FolderService.findFolderContents(String, WTContainerRef[], Class)
Replaced by FolderService.getFolderToContentsMap(WTSet,Class,boolean)
wt.folder.FolderService.findFolderContents(Folder[], Class)
Replaced by FolderService.getFolderToContentsMap(WTSet,Class,boolean)
wt.folder.FolderService.findFolderContents(Folder[], Class, boolean)
Replaced by FolderService.getFolderToContentsMap(WTSet,Class,boolean)
wt.folder.FolderService.findFolderContents(Folder, Class)
Replaced by FolderService.getFolderToContentsMap(WTSet,Class,boolean)
wt.folder.FolderService.findSubFolders(Folder, String)
Replaced by FolderService.getParentToSubFoldersMap(WTCollection)
wt.folder.FolderService.findSubFolders(Folder, AccessPermission)
Replaced by FolderService.getParentToSubFoldersMap(WTCollection)
wt.folder.FolderService.getCabinet(String)
Replaced by FolderService.getCabinetsByName(WTList containers,List names)
wt.folder.FolderService.getCabinetNames(WTContainerRef)
Replaced by FolderService.getContainerToCabinetNamesMap(WTCollection,boolean)
wt.folder.FolderService.getFolder(String)
Replaced by FolderService.getFoldersByPath(WTList, List)
wt.folder.FolderService.getFolder(Foldered)
Replaced by FolderService.getCabinetBasedToFolderMap(WTCollection)
wt.folder.FolderService.getFolderedToFolderMap(WTCollection)
Replaced by FolderService.getCabinetBasedToFolderMap(WTCollection)
wt.folder.FolderService.getFolderPathsFromFolderOids(ArrayList)
Replaced by FolderService.getCabinetBasedToPathMap(WTCollection)
wt.folder.FolderService.getFolders(List)
Replaced by FolderService.getCabinetBasedToFolderMap(WTCollection)
wt.folder.FolderService.getMemberships(List)
Replaced by FolderService.getEntryToMembershipMap(wt.fc.collections.WTCollection)
wt.folder.StandardFolderService.getConceptualClassname()
wt.fv.FvService.mountFolder(FvHost, FileFolder, String, boolean)
use FvService.mountFolder(FvHost, FileFolder, String) instead.
wt.fv.FvService.mountFolderOnCluster(FvHost, FileFolder, String, boolean)
use FvService.mountFolderOnCluster(FvHost, FileFolder, String) instead.
wt.fv.FvService.mountRootFolder(FvHost, RootFolder, String, boolean)
use FvService.mountRootFolder(FvHost, RootFolder, String) instead.
wt.fv.FvService.mountRootFolder(FvHost, RootFolder, String, String, boolean)
use FvService.mountRootFolder(FvHost, RootFolder, String, String)instead.
wt.fv.FvService.mountRootFolderOnCluster(FvHost, RootFolder, String, boolean)
use FvService.mountRootFolderOnCluster(FvHost, RootFolder, String) instead.
wt.fv.FvService.mountRootFolderOnCluster(FvHost, RootFolder, String, String, boolean)
use FvService.mountRootFolderOnCluster(FvHost, RootFolder, String, String) instead.
wt.fv.master.StandardMasterService.checkFolderSubFolderMountPathsComplete(Integer, String, HashMap, HashMap)
This method will be removed in future release. Use mount validation capability to validate mounts
Supported API: false
wt.fv.master.StandardMasterService.getConceptualClassname()
wt.fv.master.StandardMasterService.remoteCleanUpFolder(ReplicaVault, ReplicaFolder, Enumeration)
Use Remove Unreferenced Files functionality or Automated cleanup of replica vaults
wt.fv.StandardFvService.getConceptualClassname()
wt.fv.StandardFvService.getFileLists(FvMount)
No longer used, will be deleted in later release
Supported 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)
This API is no longer needed.
wt.help.HelpLinkHelper.createHelpHREF(HelpLinkContext, Locale, HashMap)
Use HelpLinkHelper.createHelpHREF(java.lang.String)vinstead.
wt.help.HelpLinkHelper.createHelpHREF(URLFactory, Object, String, Locale)
Use HelpLinkHelper.createHelpHREF(java.lang.String) instead.
wt.help.HelpLinkHelper.createHelpHREF(URLFactory, Object, String, Locale, HashMap)
Use HelpLinkHelper.createHelpHREF(java.lang.String) instead.
wt.help.HelpLinkHelper.createHelpHREF(URLFactory, Object, String, Locale, HashMap, HelpLinkHelper)
Use HelpLinkHelper.createHelpHREF(java.lang.String) instead.
wt.help.HelpLinkHelper.createHelpHREF(URLFactory, Object, String, Locale, HelpLinkHelper)
Use HelpLinkHelper.createHelpHREF(java.lang.String) instead.
wt.help.HelpLinkHelper.createHelpHREF(URLFactory, String, Object, String, Locale)
Use HelpLinkHelper.createHelpHREF(java.lang.String) instead.
wt.help.HelpLinkHelper.createHelpHREF(URLFactory, String, Object, String, Locale, HashMap)
Use HelpLinkHelper.createHelpHREF(java.lang.String) instead.
wt.help.HelpLinkHelper.createHelpHREF(URLFactory, String, Object, String, Locale, HashMap, HelpLinkHelper)
Use HelpLinkHelper.createHelpHREF(java.lang.String) instead.
wt.help.HelpLinkHelper.createHelpHREF(URLFactory, String, Object, String, Locale, HelpLinkHelper)
Use HelpLinkHelper.createHelpHREF(java.lang.String) instead.
wt.help.HelpLinkHelper.createHelpHREF(URLFactory, String, HashMap)
Use HelpLinkHelper.createHelpHREF(java.lang.String) instead.
wt.help.HelpLinkHelper.createHelpHREF(URLFactory, String, Locale)
Use HelpLinkHelper.createHelpHREF(java.lang.String) instead.
wt.help.HelpLinkHelper.createHelpHREF(URLFactory, String, Locale, HashMap)
Use HelpLinkHelper.createHelpHREF(java.lang.String) instead.
wt.help.HelpLinkHelper.createHelpHREF(URLFactory, String, Locale, HashMap, HelpLinkHelper)
Use HelpLinkHelper.createHelpHREF(java.lang.String) instead.
wt.help.HelpLinkHelper.createHelpHREF(URLFactory, String, Locale, HelpLinkHelper)
Use HelpLinkHelper.createHelpHREF(java.lang.String) instead.
wt.httpgw.HTTPRequest.urlDecode(String)
Replaced by wt.httpgw.WTURLEncoder.decode method.
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)
Use delete(List, String)
wt.inf.container.ContainerSpec.setFilterByMembership(boolean)
Replaced by setMembershipState
wt.inf.container.ContainerSpec.setSelectOids(boolean)
Replaced by setSelectState
wt.inf.container.ContainerSpec.setUser(WTPrincipalReference, boolean)
Use setUser and setMembership state instead.
wt.inf.container.LookupSpec.getQuerySpec()
Replaced by the querySpecs property and the addQuerySpec(s) methods.
wt.inf.container.LookupSpec.setQuerySpec(QuerySpec)
Replaced by the querySpecs property and the addQuerySpec(s) methods.
wt.inf.container.OrgContainer.getIdentity()
Replaced by IdentityFactory.getDisplayIdentity
wt.inf.container.OrgContainer.setAutoPopulateCreators(Class, boolean)
Replaced by CreatorsLink.setAutoPopulate
wt.inf.container.WTContainerHelper.getContainerPath(WTContainerRef)
Replaced by #getPath and #getDisplayPath.
wt.inf.container.WTContainerHelper.getWhereContainerIn(ContainerSpec, Class)
Replaced by WTContainerHelper.getWhereContainerIn(ContainerSpec,Class[])
wt.inf.container.WTContainerHelper.isChildOf(WTContainerRef, WTContainerRef)
Replaced by WTContainerService#isDescendedFrom(WTContainerRef,WTContainerRef)
wt.inf.container.WTContainerRef.getContainer()
Replaced by getReferencedContainer
wt.inf.container.WTContainerServerHelper.generateInternetDomainName(WTContainer)
wt.inf.container.WTContainerService.getNamespace(WTContained)
Replaced by getNamespace(Class)
wt.inf.container.WTContainerService.getNamespace(WTContained, WTContainer)
Replaced by getNamespace(Class, WTContainer)
wt.inf.container.WTContainerService.getPublicContextProvider(WTContainer, Class)
wt.inf.container.WTContainerService.isFiltered(WTContainedFilterable, WTContainer)
wt.inf.library.LoadLibrary.createLibraryContainer(Hashtable, Hashtable, Vector)
wt.inf.library.WTLibrary.getIdentity()
Replaced by IdentityFactory.getDisplayIdentity
wt.inf.sharing.DataSharingService.outOfDateShares(WTCollection, WTContainer)
Use outOfSyncShares
wt.inf.team.ContainerTeamHelper.getDisplayName(WTGroup)
At 7.0
wt.inf.team.ContainerTeamHelper.getMembershipQuery(ContainerSpec)
wt.inf.team.ContainerTeamService.replaceUser(ContainerTeamReference, WTUser, WTUser, boolean)
wt.inf.team.StandardContainerTeamService.getConceptualClassname()
wt.inf.team.StandardContainerTeamService.processRefreshGroups()
wt.inf.template.ContainerTemplateDefinition.getContainerTemplate()
wt.inf.template.ContainerTemplateDefinition.getContainerTemplateReference()
wt.inf.template.StandardContainerTemplateService.getConceptualClassname()
wt.intersvrcom.StandardInterSvrComService.getConceptualClassname()
wt.introspection.ClassInfo.hasDisplayName()
wt.introspection.ClassInfo.isLocalizable()
wt.introspection.RoleDescriptor.hasDisplayName()
wt.introspection.RoleDescriptor.isLocalizable()
wt.ixb.actor.ActorTemplate.finalizeImportObject(boolean, Object, IxbElement, Importer)
replaced by ActorTemplate.finalizeImportObject(boolean, List, Importer)
wt.ixb.actor.ActorTemplate.storeObject(ClassExporterImporter, Object, IxbElement, Importer)
Use ActorTemplate.storeObjects(ClassExporterImporter, WTList, List, Importer) instead.
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)
it has no validate parameter now; validate parameter should be supplied once for the whole Importer
wt.ixb.publicforapps.Importer.doImport(IxbElement)
wt.ixb.publicforapps.Importer.getAapplicationImportHandler()
Use 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)
Supported API: false
wt.ixb.publicforapps.IxbHelper.newImporter(ApplicationImportHandler, String, IxbElement, Boolean)
wt.ixb.publicforapps.IxbHelper.newImporter(ApplicationImportHandler, String, IxbElement, Boolean, Boolean)
use newImporter(ApplicationImportHandler handler, WTContainerRef targetContainer, String dtd, IxbElement mapRules, Boolean overrideConflicts, Boolean validate) instead
Supported API: true
wt.ixb.publicforapps.IxbHelper.newImporter(ApplicationImportHandler, String, IxbElement, Boolean, Boolean, Boolean)
Supported API: false
wt.ixb.publicforhandlers.ClassExporterImporterTemplate.finalizeImportObject(boolean, Object, IxbElement, Importer)
Use ClassExporterImporterTemplate.finalizeImportObjects(boolean, List, Importer) instead.
wt.ixb.publicforhandlers.ClassExporterImporterTemplate.findAmongExistingObjects(IxbElement, Importer)
wt.ixb.publicforhandlers.ClassExporterImporterTemplate.findAmongExistingObjectsInternal(IxbElement, Importer)
Use or override multi-object methodClassExporterImporterTemplate.findAmongExistingObjectsInternal(List, Importer) instead.
wt.ixb.publicforhandlers.ClassExporterImporterTemplate.importElement(IxbElement, Importer)
Use ClassExporterImporterTemplate.importElements(List, Importer, String, String) instead.
wt.ixb.publicforhandlers.ClassExporterImporterTemplate.storeObject(Object, IxbElement, Importer)
Use ClassExporterImporterTemplate.storeObjects(List, Importer) instead.
wt.ixb.publicforhandlers.ExpImpForLinkObject.getRoleAObject(IxbElement, Importer)
wt.ixb.publicforhandlers.ExpImpForLinkObject.getRoleBObject(IxbElement, Importer)
wt.ixb.publicforhandlers.ExpImpForLinkObject.persistLinkObject(Object, IxbElement, Importer)
Use ExpImpForLinkObject.persistLinkObject(List, Importer)instead. This will also need overriding ExpImpForLinkObject.storeObjects(List, Importer) instead of ExpImpForLinkObject.storeObject(Object, IxbElement, Importer)
wt.ixb.publicforhandlers.ExpImpForLinkObject.storeObject(Object, IxbElement, Importer)
Use ExpImpForLinkObject.storeObjects(List, Importer) instead.
wt.ixb.publicforhandlers.ExpImpForVersionedObject.findAmongExistingObjectsDefault(IxbElement, Importer)
Implicit API being called and Only CALLER of this API i.e. findAmongExistingObjects are not deprecated. Implements typical way of finding whether object from given XML file exists already in Windchill database for import application.
wt.ixb.publicforhandlers.ExpImpForVersionedObject.importElement(IxbElement, Importer)
wt.ixb.publicforhandlers.ExpImpForVersionedObject.storeObject(Object, IxbElement, Importer)
Use ExpImpForVersionedObject.storeObjects(List, Importer) instead.
wt.ixb.publicforhandlers.ExpImpForVersionedObject.storeVersionedObject(Object, IxbElement, Importer)
Use ExpImpForVersionedObject.storeObjects(List, Importer) instead.
wt.ixb.publicforhandlers.IxbHndHelper.checkConflictAgainstExistingObject(String, String, String, String, String, Importer)
Replaced by IxbHndHelper.checkConflictAgainstExistingObject(String, String, String, String, String, Importer, IxbElement)
wt.ixb.publicforhandlers.IxbHndHelper.findAdminObjects(List<IxbElement>, Importer, List<IxbElement>, BACIXHandlerIfc)
Replaced by BACIXBHelper#findAdminObjects(List, Importer, List, BACIXHandlerIfc)
wt.ixb.publicforhandlers.IxbHndHelper.getActionName(IxbElement)
Use IxbHndHelper.getActionName(IxbElement, Importer)
wt.ixb.publicforhandlers.IxbHndHelper.getContainerOfPath(String)
Use importer.getContainerRefFromPath(String mappingContext) instead
wt.ixb.publicforhandlers.IxbHndHelper.getEndOftheLink(IxbElement, Importer, String, boolean, Class)
Use multi object API IxbHndHelper.getEndOftheLink(List, Importer, String, boolean, Class) instead for better performance
wt.ixb.publicforhandlers.IxbHndHelper.getFolder(String, WTContainerRef)
Use getFolder(String folderPath, AdminDomainRef domain, WTContainerRef cont)
wt.ixb.publicforhandlers.IxbHndHelper.getIteratedObject(Class, String, String)
This method is container unaware and Org Id unaware. Use explicit query to search by globally unique attribute. Use getIteratedObjectOfNumber() to search by number.
wt.ixb.publicforhandlers.IxbHndHelper.getIterationIdBasedOnIterationPosition(IxbElement, Importer)
Replaced by IxbHndHelper.getMatchingIterationIdOnTarget(IxbElement, Importer)
Get the exact iteration for object from xml file. Iteration position will be considered for action - 'PickExistingObject' only. If the iteration is not starting from 1 or offset not equals to 1 or for non-integer series, value of attribute - 'iteration position' is considered instead of 'iteration id'.
Supported API: false
wt.ixb.publicforhandlers.IxbHndHelper.getObjectByObjectReferenceElement(IxbElement, Importer)
Use multi-object API IxbHndHelper.getObjectByObjectReferenceElement(IxbElement, Importer) instead for better performance
wt.ixb.publicforhandlers.IxbHndHelper.ObjectIdentifierOfString(String)
wt.ixb.publicforhandlers.IxbHndHelper.populateSearchMechObjTypeInImportReportCache(IxbElement, String, BACIXHandlerIfc)
Replaced by 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()
in R4.0. Use the appropriate call on the EnumeratedType object to get these values.
wt.lifecycle.LifeCycleService.getCurrentPhase(LifeCycleManaged)
at R4.0 - This method should not be used outside of the Life Cycle service. This phase object should be considered private to LifeCycle. If you have a need to access information on this object, please send a detailed request via Windchill Technical Marketing.
wt.lifecycle.LifeCycleService.getLifeCycleTemplate(LifeCycleManaged)
in R4.0 - Use myObject.getLifeCycleTemplate() instead.
wt.lifecycle.LifeCycleService.getStateLink(LifeCycleManaged)
At 5.0
wt.lifecycle.LifeCycleService.isA(LifeCycleManaged, WTUser, Role)
At 8.0. A user no longer has to belong to a specific role in order to complete a lifecycle task
wt.lifecycle.LifeCycleService.saveCriteria(LifeCycleManaged, Vector)
Aat R5.0
wt.lifecycle.LifeCycleService.selectableStates()
In R4.0. Use the appropriate call on the EnumeratedType object to get these values.
wt.lifecycle.StandardLifeCycleService.allStates()
In R4.0. Use the appropriate call on the EnumeratedType object to get these values.
wt.lifecycle.StandardLifeCycleService.getConceptualClassname()
wt.lifecycle.StandardLifeCycleService.getCurrentPhase(LifeCycleManaged)
at R4.0 - This method should not be used outside of the Life Cycle service. This phase object should be considered private to LifeCycle. If you have a need to access information on this object, please send a detailed request via Windchill Technical Marketing.
wt.lifecycle.StandardLifeCycleService.getLifeCycleTemplate(LifeCycleManaged)
In R4.0 - Use myObject.getLifeCycleTemplate() instead.
wt.lifecycle.StandardLifeCycleService.getRunningInstances(String)
At 5.0 - Use the whereUsed methods instead.
wt.lifecycle.StandardLifeCycleService.getStateLink(LifeCycleManaged)
At 5.0
wt.lifecycle.StandardLifeCycleService.isA(LifeCycleManaged, WTUser, Role)
At 8.0. A user no longer has to belong to a specific role in order to complete a lifecycle task
wt.lifecycle.StandardLifeCycleService.saveCriteria(LifeCycleManaged, Vector)
At R5.0
wt.lifecycle.StandardLifeCycleService.selectableStates()
In R4.0. Use the appropriate call on the EnumeratedType object to get these values.
wt.load.LoadContent.createAggregate(Hashtable, Hashtable, Vector)
wt.load.LoadServerHelper.getTargetDomain(String, Hashtable, Hashtable, String)
wt.load.LoadServerHelper.getTargetDomain(Hashtable, Hashtable, String, boolean, String)
Now container path should be supplied as part of domain path.
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)
Replaced by assignLocker(Lockable,WTPrincipalReference) or LockHelper.service.lock(Lockable)
wt.locks.LockHelper.lock(Lockable, String)
Replaced by assignLocker(Lockable,WTPrincipalReference) or LockHelper.service.lock(Lockable,String)
wt.locks.LockHelper.lock(Lockable, WTPrincipal)
Replaced by assignLocker(Lockable,WTPrincipalReference) or LockHelper.service.lock(Lockable,WTPrincipalReference)
wt.locks.LockHelper.lock(Lockable, WTPrincipal, String)
Replaced by assignLocker(Lockable,WTPrincipalReference) or LockHelper.service.lock(Lockable,WTPrincipalReference,String)
wt.locks.LockHelper.unlock(Lockable)
Replaced by LockHelper.service.unlock(Lockable)
wt.locks.LockHelper.unlock(Lockable, WTPrincipal)
Replaced by 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()
With log4j2 this api will not have any relevance.
wt.mail.EMailMessage.addPart(Notification)
wt.mail.WTMimeMessage.WTMessage()
As of Windchill 6.2.6, replaced by EMailMessage
wt.manager.jmx.ServerManagerMBean.getMasterServerManagerName()
the preferred way to do this is via the ServerManagerMBean.getMainServerManagerName()
wt.manager.jmx.ServerManagerMBean.getSlavePingIntervalSeconds()
the preferred way to do this is via the ServerManagerMBean.getSecondaryPingIntervalSeconds()
wt.manager.jmx.ServerManagerMBean.getSlaveServerManagerNames()
the preferred way to do this is via the ServerManagerMBean.getSecondaryServerManagerNames()
wt.manager.jmx.ServerManagerMBean.getSlaveServerManagers()
the preferred way to do this is via the ServerManagerMBean.getSecondaryServerManagers()
wt.manager.jmx.ServerManagerMBean.isCacheMaster()
the preferred way to do this is via the ServerManagerMBean.isCacheMain()
wt.manager.jmx.ServerManagerMBean.setSlavePingIntervalSeconds(int)
the preferred way to do this is via the ServerManagerMBean.setSecondaryPingIntervalSeconds(int slavePingIntervalSeconds)
wt.maturity.MaturityBaseline.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.maturity.MaturityBaseline.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.maturity.MaturityHelper.getService()
Use MaturityHelper.service
wt.mpm.coproduce.CoProduceService.getCoProduceFamilyDetails(Set<Persistable>)
Use CoProduceService.populateCoProduce(Set, PopulateCoProduceParams)
Supported API: true
wt.mpm.coproduce.CoProduceService.getCoProduceFamilyDetails(Set<Persistable>, NavigationCriteria)
Use CoProduceService.populateCoProduce(Set, PopulateCoProduceParams)
wt.mpm.coproduce.CoProduceService.updateCoProduce(WTPart, Collection<WTPart>, WTPart, UpdateCoProduceParams)
wt.mpm.rawmaterial.RawMaterialLinkService.removeRMAssociationLinks(Set<RMAssociationLink>)
, use RawMaterialLinkService.removeHistoryManageableLinks(Set)
wt.notify.NotificationManager.createObjectSubscription(NotificationSubscription, Vector<WTPrincipal>, WTReference, String, int)
Do not use this api. Use one of the supported createObjectSubscription apis.
wt.notify.NotificationManager.createObjectSubscription(NotificationSubscription, WTCollection, Notifiable, HashMap<String, WTStringMap>, boolean)
Do not use this api. Use one of the supported createObjectSubscription apis.
wt.notify.NotificationManager.createObjectSubscription(NotificationSubscription, NotifySubscriptionRecipient, WTReference, HashMap<String, WTStringMap>, boolean)
Do not use this api. Use one of the supported createObjectSubscription apis.
wt.notify.NotificationManager.createObjectSubscription(NotificationSubscription, NotifySubscriptionRecipient, Notifiable, boolean, HashMap<String, WTStringMap>, boolean boolean)
Do not use this api. Use one of the supported createObjectSubscription apis.
wt.notify.NotificationManager.createObjectSubscriptions(NotificationSubscription, WTCollection, WTCollection, HashMap<String, WTStringMap>, boolean, boolean)
Do not use this api. Use one of the supported createObjectSubscription apis.
wt.notify.NotificationManager.createTypeBasedFolderSubscriptions(NotificationSubscription, WTCollection, WTReference, String, HashMap<String, WTStringMap>, boolean)
Instead use: createTypeBasedFolderSubscriptions(NotificationSubscription subscriptionAttributes, WTCollection subscribers, WTCollection targetFolders, ArrayList targetTypes, HashMap<String,WTStringMap> eventKeysAndAttributeValueMaps, boolean includeSubfolders)
wt.notify.NotificationManager.createTypeBasedFolderSubscriptions(NotificationSubscription, WTCollection, Folder, String, HashMap<String, WTStringMap>, boolean)
Instead use: createTypeBasedFolderSubscriptions(NotificationSubscription subscriptionAttributes, WTCollection subscribers, WTCollection targetFolders, ArrayList targetTypes, HashMap<String,WTStringMap> eventKeysAndAttributeValueMaps, boolean includeSubfolders)
wt.notify.NotificationManager.getNotificationSubscriptionRecipients(Notifiable, Persistable, String, String)
Instead use: 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)
Instead use: 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)
Instead use: getNotificationSubscriptions(ObjectReference targetRef, ObjectReference subscriberRef, String eventKey, String subscriptionKey)
wt.notify.NotificationManager.getNotificationSubscriptionTargets(Notifiable, Persistable, String, String)
Instead use: getNotificationSubscriptionTargets( ObjectReference targetRef, ObjectReference subscriberRef, String eventKey, String subscriptionKey )
wt.notify.NotificationManager.getSubscriptions(Object, Notifiable, String)
This api was for pre-R9.0 subscriptions. As of R9.0 use one of the supported getNotificationSubscriptions apis.
wt.notify.NotificationManager.getSubscriptionsForTarget(ObjectReference)
wt.notify.NotificationManager.getSubscriptionsForTarget(Notifiable)
wt.notify.NotificationManager.getSubscriptionsForTarget(Notifiable, boolean)
Instead use: getSubscriptionsForTarget(ObjectReference targetRef, boolean includeAllTargets)
wt.notify.NotificationManager.getUserSubscriptions(WTUser, Notifiable)
This api was for pre-R9.0 subscriptions. As of R9.0 use one of the supported getNotificationSubscriptions apis.
wt.notify.NotificationManager.subscribeToObject(Vector, ObjectSubscription)
This api was for pre-R9.0 subscriptions. As of R9.0 use one of the supported createObjectSubscription apis to create subscriptions.
wt.notify.NotificationManager.unsubscribeToObject(Vector)
This api was for pre-R9.0 subscriptions. As of R9.0 use one of the supported unsubscribe apis to unsubscribe from subscriptions.
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()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.occurrence.CombinedPathOccurrenceDataMaster.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.occurrence.CombinedPathOccurrenceDocumentation.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.occurrence.CombinedPathOccurrenceDocumentation.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.occurrence.CombinedPathOccurrenceUserIBAs.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.occurrence.CombinedPathOccurrenceUserIBAs.getType()
wt.occurrence.OccurrenceService.saveUsesOccurrenceAndData(UsesOccurrence, Vector, Vector) wt.occurrence.PathOccurrenceDataMaster.getIdentity()
wt.occurrence.OccurrenceService.getUsesOccurrenceData(UsesOccurrence)
wt.occurrence.OccurrenceService.saveUsesOccurrenceAndData(UsesOccurrence, Vector)
wt.occurrence.OccurrenceService.saveUsesOccurrenceAndData(UsesOccurrence, Vector, Vector)
wt.occurrence.PathOccurrenceDataMaster.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.occurrence.PathOccurrenceDataMaster.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.occurrence.PathOccurrenceDocumentation.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.occurrence.PathOccurrenceDocumentation.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.occurrence.PathOccurrenceUserIBAs.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.occurrence.PathOccurrenceUserIBAs.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((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)
Use approveCreation(WTCollection links)
wt.occurrence.UsesOccurrenceCreationApprovalDelegate.approveCreation(OccurrenceableLink, int)
Use approveCreation(WTKeyedMap linkCountMap)
wt.occurrence.UsesOccurrenceDocumentation.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.occurrence.UsesOccurrenceDocumentation.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.occurrence.UsesOccurrenceUserIBAs.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.occurrence.UsesOccurrenceUserIBAs.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.org.OrganizationServicesHelper.getOrgDefault(WTContainerRef)
wt.org.OrganizationServicesHelper.isOrganizationDisplayEnabled(Class, WTContainerRef)
wt.org.OrganizationServicesManager.allGroups()
wt.org.OrganizationServicesManager.allUsers()
wt.org.OrganizationServicesManager.findLikeActiveAndDisabledUsers(Class, String)
As of release 12.1; replaced by OrganizationServicesManager#findLikeActiveAndDisabledUsers(Class, String, Map)
Supported API: false
wt.org.OrganizationServicesManager.findLikeActiveAndDisabledUsers(Class, String, DirectoryContextProvider[])
As of release 12.1; replaced by OrganizationServicesManager#findLikeActiveAndDisabledUsers(Class, String,DirectoryContextProvider [], Map)
wt.org.OrganizationServicesManager.findLikeOrganizations(String, String, DirectoryContextProvider)
Deprecated in release 12.1
wt.org.OrganizationServicesManager.findLikeUser(String, String)
Instead, use OrganizationServicesManager.findLikeUsers(String, String, DirectoryContextProvider)
wt.org.OrganizationServicesManager.findUser(String, String)
Instead, use OrganizationServicesManager.findLikeUsers(String, String, DirectoryContextProvider)
wt.org.OrganizationServicesManager.getGroup(String)
wt.org.OrganizationServicesManager.getGroup(String, String)
Instead, use OrganizationServicesManager.getGroup(String, DirectoryContextProvider)
wt.org.OrganizationServicesManager.getGroups(String, String[])
Instead, use OrganizationServicesManager.getGroup(String, DirectoryContextProvider)
wt.org.OrganizationServicesManager.getOrganization(String, DirectoryContextProvider)
wt.org.OrganizationServicesManager.getOrganizations(String, DirectoryContextProvider)
As of release 12.1; replaced by OrganizationServicesManager.getOrganization(String)
wt.org.OrganizationServicesManager.getPrincipal(String)
Instead, use OrganizationServicesManager.getPrincipal(String, DirectoryContextProvider)
wt.org.OrganizationServicesManager.getPrincipal(String, String)
Instead, use OrganizationServicesManager.getPrincipal(String, DirectoryContextProvider)
wt.org.OrganizationServicesManager.getPrincipalReference(String)
Instead, use OrganizationServicesManager.getPrincipalReference(String, DirectoryContextProvider)
wt.org.OrganizationServicesManager.getPrincipalReference(String, String)
Instead, use OrganizationServicesManager.getPrincipalReference(String, DirectoryContextProvider)
wt.org.OrganizationServicesManager.getUser(String, String)
Instead, use OrganizationServicesManager.getUser(String, DirectoryContextProvider)
wt.org.OrganizationServicesManager.parentGroups(WTPrincipal)
wt.org.OrganizationServicesManager.queryPrincipals(Class, String)
As of release 12.1; replaced by (Class, Map)
wt.org.OrganizationServicesManager.queryPrincipals(Class, String, DirectoryContextProvider)
As of release 12.1; replaced by Class, Map, DirectoryContextProvider)(
wt.org.OrganizationServicesManager.queryPrincipals(Class, String, DirectoryContextProvider[])
As of release 12.1; replaced by (Class, Map, DirectoryContextProvider[])
wt.org.OrganizationServicesManager.savePrincipal(WTPrincipal)
wt.org.OrganizationServicesManager.setRepairNeededToTrue(WTPrincipal)
wt.org.StandardOrganizationServicesManager.allGroups()
wt.org.StandardOrganizationServicesManager.allUsers()
wt.org.StandardOrganizationServicesManager.findLikeActiveAndDisabledUsers(Class, String)
As of release 12.1; replaced by OrganizationServicesManager.findLikeActiveAndDisabledUsers(Class, Map)
Supported API: false
wt.org.StandardOrganizationServicesManager.findLikeActiveAndDisabledUsers(Class, String, DirectoryContextProvider[])
As of release 12.1; replaced by OrganizationServicesManager.findLikeActiveAndDisabledUsers(Class, Map,DirectoryContextProvider [])
Supported API: false
wt.org.StandardOrganizationServicesManager.findLikeOrganizations(String, String, DirectoryContextProvider)
Deprecated in release 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)
As of release 12.1 replaced by 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)
As of release 12.1; replaced by (Class, Map)
wt.org.StandardOrganizationServicesManager.queryPrincipals(Class, String, DirectoryContextProvider)
As of release 12.1; replaced by (Class, Map, DirectoryContextProvider)
wt.org.StandardOrganizationServicesManager.queryPrincipals(Class, String, DirectoryContextProvider[])
As of release 12.1; replaced by (Class, Map, DirectoryContextProvider[])
wt.org.StandardOrganizationServicesManager.savePrincipal(WTPrincipal)
wt.org.StandardOrganizationServicesManager.setRepairNeededToTrue(WTPrincipal)
wt.org.WTPrincipal.getBusinessType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getBusinessType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.org.WTPrincipal.getIdentity()
wt.org.WTUser.getFirst()
wt.org.WTUser.getMiddle()
wt.org.WTUser.getPrefix()
wt.org.WTUser.getSuffix()
wt.org.WTUser.setFirst(String)
wt.org.WTUser.setMiddle(String)
wt.org.WTUser.setPrefix(String)
wt.org.WTUser.setSuffix(String)
wt.part.AllConfigurationsActionDelegate.enableable(Object)
wt.part.AllConfigurationsActionDelegate.getContextServiceName()
wt.part.AllConfigurationsActionDelegate.valid(Object)
wt.part.AllConfigurationsURLActionDelegate.getURLLabel(Locale)
wt.part.AllConfigurationsURLActionDelegate.URL(Object)
wt.part.AllInstancesActionDelegate.enableable(Object)
wt.part.AllInstancesActionDelegate.getContextServiceName()
wt.part.AllInstancesActionDelegate.valid(Object)
wt.part.AllInstancesURLActionDelegate.getURLLabel(Locale)
wt.part.AllInstancesURLActionDelegate.URL(Object)
wt.part.alternaterep.NavigationCriteriaTheWTPartAlternateRep.getConceptualClassname()
wt.part.alternaterep.service.WTPartAlternateRepService.getDependencyHelper(WTPartAlternateRep, String, Boolean)
Use WTPartAlternateRepService.getPartRequest(wt.part.alternaterep.WTPartAlternateRep, java.lang.String, int, java.lang.Boolean) and then construct a DependencyHelper as it is a more flexible approach.
wt.part.alternaterep.WTPartAlternateRepMaster.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.part.alternaterep.WTPartAlternateRepMaster.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.part.build.DeletedBuildReference.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.part.build.DeletedBuildReference.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.part.InstanceReplacementRecord.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.part.InstanceReplacementRecord.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((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)
This method and the tag are replaced with the tag and LoadContainerTeam.addPrincipalToRole() handler.
wt.part.LoadPart.createPartDocReferenceLoadOld(Hashtable, Hashtable, Vector)
wt.part.LoadPart.createPartDocReferenceOld(Hashtable, Hashtable, Vector)
wt.part.LoadPart.setSiteDefaultView(Hashtable, Hashtable, Vector)
This method is obsolete now that the preference definition contains a default value for the part structure view.
wt.part.PartPathOccurrence.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.part.PartPathOccurrence.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.part.PartUsesOccurrence.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.part.PartUsesOccurrence.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.part.ProductBlockEffectivity.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.part.ProductBlockEffectivity.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.part.ProductDateEffectivity.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.part.ProductDateEffectivity.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.part.ProductLotNumberEffectivity.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.part.ProductLotNumberEffectivity.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.part.ProductMSNEffectivity.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.part.ProductMSNEffectivity.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.part.ProductSerialNumberEffectivity.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.part.ProductSerialNumberEffectivity.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((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)
use supported SetEffectiveContext and setEffectiveUnit instead
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)
Use getAssociatedReferenceDocuments(WTCollection parts) from wt.part.PartDocService instead.
wt.part.WTPartService.getUsesWTParts(WTPart, NavigationCriteria)
Use WTPartService.getUsesWTParts(WTList, NavigationCriteria)
wt.part.WTPartService.getUsesWTPartsWithAllOccurrences(WTPart, NavigationCriteria)
Use WTPartService.getUsesWTPartsWithOccurrences(WTList, List, NavigationCriteria)
wt.part.WTPartService.getUsesWTPartsWithAllOccurrences(WTPart, NavigationCriteria, PartPathOccurrence)
Use WTPartService.getUsesWTPartsWithOccurrences(WTList, List, NavigationCriteria)
wt.part.WTPartService.getUsesWTPartsWithAllOccurrences(WTPart, WTProductConfiguration, PartPathOccurrence)
Use WTPartService.getUsesWTPartsWithOccurrences(WTList, List, WTProductConfiguration)
wt.part.WTPartService.getUsesWTPartsWithAllOccurrences(WTPart, WTProductInstance2, PartPathOccurrence)
Use WTPartService.getUsesWTPartsWithOccurrences(WTList, List, WTProductInstance2)
wt.part.WTPartService.getUsesWTPartsWithAllOccurrences(WTPart, ConfigSpec)
Use WTPartService.getUsesWTPartsWithOccurrences(WTList, List, ConfigSpec)
wt.part.WTPartService.getUsesWTPartsWithAllOccurrences(WTPart, ConfigSpec, PartPathOccurrence)
Use WTPartService.getUsesWTPartsWithOccurrences(WTList, List, ConfigSpec)
wt.part.WTPartService.getUsesWTPartsWithOccurrences(WTPart, NavigationCriteria)
Use WTPartService.getUsesWTPartsWithOccurrences(WTList, List, NavigationCriteria)
wt.part.WTPartService.getUsesWTPartsWithOccurrences(WTPart, NavigationCriteria, PartPathOccurrence)
Use WTPartService.getUsesWTPartsWithOccurrences(WTList, List, NavigationCriteria)
wt.part.WTPartService.getUsesWTPartsWithOccurrences(WTPart, WTProductConfiguration, PartPathOccurrence)
Use WTPartService.getUsesWTPartsWithOccurrences(WTList, List, WTProductConfiguration
wt.part.WTPartService.getUsesWTPartsWithOccurrences(WTPart, WTProductInstance2, PartPathOccurrence)
Use WTPartService.getUsesWTPartsWithOccurrences(WTList, List, WTProductInstance2)
wt.part.WTPartService.getUsesWTPartsWithOccurrences(WTPart, ConfigSpec)
Use WTPartService.getUsesWTPartsWithOccurrences(WTList, List, ConfigSpec)
wt.part.WTPartService.getUsesWTPartsWithOccurrences(WTPart, ConfigSpec, PartPathOccurrence)
Use WTPartService.getUsesWTPartsWithOccurrences(WTList, List, ConfigSpec)
wt.part.WTPartService.getValidRoleBTypes(TypeIdentifier)
wt.part.WTPartService.getValidRoleBTypes(TypeIdentifier, boolean)
wt.part.WTPartService.getValidUsesTypes(TypeIdentifier)
wt.part.WTPartService.getValidUsesTypes(TypeIdentifier, boolean)
wt.preference.PreferenceService2.getValue(String, String, WTContainer, WTUser)
use getValue(WTContainerRef, String, String, WTUser) instead.
wt.preference.PreferenceService2.getValue(String, WTContainer, WTUser)
use getValue(WTContainerRef, String, String, WTUser) instead.
wt.preference.PreferenceService2.getValues(Collection<String>,Collection<String>, String, WTContainer, WTUser)
use getValues(WTContainerRef, Collection, Collection, String, WTUser) instead.
wt.preference.PreferenceService2.getValues(Collection<String>,Collection<String>, WTContainer, WTUser)
use getValues(WTContainerRef, Collection, Collection, String, WTUser) instead
wt.preference.PreferenceService2.getValues(Collection<String>, WTContainer, WTUser)
use getValues(WTContainerRef, Collection, Collection, String, WTUser) instead.
wt.preference.PreferenceService2.getValues(Map<String, Object>, Collection<String>, Collection<String>, String, WTContainer, WTUser)
use getValues(WTContainerRef, Map<Strng, Object>, Collection, Collection, String, WTUser) instead.
wt.preference.PreferenceService2.getValues(Map<String, Object>, Collection<String>, Collection<String>, WTContainer, WTUser)
use getValues(WTContainerRef, Map<Strng, Object>, Collection, Collection, String, WTUser) instead.
wt.preference.PreferenceService2.getValues(Map<String, Object>, Collection<String>, WTContainer, WTUser)
use getValues(WTContainerRef, Map<Strng, Object>, Collection, Collection, String, WTUser) instead.
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)
as of 9.1, use Keyword.newKeywordExpression()
wt.query.KeywordExpression.newKeywordExpression(KeywordExpression, Class)
as of 9.1, use Keyword.newKeywordExpression(Class)
wt.query.QuerySpec.appendGroupBy(ColumnExpression, int, boolean)
at R6, Use appendGroupBy(ColumnExpression, int[], boolean)
wt.query.QuerySpec.appendOrderBy(Class, String, boolean)
Replaced by appendOrderBy(OrderBy, int[])
wt.query.QuerySpec.appendOrderBy(Class, String, boolean, SQLFunction)
Replaced by appendOrderBy(OrderBy, int[])
wt.query.QuerySpec.appendOrderBy(OrderBy)
Replaced by appendOrderBy(OrderBy, int[])
wt.query.QuerySpec.appendOrderBy(OrderBy, int)
at R6, Replaced by appendOrderBy(OrderBy, int[])
wt.query.QuerySpec.appendRowNumCondition(int)
Replaced by appendWhere(WhereExpression). Create the WhereExpression as follows:
new SearchCondition( KeywordExpression.ROWNUM, SearchCondition.LESS_THAN, new ConstantExpression(new Integer(rowNum)))
wt.query.QuerySpec.appendSearchCondition(SearchCondition)
Replaced by appendWhere(WhereExpression, int[])
wt.query.QuerySpec.appendSearchCondition(SearchCondition, int, int)
Replaced by appendWhere(WhereExpression, int[])
wt.query.QuerySpec.appendSelect(ColumnExpression, int, boolean)
as of R6.0, use appendSelect(ColumnExpression, int[], boolean)
wt.query.QuerySpec.appendWhere(WhereExpression)
As of 6.0, use appendWhere(WhereExpression, int[])
wt.query.QuerySpec.appendWhere(WhereExpression, int)
As of 7.0, use appendWhere(WhereExpression, int[])
wt.query.QuerySpec.appendWhere(WhereExpression, int, int)
As of 7.0, use appendWhere(WhereExpression, int[])
wt.query.SearchCondition.getAttributeName()
at R6.0, use getLeftHandSide()
wt.query.SearchCondition.getOption()
as of R7.0, use the "UseEscape" attribute of wt.query.ConstantExpression.
wt.query.SQLFunction.getClassAttribute()
at R6.0, use setArgumentAt(ColumnExpression, int) and getArguementAt(int)
wt.query.SQLFunction.newSQLFunction(String, ColumnExpression, ColumnExpression, ColumnExpression)
As of 9.1, use newSQLFunction(String, ColumnExpression[])
wt.query.SQLFunction.setArgumentAt(RelationalExpression, int)
Use setArgumentAt(ColumnExpression, int)
wt.query.SQLFunction.setClassAttribute(ClassAttribute)
at R6.0, use 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()
Use ReportTemplateHelper.buildParameterTemplates(ReportTemplate)
wt.query.template.ReportTemplateHelper.bindParameters(XMLSource, StatementSpec, Hashtable)
wt.query.template.ReportTemplateHelper.buildStatement(XMLSource, Locale, Hashtable)
Use buildStatement(XMLSource,Locale,Hashtable,Integer)
wt.query.template.ReportTemplateHelper.generateTableModel(ReportTemplate, Hashtable)
as of R7.0, use generateTableModel(ReportTemplate, Hashtable, Locale)
wt.query.template.ReportTemplateHelper.getFileTypeExtension(String)
wt.query.template.ReportTemplateHelper.getLegacyGenerateFormURL(Properties, ReportTemplate)
As of 11.0, use 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)
use 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>) for a multi-objects inquiry
wt.sandbox.SandboxHelper.isSandboxWorkingCopyNoDBHack(WTReference, WTContainerRef, Object)
use isObjectOneOff
wt.sandbox.SandboxHelper.isSandboxWorkingCopyNoDBHack(Versioned)
use isObjectOneOff
wt.security.RuntimeAccess.run(String)
Use openOrRun(File) or DesktopAccess open() or edit() APIs instead as these are cross-platform.
wt.services.StandardManager.getConceptualClassname()
wt.services.StandardManagerService.getConceptualClassname()
wt.session.SessionManager.getLanguagePreference()
wt.session.StandardSessionManager.getConceptualClassname()
wt.session.StandardSessionManager.getLanguagePreference()
wt.team.TeamService.addLCRoles(PhaseTemplate, LifeCycleManaged)
wt.team.TeamService.createTeam(TeamTemplateReference, String, String, Persistable)
wt.team.TeamService.findCandidateTeams()
wt.team.TeamService.findCandidateTeams(AdminDomainRef)
wt.team.TeamService.findTeams()
wt.team.TeamService.findTeams(AdminDomainRef)
wt.team.TeamService.findTeams(AdminDomainRef, String)
wt.team.TeamService.getTeam(AdministrativeDomain, String)
wt.team.TeamService.getTeams()
wt.team.TeamTemplate.getBusinessType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getBusinessType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.team.TeamTemplate.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((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)
As of WNC 6.2.6 DSU03. To get a unique string see 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()
This method is not currently used and is not going to be used.
wt.templateutil.table.PDMLinkHTMLTable.createDefaultColumnsFromModel()
wt.templateutil.table.PDMLinkHTMLTable.getActionRowString(Properties, Locale, OutputStream, String, String, List)
This method is not currently used and is not going to be used.
wt.templateutil.table.PDMLinkHTMLTable.getEndRowTemplate()
This method is not currently used and is not going to be used.
wt.templateutil.table.PDMLinkHTMLTable.getHTMLTemplate(String)
This method is not currently used and is not going to be used.
wt.templateutil.table.PDMLinkHTMLTable.getPDMLinkHTMLTable()
This method is not currently used and is not going to be used.
wt.templateutil.table.PDMLinkHTMLTable.getRow(NavigationTreeModel, Properties, Locale)
This method is not currently used and is not going to be used.
wt.templateutil.table.PDMLinkHTMLTable.getTemplateProcessor()
This method is not currently used and is not going to be used.
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()
Replaced by values().iterator()
Supported API: true
wt.util.Cache.getAndRemove(Object)
Replaced by Cache.remove(Object)
Supported API: true
wt.util.Cache.getAndReplace(Object, Object)
Replaced by Cache.put(Object,Object)
Supported 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)
Supported API: true
wt.util.WTProperties.setVerbose(boolean)
wt.vc.baseline.BaselineService.addToBaseline(Vector, Baseline)
Replaced by BaselineService.addToBaseline(WTCollection, Baseline)
wt.vc.baseline.BaselineService.removeFromBaseline(Vector, Baseline)
wt.vc.baseline.StandardBaselineService.getConceptualClassname()
wt.vc.config.ConfigService.getConfigSpecFor(Iterated)
Use ConfigService.getConfigSpecFor(NavCriteriaContext)
wt.vc.config.ConfigService.getConfigSpecFor(Iterated, WTContainerRef)
Use ConfigService.getConfigSpecFor(NavCriteriaContext)
wt.vc.config.ConfigService.getDefaultConfigSpecFor(Class)
Use ConfigService.getConfigSpecFor(NavCriteriaContext)
wt.vc.config.ConfigService.getDefaultConfigSpecFor(Class, WTContainerRef)
Use ConfigService.getConfigSpecFor(NavCriteriaContext)
wt.vc.config.StandardConfigService.getConceptualClassname()
wt.vc.config.StandardConfigService.getConfigSpecFor(Iterated)
Use StandardConfigService.getConfigSpecFor(NavCriteriaContext)
wt.vc.ControlBranch.getIdentity()
Replaced by IdentityFactory.getDisplayIdentifier(object) to return a localizable equivalent of getIdentity(). To return a localizable value which includes the object type, use IdentityFactory.getDisplayIdentity(object). Other alternatives are ((WTObject)obj).getDisplayIdentifier() and ((WTObject)obj).getDisplayIdentity().
wt.vc.ControlBranch.getType()
Replaced by IdentityFactory.getDisplayType(object) to return a localizable equivalent of getType(). Another alternative is ((WTObject)obj).getDisplayType().
wt.vc.ObjectToVersionLink.getObject(String)
replaced by getRoleObject(String)
wt.vc.StandardVersionControlService.getConceptualClassname()
wt.vc.struct.StandardStructService.getConceptualClassname()
wt.vc.struct.StructService.navigateDescribedBy(Iterated)
use StructService.navigateDescribedBys(WTCollection)instead.
wt.vc.struct.StructService.navigateDescribedBy(Iterated, boolean)
use StructService.navigateDescribedBys(WTCollection, boolean) instead.
wt.vc.struct.StructService.navigateDescribedBy(Iterated, Class, boolean)
use StructService.navigateDescribedBys(WTCollection, Class, boolean) instead.
wt.vc.struct.StructService.navigateDescribes(Iterated)
use StructService.navigateDescribes(WTCollection) instead.
wt.vc.struct.StructService.navigateDescribes(Iterated, boolean)
use StructService.navigateDescribes(WTCollection, boolean) instead.
wt.vc.struct.StructService.navigateDescribes(Iterated, Class, boolean)
use StructService.navigateDescribes(WTCollection, Class, boolean) instead.
wt.vc.VersionControlHelper.getLatestIteration(Iterated)
wt.vc.VersionControlHelper.getNextVersionLabels(Class, WTContainerRef, int)
: Use api with same signature on VersionControlService
wt.vc.VersionControlHelper.getNextVersionLabels(String, WTContainerRef, int)
: Use api with same signature on VersionControlService
wt.vc.VersionControlHelper.getNextVersionLabels(Versioned, int)
: Use api with same signature on VersionControlService
wt.vc.VersionControlHelper.getNextVersionLabels(Versioned, LifeCycleTemplateReference, int)
: Use api with same signature on VersionControlService
wt.vc.VersionControlHelper.isNewVersionCheckedOut(Versioned)
wt.vc.VersionControlHelper.isReviseAllowed(Versioned, boolean)
wt.vc.VersionControlHelper.setVersionIdentifier(Versioned, VersionIdentifier, boolean)
Use supported API setVersionIdentifier(Versioned, VersionIdentifier)
wt.vc.VersionControlService.iterationsOf(long)
Please use the iterationsOf(branch:long, iteratedClass:Class) api for better performing searches
wt.vc.VersionControlService.newIteration(Iterated)
wt.vc.VersionToObjectLink.getObject(String)
replaced by getRoleObject(String)
wt.vc.VersionToVersionLink.getObject(String)
replaced by 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)
Use VersionControlHelper.setDerivedFrom(wt.vc.Iterated, wt.fc.ObjectReference)
wt.vc.wip.WorkInProgressService.derivedFrom(Workable)
Use VersionControlService.derivedFrom(wt.vc.Iterated)
wt.vc.wip.WorkInProgressService.derivedFroms(WTCollection)
Use VersionControlService.derivedFroms(wt.fc.collections.WTCollection)
wt.vc.wip.WorkInProgressServiceEvent.getTarget()
Replaced by getOriginalCopy()
wt.viewmarkup.ViewMarkUpService.setDerivedFromConfigSpec(ConfigSpec, DerivedImage)
See setDerivedFromNavigationCriteria
wt.viewmarkup.ViewMarkUpService.setRepresentableConfigSpec(ConfigSpec, DerivedImage)
See setRepresentableNavigationCriteria
wt.viewmarkup.ViewMarkUpService.setRepresentableNavigationCriteria(NavigationCriteria, DerivedImage)
See setRepresentableNavigationCriteria
wt.viewmarkup.ViewMarkUpService.storeDerivedImage(Representable, String, String, String, RepresentationType, DerivationType, ConfigSpec, ConfigSpec, RepresentationContributor)
See 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)
See 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()
use getConfigSpecs() instead
wt.visitor.ConfigSpecNodeExpander.setConfigSpec(ConfigSpec)
use getConfigSpecs() instead
wt.workflow.definer.LoadWorkflow.addProjectAssignee(Hashtable, Hashtable, Vector)
wt.workflow.definer.ProcessDataInfo.getConceptualClassname()
wt.workflow.definer.WfAssignedActivityTemplate.newWfAssignedActivityTemplate()
activities created with this constructor are placed in the classic container.
wt.workflow.definer.WfProcessTemplate.newWfProcessTemplate()
activities created with this constructor are placed in the classic container.
wt.workflow.definer.WfVariableInfo.getConceptualClassname()
wt.workflow.engine.ProcessData.getConceptualClassname()
wt.workflow.engine.StandardWfEngineService.getConceptualClassname()
wt.workflow.engine.WfEngineService.createAdHocProcess(WfTemplateObject, Object)
use method with WTContainerRef
wt.workflow.engine.WfEngineService.createProcess(WfProcessDefinition, Object)
use method with WTContainerRef
wt.workflow.engine.WfEngineService.getAssociatedProcesses(Persistable, WfState)
use method with WTContainerRef argument.
wt.workflow.engine.WfEngineService.getOverdueProcesses()
use method with WTContainerRef as argument.
wt.workflow.engine.WfEngineService.getProcesses(WfState)
use method with WTContainerRef as argument.
wt.workflow.engine.WfEngineService.getWfFolder(String)
use method with the same name with two additional parameters: the primary business object and the container of the process.
wt.workflow.engine.WfEngineServiceSvr.getAssociatedProcesses(TeamReference, WfState)
use method that takes WTContainerRef as argument.
wt.workflow.engine.WfProcess.start(ProcessData, long, boolean)
(as of 7.0) use instead 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)
in 7.0 Creates a new forum instance and sets the name to the String passed in.
wt.workflow.forum.ForumService.createForum(String, String, SubjectOfForum)
wt.workflow.forum.ForumService.createForum(CollaborationTemplate, String, SubjectOfForum)
wt.workflow.forum.ForumService.getDefaultTemplate()
in 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)
Since R2 Mark the work item complete.
wt.workflow.work.WorkflowService.getUncompletedWorkItems(WTPrincipal, Project2)
use instead getUncompletedWorkItems (WTUser, WTContainerRef.newWTContainerRef (project))
wt.workflow.work.WorkflowService.getUncompletedWorkItems(Project2)
use instead getUncompletedWorkItems (WTContainerRef.newWTContainerRef (project))
wt.workflow.work.WorkflowService.markWorkItemComplete(WorkItem, WTPrincipalReference)
Since R2 Mark the work item complete.
wt.workflow.work.WorkItem.getIdentity()
Replaced by getDisplayIdentifier() to return a localizable message which supplies the identifier for the object. To return a localizable value which includes the object type, use getDisplayIdentity(). For general messages, getDisplayIdentity() by itself is prefereble to using a combination of getDisplayType() and getDisplayIdentifier().
wt.wrmf.delivery.StandardShippingService.getConceptualClassname()
wt.wvs.VisualizationHelperFactory.getHelper()
wt.wvs.VisualizationHelperFactory.getHelper(boolean, boolean)
wt.wvs.VisualizationHelperIfc.getBoundingBox(WTCollection)
Use RepresentationHelper.service.getBoundingBox(WTCollection)
wt.wvs.VisualizationHelperIfc.saveAsZIPFile(Representation, boolean, int, boolean, String)
Was this helpful?