com.ptc.wvs.client.pview
Class PViewHelper.Server

java.lang.Object
  extended bycom.ptc.wvs.client.pview.PViewHelper.Server
All Implemented Interfaces:
RemoteAccess
Enclosing class:
PViewHelper

public static class PViewHelper.Server
extends Object
implements RemoteAccess

Server side implementations


Field Summary
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
PViewHelper.Server()
           
 
Method Summary
static Vector getDefaultMarkups(Persistable p)
           
static PViewOLData getOLFileURL(Representable representable)
          Locates the URL to the viewable representation
static PViewOLData getOLFileURL(Representable representable, Boolean includeProperties)
          Locates the URL to the viewable representation
static Vector getOLFileURL(Vector representables)
          Locates the URLs to the viewables associated to the representables
static Vector getOLFileURL(Vector representables, Boolean includeProperties)
          Locates the URLs to the viewables associated to the representables
static Hashtable getPartProperties(Persistable p)
           
static String getPreferenceValue(String node, String key)
          Returns the value of a preference stored in Windchill
static Byte[] getThumbnailData(Persistable p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PViewHelper.Server

public PViewHelper.Server()
Method Detail

getPreferenceValue

public static String getPreferenceValue(String node,
                                        String key)
Returns the value of a preference stored in Windchill

Parameters:
node - the prefernce node
key - the key to the preference
Returns:
the value of the preference

getOLFileURL

public static Vector getOLFileURL(Vector representables)
Locates the URLs to the viewables associated to the representables

Parameters:
representables - the representables whose viewables are to be located
Returns:
the URLs to the content in Windchill

getOLFileURL

public static Vector getOLFileURL(Vector representables,
                                  Boolean includeProperties)
Locates the URLs to the viewables associated to the representables

Parameters:
representables - the representables whose viewables are to be located
Returns:
the URLs to the content in Windchill

getOLFileURL

public static PViewOLData getOLFileURL(Representable representable)
Locates the URL to the viewable representation

Parameters:
representable - the representable whose viewable is to be located
Returns:
the URL to the content in Windchill

getOLFileURL

public static PViewOLData getOLFileURL(Representable representable,
                                       Boolean includeProperties)
Locates the URL to the viewable representation

Parameters:
representable - the representable whose viewable is to be located
Returns:
the URL to the content in Windchill

getPartProperties

public static Hashtable getPartProperties(Persistable p)

getDefaultMarkups

public static Vector getDefaultMarkups(Persistable p)

getThumbnailData

public static Byte[] getThumbnailData(Persistable p)