com.ptc.windchill.cadx.deletews
Class DeleteWorkspaceURLActionDelegate

java.lang.Object
  extended bycom.ptc.windchill.cadx.deletews.DeleteWorkspaceActionDelegate
      extended bycom.ptc.windchill.cadx.deletews.DeleteWorkspaceURLActionDelegate
All Implemented Interfaces:
ActionDelegate, Externalizable, Serializable, URLActionDelegate, WildfireURLActionDelegate

public class DeleteWorkspaceURLActionDelegate
extends DeleteWorkspaceActionDelegate
implements WildfireURLActionDelegate, Externalizable

This class provides appropriate URL for Standalone and WFire mode functionality of DelteWorkspace. The Command will be available form Workspace Listing Page.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
private  String actionName
           
private static String CLASSNAME
           
private  String classURL
           
static long EXTERNALIZATION_VERSION_UID
           
protected static long OLD_FORMAT_VERSION_UID
           
private static String RESOURCE
           
(package private) static long serialVersionUID
           
private  String url_string
           
 
Fields inherited from interface wt.enterprise.URLActionDelegate
ACTION_NAME, CLASS_URL
 
Fields inherited from interface wt.enterprise.ActionDelegate
CONTEXT_SERVICE_NAME
 
Constructor Summary
DeleteWorkspaceURLActionDelegate()
           
 
Method Summary
private  void actionNameValidate(String a_ActionName)
           
private  void classURLValidate(String a_ClassURL)
           
 String getActionName()
          Gets the value of the attribute: actionName; The value to use when constructing the "action" query parameter for the url that is returned when calling the URL(Object object) method.
 String getClassURL()
          Gets the value of the attribute: classURL.
 String getURLLabel(Locale locale)
          Deprecated.  
 void readExternal(ObjectInput input)
          Reads the non-transient fields of this class from an external source.
private  boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source, which is not the current version.
protected  boolean readVersion(DeleteWorkspaceURLActionDelegate thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void setActionName(String a_ActionName)
          Sets the value of the attribute: actionName; The value to use when constructing the "action" query parameter for the url that is returned when calling the URL(Object object) method.
 void setClassURL(String a_ClassURL)
          Sets the value of the attribute: classURL.
 String URL(Object object)
          Deprecated.  
 String URL(Object object, HTTPState state)
          Returns a URL which, when selected, will perform the action on the object.
 void writeExternal(ObjectOutput output)
          Writes the non-transient fields of this class to an external source.
 
Methods inherited from class com.ptc.windchill.cadx.deletews.DeleteWorkspaceActionDelegate
enableable, getContextServiceName, readVersion, setContextServiceName, valid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

actionName

private String actionName

classURL

private String classURL

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

EXTERNALIZATION_VERSION_UID

public static final long EXTERNALIZATION_VERSION_UID
See Also:
Constant Field Values

OLD_FORMAT_VERSION_UID

protected static final long OLD_FORMAT_VERSION_UID
See Also:
Constant Field Values

url_string

private String url_string
Constructor Detail

DeleteWorkspaceURLActionDelegate

public DeleteWorkspaceURLActionDelegate()
Method Detail

writeExternal

public void writeExternal(ObjectOutput output)
                   throws IOException
Writes the non-transient fields of this class to an external source.

Supported API: false

Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class DeleteWorkspaceActionDelegate
Parameters:
output -
Throws:
IOException

readExternal

public void readExternal(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class DeleteWorkspaceActionDelegate
Parameters:
input -
Throws:
IOException
ClassNotFoundException

readVersion

protected boolean readVersion(DeleteWorkspaceURLActionDelegate thisObject,
                              ObjectInput input,
                              long readSerialVersionUID,
                              boolean passThrough,
                              boolean superDone)
                       throws IOException,
                              ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Parameters:
thisObject -
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

readOldVersion

private boolean readOldVersion(ObjectInput input,
                               long readSerialVersionUID,
                               boolean passThrough,
                               boolean superDone)
                        throws IOException,
                               ClassNotFoundException
Reads the non-transient fields of this class from an external source, which is not the current version.

Parameters:
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

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

Specified by:
URL in interface WildfireURLActionDelegate
Parameters:
object -
state -
Returns:
String
Throws:
WTException

getActionName

public String getActionName()
Gets the value of the attribute: actionName; The value to use when constructing the "action" query parameter for the url that is returned when calling the URL(Object object) method.

Supported API: true

Specified by:
getActionName in interface URLActionDelegate
Returns:
String

setActionName

public void setActionName(String a_ActionName)
                   throws WTPropertyVetoException
Sets the value of the attribute: actionName; The value to use when constructing the "action" query parameter for the url that is returned when calling the URL(Object object) method.

Supported API: true

Specified by:
setActionName in interface URLActionDelegate
Parameters:
a_ActionName -
Throws:
WTPropertyVetoException

actionNameValidate

private void actionNameValidate(String a_ActionName)
                         throws WTPropertyVetoException
Parameters:
a_ActionName -
Throws:
WTPropertyVetoException

getClassURL

public String getClassURL()
Gets the value of the attribute: classURL.

Supported API: false

Specified by:
getClassURL in interface URLActionDelegate
Returns:
String

setClassURL

public void setClassURL(String a_ClassURL)
                 throws WTPropertyVetoException
Sets the value of the attribute: classURL.

Supported API: false

Specified by:
setClassURL in interface URLActionDelegate
Parameters:
a_ClassURL -
Throws:
WTPropertyVetoException

classURLValidate

private void classURLValidate(String a_ClassURL)
                       throws WTPropertyVetoException
Parameters:
a_ClassURL -
Throws:
WTPropertyVetoException

URL

public String URL(Object object)
           throws WTException
Deprecated.  

Returns a URL which when selected will perform the action on the object. This method should not be called when the concrete URLActionDelegate class is unknown. In that case, call BasicTemplateProcessor.getURLFromDelegate() instead.

Supported API: true

Specified by:
URL in interface URLActionDelegate
Parameters:
object -
Returns:
String
Throws:
WTException

getURLLabel

public String getURLLabel(Locale locale)
Deprecated.  

Returns a localized label for a URL for the actions.

Supported API: true

Specified by:
getURLLabel in interface URLActionDelegate
Parameters:
locale -
Returns:
String