Uses of Interface
wt.enterprise.URLActionDelegate

Packages that use URLActionDelegate
com.ptc.core.foundation.admin.server.processors   
com.ptc.core.htmlcomp.console   
com.ptc.core.htmlcomp.toolbar   
com.ptc.core.HTMLtemplateutil.server.processors   
com.ptc.netmarkets.library   
com.ptc.netmarkets.product   
com.ptc.windchill.cadx.associate   
com.ptc.windchill.cadx.autoassociate   
com.ptc.windchill.cadx.autopart   
com.ptc.windchill.cadx.caddoc   
com.ptc.windchill.cadx.checkout   
com.ptc.windchill.cadx.common   
com.ptc.windchill.cadx.common.treetable   
com.ptc.windchill.cadx.console   
com.ptc.windchill.cadx.deletews   
com.ptc.windchill.cadx.disassociate   
com.ptc.windchill.cadx.editattachments   
com.ptc.windchill.cadx.editattrs   
com.ptc.windchill.cadx.move   
com.ptc.windchill.cadx.multirevise   
com.ptc.windchill.cadx.myworkspace   
com.ptc.windchill.cadx.newcaddoc   
com.ptc.windchill.cadx.newcaddoctemplate   
com.ptc.windchill.cadx.newpart   
com.ptc.windchill.cadx.placeHolder   
com.ptc.windchill.cadx.prowt.download   
com.ptc.windchill.cadx.prowt.newDocPropertyPage   
com.ptc.windchill.cadx.prowt.newDocRefByPage   
com.ptc.windchill.cadx.prowt.newDocRefPage   
com.ptc.windchill.cadx.prowt.newDocUsedByPage   
com.ptc.windchill.cadx.prowt.newDocUsesPage   
com.ptc.windchill.cadx.prowt.openinproe   
com.ptc.windchill.cadx.prowt.openinpv   
com.ptc.windchill.cadx.remove   
com.ptc.windchill.cadx.replacemissdep   
com.ptc.windchill.cadx.saveas   
com.ptc.windchill.cadx.wfcheckin   
com.ptc.windchill.cadx.ws   
com.ptc.windchill.cadx.wsoption   
com.ptc.windchill.edaCompare   
com.ptc.windchill.enterprise.prefs.server.processors   
com.ptc.windchill.enterprise.publication.server.processors   
com.ptc.windchill.enterprise.templates   
com.ptc.windchill.uwgm.cadx.caddoc   
com.ptc.windchill.uwgm.cadx.caddoc.mstructrep   
com.ptc.windchill.uwgm.cadx.cancelcheckout   
com.ptc.windchill.uwgm.cadx.checkin   
com.ptc.windchill.uwgm.cadx.multieditattr   
com.ptc.windchill.uwgm.cadx.multirename   
com.ptc.windchill.uwgm.cadx.prowt.newDocFamilyInfo   
com.ptc.windchill.uwgm.cadx.setstate   
com.ptc.windchill.uwgm.cadx.upload   
com.ptc.windchill.uwgm.cadx.ws   
wt.change2.htmlclient Defines an interface for the change objects from wt.change2
wt.dataops.containermove.processors   
wt.dataops.delete.processors   
wt.dataops.sandbox.processors.undocheckout   
wt.doc   
wt.eff Provides generic base effectivity functionality via EffService, EffConfigSpecAssistant and EffGroupAssistant to assert that a PDM object is effective under certain conditions; an out-of-the-box reference implementation of this base functionality is defined by wt.effectivity
wt.effectivity Provides an out-of-the-box reference implementation of the generic base effectivity functionality defined in wt.eff to assert that a PDM object is effective under certain conditions, but this package's EffectivityService is not normally used (instead use wt.eff's EffService, EffConfigSpecAssistant and EffGroupAssistant). 
wt.enterprise Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. 
wt.epm.clients.htmltemplates   
wt.lifecycle
 
