wt.fv
Class RevaultURLContentHandler

java.lang.Object
  extended bywt.fv.RevaultURLContentHandler

public class RevaultURLContentHandler
extends Object


Field Summary
private static String revaultURLMethod
           
private static StandardFvService sFVservice
           
 
Constructor Summary
RevaultURLContentHandler()
           
 
Method Summary
static QueryResult findURLContentToRevaultFromEPMDoc(long sessionId)
           
static String getRevaultURLMethod()
          public static void main (String[] args){ try{ RevaultURLContentHandler ch = new RevaultURLContentHandler(); ch.revaultURLCountent( "http://www.tigrenok.net/roma/zh_cig1.jpg"); }catch( Exception e){e.printStackTrace();} }
private static StandardFvService getStdFvService()
           
static void revaultURLContent(RevaultUrlSession session)
           
static void revaultURLData(Serializable targetObj, Serializable[] rArgs)
          Input Arguments: Serializable targetObj - string rep.
private static RevaultUrlSession updateTotalInSession(RevaultUrlSession session, int elemNum)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

revaultURLMethod

private static final String revaultURLMethod
See Also:
Constant Field Values

sFVservice

private static StandardFvService sFVservice
Constructor Detail

RevaultURLContentHandler

public RevaultURLContentHandler()
Method Detail

getStdFvService

private static StandardFvService getStdFvService()
                                          throws WTException
Throws:
WTException

findURLContentToRevaultFromEPMDoc

public static QueryResult findURLContentToRevaultFromEPMDoc(long sessionId)
                                                     throws WTException
Throws:
WTException

revaultURLData

public static void revaultURLData(Serializable targetObj,
                                  Serializable[] rArgs)
                           throws WTException
Input Arguments: Serializable targetObj - string rep. of the target Serializable[] rArgs: [0] - ObjectReference of the URLData to revault [1] - ObjectReference of the ContentHolder (Owner of [0]) //[2] - ObjectReference of the RevaultUrlSession (Current session of URL Revaulting process)

Throws:
WTException

revaultURLContent

public static void revaultURLContent(RevaultUrlSession session)
                              throws WTException
Throws:
WTException

getRevaultURLMethod

public static String getRevaultURLMethod()
public static void main (String[] args){ try{ RevaultURLContentHandler ch = new RevaultURLContentHandler(); ch.revaultURLCountent( "http://www.tigrenok.net/roma/zh_cig1.jpg"); }catch( Exception e){e.printStackTrace();} }


updateTotalInSession

private static RevaultUrlSession updateTotalInSession(RevaultUrlSession session,
                                                      int elemNum)
                                               throws WTException
Throws:
WTException