public class CommUtil
extends java.lang.Object
Constructor and Description |
---|
CommUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
docLinksToArray(MboSetRemote docLinksSet,
java.util.Vector<java.lang.String> fileNameVector,
java.util.Vector<java.lang.String> urlNameVector)
Given a doclinks mboset, return a list of file names and a list of url names in vectors.
|
public static void docLinksToArray(MboSetRemote docLinksSet, java.util.Vector<java.lang.String> fileNameVector, java.util.Vector<java.lang.String> urlNameVector) throws MXException, java.rmi.RemoteException
docLinksSet
- The doclink mbo set whose file/url name to be extracted.fileNameVector
- The vector returned for file names.urlNameVector
- The vector returned for url names.MXException
java.rmi.RemoteException