wt.notify
Provides classes to represent, manage, and execute notification definitions. 
wt.org.electronicIdentity   
wt.part Defines WTParts and WTPartMasters ( the fundamental enterprise objects used to represent product structures composed of assemblies and components), WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. 
wt.query.template Provides generic support for saved report queries using ReportTemplate and various methods in ReportTemplateHelper for executing and generating reports. 
wt.replication.unit.htmlGeneration   
wt.templateutil.navigationbar Support for creating a navigation bar as used in PDMLink. 
wt.templateutil.processor Defines the DefaultTemplateProcessor which is a common super class for all template processors and provides many implementations of it. 
wt.viewmarkup Uses the ViewMarkUpService to view and add MarkUp to Viewable objects and to publish DerivedImages. 
wt.wildfire Provides Pro/E Wildfire support delegates. 
wt.workflow.forum   
wt.wvs Interface to Windchill Visualization Services. 
 

Uses of URLActionDelegate in com.ptc.core.foundation.admin.server.processors
 

Classes in com.ptc.core.foundation.admin.server.processors that implement URLActionDelegate
 class CheckedOutWorkURLActionDelegate
           
 class DeleteCabinetsURLActionDelegate
           
 

Uses of URLActionDelegate in com.ptc.core.htmlcomp.console
 

Classes in com.ptc.core.htmlcomp.console that implement URLActionDelegate
 class ConsoleURLActionDelegate
           
 

Uses of URLActionDelegate in com.ptc.core.htmlcomp.toolbar
 

Fields in com.ptc.core.htmlcomp.toolbar declared as URLActionDelegate
private  URLActionDelegate TableToolbarTemplateProcessor.urlActionDelegate
           
 

Methods in com.ptc.core.htmlcomp.toolbar that return URLActionDelegate
 URLActionDelegate TableToolbarTemplateProcessor.getUrlActionDelegate()
          Gets the object for the association that plays role: urlActionDelegate.
private  URLActionDelegate TableToolbarTemplateProcessor.getUrlActionDelegate(String action)
          For the specified action, get the URLActionDelegate object.
 

Methods in com.ptc.core.htmlcomp.toolbar with parameters of type URLActionDelegate
 void TableToolbarTemplateProcessor.setUrlActionDelegate(URLActionDelegate a_UrlActionDelegate)
          Sets the object for the association that plays role: urlActionDelegate.
 

Uses of URLActionDelegate in com.ptc.core.HTMLtemplateutil.server.processors
 

Classes in com.ptc.core.HTMLtemplateutil.server.processors that implement URLActionDelegate
 class AddToProjectURLActionDelegate
           
 class CopyURLActionDelegate
           
 class DefaultProjectLinkURLActionDelegate
          Defines utility methods for creating URLs for version history for a user.
 class DefaultURLActionDelegate
          Defines default methods for URLActionDelegate interface.
 class DropDownNoOpURLActionDelegate
          

Supported API: false

Extendable: false
 class DropDownSeparatorURLActionDelegate
          

Supported API: false

Extendable: false
 class PasteURLActionDelegate
           
 class ProjectLinkDetailsURLActionDelegate
           
 

Uses of URLActionDelegate in com.ptc.netmarkets.library
 

Classes in com.ptc.netmarkets.library that implement URLActionDelegate
 class ExportLibraryTemplateNavBarURLActionDelegate
           
 class SaveAsLibraryTemplateNavBarURLActionDelegate
           
 

Uses of URLActionDelegate in com.ptc.netmarkets.product
 

Classes in com.ptc.netmarkets.product that implement URLActionDelegate
 class ExportProductTemplateNavBarURLActionDelegate
           
 class SaveAsProductTemplateNavBarURLActionDelegate
           
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.associate
 

Classes in com.ptc.windchill.cadx.associate that implement URLActionDelegate
 class AssociateFromWsURLActionDelegate
          

Supported API: true

