com.filenet.wcm.apps.server.util.integration
Class ParametersHelper
java.lang.Object
com.filenet.wcm.apps.server.util.integration.ParametersHelper
- public class ParametersHelper
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParametersHelper
public ParametersHelper()
getSingleValue
public static java.lang.String getSingleValue(org.w3c.dom.Element parametersElement)
throws java.lang.Exception
- Throws:
java.lang.Exception
getValues
public static java.lang.String[] getValues(org.w3c.dom.Element parametersElement)
throws java.lang.Exception
- Throws:
java.lang.Exception
parseParameters
public static java.util.Map parseParameters(org.w3c.dom.Element parametersElement)
throws java.lang.Exception
- Throws:
java.lang.Exception
handleValuesXml
public static java.util.Map handleValuesXml(org.w3c.dom.Element e)
throws java.lang.Exception
- Throws:
java.lang.Exception
handleLinkMetaData
public static java.util.Map handleLinkMetaData(org.w3c.dom.Element e)
throws java.lang.Exception
- Throws:
java.lang.Exception
handleLinkProperties
public static java.util.Map handleLinkProperties(org.w3c.dom.Element e)
throws java.lang.Exception
- Throws:
java.lang.Exception
createParametersXML
public static java.lang.String createParametersXML(java.util.Map params)
createPropertyParametersXML
public static java.lang.String createPropertyParametersXML(java.util.Map params)
© Copyright IBM Corp. 2002, 2007. All Rights Reserved.