wt.wildfire
Interface WildfireURLActionDelegate

All Superinterfaces:
URLActionDelegate
All Known Subinterfaces:
WildfireNavBarCommonURLActionDelegate
All Known Implementing Classes:
AssociateFromWsURLActionDelegate, AssociateURLActionDelegate, AutoAssociateURLActionDelegate, AutoPartURLActionDelegate, CancelCheckoutURLActionDelegate, CancelCheckoutURLActionDelegate, CheckedOutToWorkspaceURLActionDelegate, CheckinURLActionDelegate, CheckinURLActionDelegate, CreateRepWFURLActionDelegate, DeleteURLActionDelegate, DeleteWorkspaceURLActionDelegate, DisassociateFromWsURLActionDelegate, DisassociateURLActionDelegate, DownloadURLActionDelegate, EDACompareURLActionDelegate, EditAttachmentsURLActionDelegate, EditAttributesURLActionDelegate, ListRepsWFURLActionDelegate, MultiEditAttrURLActionDelegate, MultiRenameURLActionDelegate, MultiReviseURLActionDelegate, MyWorkspaceNavBarURLActionDelegate, NewCADDocFamilyInfoURLActionDelegate, NewCADDocFamilyInfoURLActionDelegate, NewCADDocPropertyURLActionDelegate, NewCADDocRefByPageURLActionDelegate, NewCADDocRefPageURLActionDelegate, NewCadDocURLActionDelegate, NewCADDocUsedByPageURLActionDelegate, NewCADDocUsesPageURLActionDelegate, NewPartURLActionDelegate, OpenInProEURLActionDelegate, OpenInPVURLActionDelegate, PlaceHolderURLActionDelegate, ProductViewWFURLActionDelegate, RemoveURLActionDelegate, RenameURLActionDelegate, ReplaceMissDepURLActionDelegate, ReviseURLActionDelegate, SaveAsFromWsURLActionDelegate, SaveAsURLActionDelegate, SaveAsURLActionDelegate, SetStateURLActionDelegate, SynchronizeWorkspaceURLActionDelegate, UpdateURLActionDelegate, UploadURLActionDelegate, UploadURLActionDelegate, WFCheckoutURLActionDelegate, WFMoveURLActionDelegate

public interface WildfireURLActionDelegate
extends URLActionDelegate



Supported API: false

Extendable: false


Field Summary
 
Fields inherited from interface wt.enterprise.URLActionDelegate
ACTION_NAME, CLASS_URL
 
Method Summary
 String URL(Object object, HTTPState state)
          Returns a URL which, when selected, will perform the action on the object.
 
Methods inherited from interface wt.enterprise.URLActionDelegate
getActionName, getClassURL, getURLLabel, setActionName, setClassURL, URL
 

Method Detail

URL

public String URL(Object object,
                  HTTPState state)
           throws WTException
Returns a URL which, when selected, will perform the action on the object. This implementation of the method considers the origin of the HTTPRequest (user agent) and is the one that should be used for all classes implementing the WildfireURLActionDelegate interface. The method URL(Object) is not valid for objects implementing WildfireActionDelegate and will throw an exception.

Supported API: false

Parameters:
object -
state -
Returns:
String
Throws:
WTException