Extendable: false
 class AssociateURLActionDelegate
          

Supported API: false

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.autoassociate
 

Classes in com.ptc.windchill.cadx.autoassociate that implement URLActionDelegate
 class AutoAssociateURLActionDelegate
          

Supported API: true

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.autopart
 

Classes in com.ptc.windchill.cadx.autopart that implement URLActionDelegate
 class AutoPartURLActionDelegate
          

Supported API: true

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.caddoc
 

Classes in com.ptc.windchill.cadx.caddoc that implement URLActionDelegate
 class CheckedOutToWorkspaceURLActionDelegate
          

Supported API: true

Extendable: false
 class CreateRepWFURLActionDelegate
          

Supported API: true

Extendable: false
 class EPMDocumentMasterURLActionDelegate
           
 class ListRepsWFURLActionDelegate
           
 class NavBarURLForumActionDelegate
          

Supported API: true

Extendable: false
 class PDMLinkOnlyNavBarCADDocURLActionDelegate
          URLActionDelegate and ActionDelegate class used to determine if NavBar actions for the CAD Document (EPMDocument class) should be visible or not.
 class ProductViewWFURLActionDelegate
          

Supported API: true

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.checkout
 

Classes in com.ptc.windchill.cadx.checkout that implement URLActionDelegate
 class WFCheckoutURLActionDelegate
          

Supported API: true

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.common
 

Subinterfaces of URLActionDelegate in com.ptc.windchill.cadx.common
 interface WildfireNavBarCommonURLActionDelegate
          

Supported API: false

Extendable: false
 

Classes in com.ptc.windchill.cadx.common that implement URLActionDelegate
 class HomeNavBarURLActionDelegate
          

Supported API: false

Extendable: false
 class PJLHomeNavBarURLActionDelegate
           
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.common.treetable
 

Classes in com.ptc.windchill.cadx.common.treetable that implement URLActionDelegate
 class TreeTableNavBarURLActionDelegate
          This URL action delegate changes the URL to the java script function call to the submitTableSelectionAction() method.
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.console
 

Classes in com.ptc.windchill.cadx.console that implement URLActionDelegate
 class ConsoleNavBarURLActionDelegate
           
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.deletews
 

Classes in com.ptc.windchill.cadx.deletews that implement URLActionDelegate
 class DeleteWorkspaceURLActionDelegate
          This class provides appropriate URL for Standalone and WFire mode functionality of DelteWorkspace.
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.disassociate
 

Classes in com.ptc.windchill.cadx.disassociate that implement URLActionDelegate
 class DisassociateFromWsURLActionDelegate
          

Supported API: true

Extendable: false
 class DisassociateURLActionDelegate
          

Supported API: false

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.editattachments
 

Classes in com.ptc.windchill.cadx.editattachments that implement URLActionDelegate
 class EditAttachmentsURLActionDelegate
          

Supported API: false

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.editattrs
 

Classes in com.ptc.windchill.cadx.editattrs that implement URLActionDelegate
 class EditAttributesURLActionDelegate
          

Supported API: false

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.move
 

Classes in com.ptc.windchill.cadx.move that implement URLActionDelegate
 class WFMoveURLActionDelegate
          

Supported API: true

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.multirevise
 

Classes in com.ptc.windchill.cadx.multirevise that implement URLActionDelegate
 class MultiReviseURLActionDelegate
          

Supported API: true

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.myworkspace
 

Classes in com.ptc.windchill.cadx.myworkspace that implement URLActionDelegate
 class MyWorkspaceNavBarURLActionDelegate
           
 class MyWorkspacesURLActionDelegate
           
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.newcaddoc
 

Classes in com.ptc.windchill.cadx.newcaddoc that implement URLActionDelegate
 class NewCadDocURLActionDelegate
          

Supported API: true

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.newcaddoctemplate
 

