com.filenet.rm.api.util

Class XmlHelper

  • java.lang.Object
    • com.filenet.rm.api.util.XmlHelper


  • public class XmlHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      XmlHelper() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void addClassDescription(com.filenet.api.meta.ClassDescription classDesc, java.lang.String[] reqProps) 
      void addLong(java.lang.String name, long value) 
      boolean addObjectStore(com.filenet.api.core.ObjectStore objectStore, java.lang.String[] reqProps, java.lang.Object[] types) 
      boolean addObjectStore(com.filenet.api.core.ObjectStore objectStore, java.lang.String[] reqProps, java.lang.Object[] types, boolean getAll) 
      int addSearchRows(java.lang.Object[] srchresults, int iObjType, java.lang.Object[] requestedProps, boolean allprops, com.filenet.api.core.ObjectStore[] objstores) 
      void endCollection(java.lang.String tagName) 
      void endCollection(java.lang.String tagName, boolean inCollection) 
      static java.lang.String getISODate(java.util.Date d) 
      java.lang.StringBuffer getXMLResponse() 
      java.lang.StringBuffer getXMLResponse(java.lang.String collection) 
      void startCollection(java.lang.String tagName) 
      void startCollection(java.lang.String tagName, boolean inCollection) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XmlHelper

        public XmlHelper()
    • Method Detail

      • getXMLResponse

        public java.lang.StringBuffer getXMLResponse()
      • getXMLResponse

        public java.lang.StringBuffer getXMLResponse(java.lang.String collection)
      • addClassDescription

        public void addClassDescription(com.filenet.api.meta.ClassDescription classDesc,
                               java.lang.String[] reqProps)
      • addLong

        public void addLong(java.lang.String name,
                   long value)
      • addSearchRows

        public int addSearchRows(java.lang.Object[] srchresults,
                        int iObjType,
                        java.lang.Object[] requestedProps,
                        boolean allprops,
                        com.filenet.api.core.ObjectStore[] objstores)
      • startCollection

        public void startCollection(java.lang.String tagName,
                           boolean inCollection)
      • startCollection

        public void startCollection(java.lang.String tagName)
      • endCollection

        public void endCollection(java.lang.String tagName,
                         boolean inCollection)
      • endCollection

        public void endCollection(java.lang.String tagName)
      • addObjectStore

        public boolean addObjectStore(com.filenet.api.core.ObjectStore objectStore,
                             java.lang.String[] reqProps,
                             java.lang.Object[] types)
      • addObjectStore

        public boolean addObjectStore(com.filenet.api.core.ObjectStore objectStore,
                             java.lang.String[] reqProps,
                             java.lang.Object[] types,
                             boolean getAll)
      • getISODate

        public static java.lang.String getISODate(java.util.Date d)

© Copyright IBM Corp. 2003, 2013. All Rights Reserved.