com.ptc.wvs.server.util
Class FileHelper.Server

java.lang.Object
  extended bycom.ptc.wvs.server.util.FileHelper.Server
All Implemented Interfaces:
RemoteAccess
Enclosing class:
FileHelper

public static class FileHelper.Server
extends Object
implements RemoteAccess


Field Summary
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
FileHelper.Server()
           
 
Method Summary
static File getEdFileContent(ContentHolder doc, String tDir, FileConvert conv)
           
static String getEdFileName(ContentHolder doc)
           
static File getFileContent(ContentHolder doc, ContentItem ci, String tDir, FileConvert conv)
           
static String[] getFileContent(ContentHolder doc, ContentRoleType role, boolean getPrimary, boolean getSecondary, String tDir, ConfigSpec cs, int depType, FileConvert conv)
           
private static String getFileContentInternal(ContentHolder doc, ContentRoleType role, boolean getPrimary, boolean getSecondary, String tDir, ConfigSpec cs, int depType, FileConvert conv, Vector v)
           
static String getViewContentURLForType(ContentHolder doc, ContentRoleType role)
           
static WTKeyedMap getViewContentURLForType(WTCollection collection, ContentRoleType role)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileHelper.Server

public FileHelper.Server()
Method Detail

getFileContent

public static String[] getFileContent(ContentHolder doc,
                                      ContentRoleType role,
                                      boolean getPrimary,
                                      boolean getSecondary,
                                      String tDir,
                                      ConfigSpec cs,
                                      int depType,
                                      FileConvert conv)

getFileContentInternal

private static String getFileContentInternal(ContentHolder doc,
                                             ContentRoleType role,
                                             boolean getPrimary,
                                             boolean getSecondary,
                                             String tDir,
                                             ConfigSpec cs,
                                             int depType,
                                             FileConvert conv,
                                             Vector v)

getFileContent

public static File getFileContent(ContentHolder doc,
                                  ContentItem ci,
                                  String tDir,
                                  FileConvert conv)

getEdFileContent

public static File getEdFileContent(ContentHolder doc,
                                    String tDir,
                                    FileConvert conv)

getEdFileName

public static String getEdFileName(ContentHolder doc)

getViewContentURLForType

public static String getViewContentURLForType(ContentHolder doc,
                                              ContentRoleType role)

getViewContentURLForType

public static WTKeyedMap getViewContentURLForType(WTCollection collection,
                                                  ContentRoleType role)