Classes in com.ptc.windchill.cadx.newcaddoctemplate that implement URLActionDelegate
 class CreateTemplateCADDocumentURLActionDelegate
          

Supported API: false

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.newpart
 

Classes in com.ptc.windchill.cadx.newpart that implement URLActionDelegate
 class NewPartURLActionDelegate
          

Supported API: true

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.placeHolder
 

Classes in com.ptc.windchill.cadx.placeHolder that implement URLActionDelegate
 class PlaceHolderURLActionDelegate
           
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.prowt.download
 

Classes in com.ptc.windchill.cadx.prowt.download that implement URLActionDelegate
 class DownloadURLActionDelegate
          

Supported API: true

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.prowt.newDocPropertyPage
 

Classes in com.ptc.windchill.cadx.prowt.newDocPropertyPage that implement URLActionDelegate
 class NewCADDocPropertyURLActionDelegate
          

Supported API: false

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.prowt.newDocRefByPage
 

Classes in com.ptc.windchill.cadx.prowt.newDocRefByPage that implement URLActionDelegate
 class NewCADDocRefByPageURLActionDelegate
           
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.prowt.newDocRefPage
 

Classes in com.ptc.windchill.cadx.prowt.newDocRefPage that implement URLActionDelegate
 class NewCADDocRefPageURLActionDelegate
          

Supported API: false

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.prowt.newDocUsedByPage
 

Classes in com.ptc.windchill.cadx.prowt.newDocUsedByPage that implement URLActionDelegate
 class NewCADDocUsedByPageURLActionDelegate
           
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.prowt.newDocUsesPage
 

Classes in com.ptc.windchill.cadx.prowt.newDocUsesPage that implement URLActionDelegate
 class NewCADDocUsesPageURLActionDelegate
          

Supported API: false

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.prowt.openinproe
 

Classes in com.ptc.windchill.cadx.prowt.openinproe that implement URLActionDelegate
 class OpenInProEURLActionDelegate
          

Supported API: true

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.prowt.openinpv
 

Classes in com.ptc.windchill.cadx.prowt.openinpv that implement URLActionDelegate
 class OpenInPVURLActionDelegate
          

Supported API: false

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.remove
 

Classes in com.ptc.windchill.cadx.remove that implement URLActionDelegate
 class RemoveURLActionDelegate
          

Supported API: true

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.replacemissdep
 

Classes in com.ptc.windchill.cadx.replacemissdep that implement URLActionDelegate
 class ReplaceMissDepURLActionDelegate
           
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.saveas
 

Classes in com.ptc.windchill.cadx.saveas that implement URLActionDelegate
 class SaveAsFromWsURLActionDelegate
          

Supported API: false

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.wfcheckin
 

Classes in com.ptc.windchill.cadx.wfcheckin that implement URLActionDelegate
 class WfCheckinURLActionDelegate
           
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.ws
 

Classes in com.ptc.windchill.cadx.ws that implement URLActionDelegate
 class ActiveWorkspaceNavBarURLActionDelegate
          

Supported API: true

Extendable: false
 class SynchronizeWorkspaceURLActionDelegate
          

Supported API: false

Extendable: false
 

Methods in com.ptc.windchill.cadx.ws with parameters of type URLActionDelegate
protected  boolean WorkspaceFormProcessor.isEnabledAction(Object obj, URLActionDelegate action, EPMWorkspace workspace)
           
static int ContextBasedActionInfo.isValidAction(URLActionDelegate actionDelegate)
          if action is valid context based action then returns integer value greater than or equal to 0.
static String ContextBasedActionInfo.getActionName(URLActionDelegate actionDelegate)
          Returns action name associated with URLActionDelegate

Supported API: false
static String ContextBasedActionInfo.getIconResource(URLActionDelegate action)
           
 

Uses of URLActionDelegate in com.ptc.windchill.cadx.wsoption
 

Classes in com.ptc.windchill.cadx.wsoption that implement URLActionDelegate
 class WorkspaceOptionsURLActionDelegate
          

