wt.fv
Class RevaultURLContentHandler
java.lang.Object
wt.fv.RevaultURLContentHandler
- public class RevaultURLContentHandler
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
revaultURLMethod
private static final String revaultURLMethod
- See Also:
- Constant Field Values
sFVservice
private static StandardFvService sFVservice
RevaultURLContentHandler
public RevaultURLContentHandler()
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