com.filenet.wcm.apps.server.util
Class LinksUtil

java.lang.Object
  extended bycom.filenet.wcm.apps.server.util.LinksUtil

public class LinksUtil
extends java.lang.Object


Constructor Summary
LinksUtil(com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider dp, java.util.Locale locale)
          Set up the AuthoringDataProcess Data Provider.
 
Method Summary
 org.w3c.dom.Document transformXML(org.w3c.dom.Document domSource)
          Merge mime type or container type to link xml.
 org.w3c.dom.Document transformXML(org.w3c.dom.Document domSource, java.lang.String type)
          Merge mime type or container type to link xml.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinksUtil

public LinksUtil(com.filenet.wcm.toolkit.server.dp.WcmAuthoringDataProvider dp,
                 java.util.Locale locale)
Set up the AuthoringDataProcess Data Provider. If this is not being set before calling updateWorkflow method, the method will throw.

Parameters:
dp - EProcess Data Provider
Method Detail

transformXML

public org.w3c.dom.Document transformXML(org.w3c.dom.Document domSource,
                                         java.lang.String type)
                                  throws java.lang.Exception
Merge mime type or container type to link xml.

Parameters:
domSource - Folder contents DOM object
Returns:
Merged property DOM object.
Throws:
java.lang.Exception

transformXML

public org.w3c.dom.Document transformXML(org.w3c.dom.Document domSource)
                                  throws java.lang.Exception
Merge mime type or container type to link xml.

Parameters:
domSource - Folder contents DOM object
Returns:
Merged property DOM object.
Throws:
java.lang.Exception


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.