Supported API: false

Extendable: false
 class WsConfigSpecOptionsURLActionDelegate
          

Supported API: true

Extendable: false
 class WsprefURLActionDelegate
          

Supported API: true

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.edaCompare
 

Classes in com.ptc.windchill.edaCompare that implement URLActionDelegate
 class EDACompareURLActionDelegate
           
 

Uses of URLActionDelegate in com.ptc.windchill.enterprise.prefs.server.processors
 

Classes in com.ptc.windchill.enterprise.prefs.server.processors that implement URLActionDelegate
 class EditContentURLActionDelegate
          

Supported API: false

Extendable: false
 class EditDisplayURLActionDelegate
          

Supported API: false

Extendable: false
 class EditSearchURLActionDelegate
          

Supported API: false

Extendable: false
 class EditStructureNavigatorURLActionDelegate
          

Supported API: false

Extendable: false
 class EditTablesURLActionDelegate
          

Supported API: false

Extendable: false
 class EditVisualURLActionDelegate
          

Supported API: false

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.enterprise.publication.server.processors
 

Classes in com.ptc.windchill.enterprise.publication.server.processors that implement URLActionDelegate
 class PublicationURLActionDelegate
          

Supported API: false

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.enterprise.templates
 

Classes in com.ptc.windchill.enterprise.templates that implement URLActionDelegate
 class DisableURLActionDelegate
          

Supported API: true

Extendable: false
 class EnableURLActionDelegate
          

Supported API: true

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.uwgm.cadx.caddoc
 

Classes in com.ptc.windchill.uwgm.cadx.caddoc that implement URLActionDelegate
 class HistoryURLActionDelegate
          URLActionDelegate and ActionDelegate class used to determine if NavBar actions for the CAD Document (EPMDocument class) should be visible or not.
 

Uses of URLActionDelegate in com.ptc.windchill.uwgm.cadx.caddoc.mstructrep
 

Classes in com.ptc.windchill.uwgm.cadx.caddoc.mstructrep that implement URLActionDelegate
 class ModelStructRepNavBarURLActionDelegate
           
 

Uses of URLActionDelegate in com.ptc.windchill.uwgm.cadx.cancelcheckout
 

Classes in com.ptc.windchill.uwgm.cadx.cancelcheckout that implement URLActionDelegate
 class CancelCheckoutURLActionDelegate
          

Supported API: false

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.uwgm.cadx.checkin
 

Classes in com.ptc.windchill.uwgm.cadx.checkin that implement URLActionDelegate
 class CheckinURLActionDelegate
          

Supported API: false

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.uwgm.cadx.multieditattr
 

Classes in com.ptc.windchill.uwgm.cadx.multieditattr that implement URLActionDelegate
 class MultiEditAttrURLActionDelegate
          

Supported API: false

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.uwgm.cadx.multirename
 

Classes in com.ptc.windchill.uwgm.cadx.multirename that implement URLActionDelegate
 class MultiRenameURLActionDelegate
           
 

Uses of URLActionDelegate in com.ptc.windchill.uwgm.cadx.prowt.newDocFamilyInfo
 

Classes in com.ptc.windchill.uwgm.cadx.prowt.newDocFamilyInfo that implement URLActionDelegate
 class NewCADDocFamilyInfoURLActionDelegate
           
 

Uses of URLActionDelegate in com.ptc.windchill.uwgm.cadx.setstate
 

Classes in com.ptc.windchill.uwgm.cadx.setstate that implement URLActionDelegate
 class SetStateURLActionDelegate
           
 

Uses of URLActionDelegate in com.ptc.windchill.uwgm.cadx.upload
 

Classes in com.ptc.windchill.uwgm.cadx.upload that implement URLActionDelegate
 class UploadURLActionDelegate
          

Supported API: false

Extendable: false
 

Uses of URLActionDelegate in com.ptc.windchill.uwgm.cadx.ws
 

Methods in com.ptc.windchill.uwgm.cadx.ws with parameters of type URLActionDelegate
private  boolean WsJSTableProcessor.isEnabledAction(Object obj, URLActionDelegate action, EPMWorkspace workspace)
           
private  boolean WsJSPersistableDataUtility.isEnabledAction(Object obj, URLActionDelegate action, EPMWorkspace workspace)
           
 

Uses of URLActionDelegate in wt.change2.htmlclient
 

Classes in wt.change2.htmlclient that implement URLActionDelegate
 class ESIChangeLinkURLActionDelegate
          This class is a simply Navigation URL Action Delegate used by Change Management to determine if and how a ESI Distribution Target Link should be rendered.
 class UpdateChangeIssueURLActionDelegate
          Deprecated. This class is still valid for this release, however this serves as advance notice that it will be removed in the future. All user interfaces built using the Windchill HTML Template Processing client architecture will be rewritten on a JSP framework in an upcoming release.
 

Uses of URLActionDelegate in wt.dataops.containermove.processors
 

Classes in wt.dataops.containermove.processors that implement URLActionDelegate
 class MoveURLActionDelegateProdStruct
          

Supported API: false

Extendable: false
 

Uses of URLActionDelegate in wt.dataops.delete.processors
 

Classes in wt.dataops.delete.processors that implement URLActionDelegate
 class DeleteSearchBrowseURLActionDelegate
          

Supported API: false

Extendable: false
 

Uses of URLActionDelegate in wt.dataops.sandbox.processors.undocheckout
 

Classes in wt.dataops.sandbox.processors.undocheckout that implement URLActionDelegate
 class UndoPDMCheckoutURLActionDelegate
          

Supported API: false

Extendable: false
 

Uses of URLActionDelegate in wt.doc
 

Classes in wt.doc that implement URLActionDelegate
 class DeleteURLActionDelegate
          

Supported API: true

Extendable: false
 class GetContentURLActionDelegate
          

Supported API: true

Extendable: false
 class MoveURLActionDelegate
          

Supported API: true

Extendable: false
 class RenameURLActionDelegate
          

Supported API: true

Extendable: false
 class ReviseURLActionDelegate
          

Supported API: true

Extendable: false
 class UndoCheckoutURLActionDelegate
          

Supported API: true

Extendable: false
 class UpdateURLActionDelegate
          

Supported API: true

Extendable: false
 

Uses of URLActionDelegate in wt.eff
 

Classes in wt.eff that implement URLActionDelegate
 class ChangeActivityAddEffURLActionDelegate
          

Supported API: false

Extendable: false
 class ChangeItemViewEffURLActionDelegate
          

Supported API: false

Extendable: false
 class ChangeOrderAddEffURLActionDelegate
          

Supported API: false

Extendable: false
 class EffHistoryURLActionDelegate
          

Supported API: true

Extendable: false
 

Uses of URLActionDelegate in wt.effectivity
 

Classes in wt.effectivity that implement URLActionDelegate
 class CreateWTProductInstanceURLActionDelegate
          

Supported API: true

Extendable: false
 class DeleteWTProductInstanceURLActionDelegate
          

Supported API: true

Extendable: false
 class UpdateWTProductInstanceURLActionDelegate
          

Supported API: true

Extendable: false
 

Uses of URLActionDelegate in wt.enterprise
 

Classes in wt.enterprise that implement URLActionDelegate
 class AllVersionsURLActionDelegate
          Defines utility methods for creating URLs for all versions for a user.
 class CheckInLFHURLActionDelegate
          Defines utility methods for creating URLs for user check-ins using local file handling.
 class CheckInURLActionDelegate
          Defines utility methods for creating URLs for user check-ins.
 class CheckOutURLActionDelegate
          Defines utility methods for creating URLs for user check-outs.
 class GeneralURLActionDelegate
          

Supported API: true

Extendable: false
 class IterationHistoryURLActionDelegate
          Defines utility methods for creating URLs for iteration history for a user.
 class MadeFromURLActionDelegate
          Defines utility methods for creating URLs for Saved As History for a user.
 class SaveAsURLActionDelegate
          Defines utility methods for creating URLs for save as.
 class ShareStatusURLActionDelegate
          

Supported API: true

Extendable: false
 class ShowDistributionListURLActionDelegate
          

Supported API: true

Extendable: false
 class VersionHistoryURLActionDelegate
          Defines utility methods for creating URLs for version history for a user.
 

Methods in wt.enterprise that return URLActionDelegate
 URLActionDelegate URLActionDelegateFactory.getDelegate(String action)
          Gets and returns an instance of a class that implements the URLActionDelegate interface.
 URLActionDelegate URLActionDelegateFactory.getDelegate(String action, Object theClass)
           
 

Methods in wt.enterprise with parameters of type URLActionDelegate
static String BasicTemplateProcessor.getURLFromDelegate(URLActionDelegate delegate, Object obj, HTTPState state)
          Deprecated. Given an object, a URLActionDelegate and a HTTPState object, returns a URL string for an action.
 

Uses of URLActionDelegate in wt.epm.clients.htmltemplates
 

Classes in wt.epm.clients.htmltemplates that implement URLActionDelegate
 class EPMURLContainsActionDelegate
          

Supported API: false

Extendable: false
 

Uses of URLActionDelegate in wt.lifecycle
 

Classes in wt.lifecycle that implement URLActionDelegate
 class LifeCycleHistoryURLActionDelegate
          Defines utility methods for creating URLs for lifecycle history for a user.
 class SubmitURLActionDelegate
          Defines utility methods for creating URLs for user submit.
 

Uses of URLActionDelegate in wt.notify
 

Classes in wt.notify that implement URLActionDelegate
 class SubscriptionURLActionDelegate
          

Supported API: false

Extendable: false
 

Uses of URLActionDelegate in wt.org.electronicIdentity
 

Classes in wt.org.electronicIdentity that implement URLActionDelegate
 class ElectronicSignaturesURLActionDelegate
          For showing the electronic signatures of an object that implements the ElectronicallySignable interface.
 

Uses of URLActionDelegate in wt.part
 

Classes in wt.part that implement URLActionDelegate
 class AllConfigurationsURLActionDelegate
          

Supported API: true

Extendable: false
 class AllInstancesURLActionDelegate
          

Supported API: true

Extendable: false
 class RemoveDocumentFromPartURLActionDelegate
           
 class RemoveESIAssociationFromPartURLActionDelegate
           
 class SetIncorporatedURLActionDelegate
          

Supported API: true

Extendable: false
 class SetPlannedIncorporationURLActionDelegate
          

Supported API: true

Extendable: false
 class ThumbnailURLActionDelegate
           
 

Uses of URLActionDelegate in wt.query.template
 

Classes in wt.query.template that implement URLActionDelegate
 class ReportTemplateExecuteURLActionDelegate
          

Supported API: true

Extendable: false
 

Uses of URLActionDelegate in wt.replication.unit.htmlGeneration
 

Classes in wt.replication.unit.htmlGeneration that implement URLActionDelegate
 class ExportStatusURLActionDelegate
          

Supported API: false

Extendable: false
 class ExportURLActionDelegate
          

Supported API: false

Extendable: false
 class ImportStatusURLActionDelegate
          

Supported API: false

Extendable: false
 class ImportURLActionDelegate
          

Supported API: false

Extendable: false
 class ListPartsURLActionDelegate
          

Supported API: false

Extendable: false
 class ReceiveStatusURLActionDelegate
          

Supported API: false

Extendable: false
 class ReceiveURLActionDelegate
          

Supported API: false

Extendable: false
 class SendStatusURLActionDelegate
          

Supported API: false

Extendable: false
 class SendURLActionDelegate
          

Supported API: false

Extendable: false
 class ViewLogURLActionDelegate
          

Supported API: false

Extendable: false
 

Methods in wt.replication.unit.htmlGeneration that return URLActionDelegate
private static URLActionDelegate URLOperationHelper.getDelegate(String sAlias)
          This method will get the action delegate for the operation.
 

Methods in wt.replication.unit.htmlGeneration with parameters of type URLActionDelegate
private static String URLOperationHelper.getURL(URLActionDelegate delegate, WTUnit wtUnit)
          This method will get the URL string for the operation.
 

Uses of URLActionDelegate in wt.templateutil.navigationbar
 

Methods in wt.templateutil.navigationbar with parameters of type URLActionDelegate
private  void NavigationTreeNode.setUrlActionDelegate(URLActionDelegate urlActionDelegate)
           
 

Uses of URLActionDelegate in wt.templateutil.processor
 

Subinterfaces of URLActionDelegate in wt.templateutil.processor
 interface NavBarURLActionDelegate
          Defines utility methods for creating URLs for user actions for the new Navigation Bar

Supported API: false

Extendable: false

Supported API: false

Extendable: false

Supported API: true

Extendable: false
 

Classes in wt.templateutil.processor that implement URLActionDelegate
 class ActionNavBarURLActionDelegate
          Deprecated.  
 class DefaultNavBarURLActionDelegate
          

Supported API: true

Extendable: false
 class DelegateNavBarURLActionDelegate
          

Supported API: true

Extendable: false
 class NavBarURLActionDelegateHelper
          Deprecated.  
 class ObjectPropsNavBarURLActionDelegate
          Deprecated.  
 

Fields in wt.templateutil.processor declared as URLActionDelegate
private  URLActionDelegate DelegateNavBarURLActionDelegate.urlActionDelegate
           
 

Methods in wt.templateutil.processor that return URLActionDelegate
 URLActionDelegate DelegateNavBarURLActionDelegate.getUrlActionDelegate()
          Gets the value of the attribute: urlActionDelegate.
 URLActionDelegate DelegateNavBarURLActionDelegate.getURLActionDelegate()
          

Supported API: false
 

Methods in wt.templateutil.processor with parameters of type URLActionDelegate
 void DelegateNavBarURLActionDelegate.setUrlActionDelegate(URLActionDelegate a_UrlActionDelegate)
          Sets the value of the attribute: urlActionDelegate.
 

Uses of URLActionDelegate in wt.viewmarkup
 

Classes in wt.viewmarkup that implement URLActionDelegate
 class ViewableURLActionDelegate
          

Supported API: false

Extendable: false
 class ViewMarkupURLActionDelegate
          

Supported API: false

Extendable: false
 

Uses of URLActionDelegate in wt.wildfire
 

Subinterfaces of URLActionDelegate in wt.wildfire
 interface WildfireURLActionDelegate
          

Supported API: false

Extendable: false
 

Methods in wt.wildfire with parameters of type URLActionDelegate
static Boolean WildfireActionDelegateHelper.isWildfireURLActionDelegate(URLActionDelegate delegate)
           
static String WildfireActionDelegateHelper.getWildfireURL(URLActionDelegate delegate, Object obj, HTTPState state)
           
 

Uses of URLActionDelegate in wt.workflow.forum
 

Classes in wt.workflow.forum that implement URLActionDelegate
 class ForumURLActionDelegate
          

Supported API: true

Extendable: false
 

Uses of URLActionDelegate in wt.wvs
 

Classes in wt.wvs that implement URLActionDelegate
 class CreateRepresentationURLActionDelegate
          

Supported API: false

Extendable: false
 class ProductViewURLActionDelegate
           
 class VisualizationCollectionURLActionDelegate
          

Supported API: false

Extendable: false