filenet.vw.api

Class VWXMLRegionMetadata

  • java.lang.Object
    • filenet.vw.api.VWXMLRegionMetadata


  • public final class VWXMLRegionMetadata
    extends java.lang.Object
    This class is used to facilitate import and export of the isolated region metadata XML text.
    Since:
    CPE 5.2.0.3
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int IMPORT_MERGE
      Value of 2. Indicates an import will merge the data with existing isolated region metadata objects.
      static int IMPORT_REPLACE
      Value of 1. Indicates an import will replace current isolated region metadata objects.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String makeXMLBlock(java.lang.Object regionMetadataList)
      Creates a string containing the XML header information and XML text representing the specified isolated region metadata list object.
      • Methods inherited from class java.lang.Object

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

      • IMPORT_REPLACE

        public static final int IMPORT_REPLACE
        Value of 1. Indicates an import will replace current isolated region metadata objects.
        See Also:
        Constant Field Values
      • IMPORT_MERGE

        public static final int IMPORT_MERGE
        Value of 2. Indicates an import will merge the data with existing isolated region metadata objects. Objects will be added if they do not already exist on the server.
        See Also:
        Constant Field Values
    • Constructor Detail

      • VWXMLRegionMetadata

        public VWXMLRegionMetadata()
    • Method Detail

      • makeXMLBlock

        public static java.lang.String makeXMLBlock(java.lang.Object regionMetadataList)
                                             throws VWException
        Creates a string containing the XML header information and XML text representing the specified isolated region metadata list object.
        Parameters:
        regionMetadataList - One of the following objects:
        Returns:
        A String containing the XML representation of the isolated region metadata list object specified in regionMetadataList.
        Throws:
        VWException - Thrown for various causes, including an invalid object specified for the regionMetadataList parameter.
        Since:
        CPE 5.2.0.3

© Copyright IBM Corporation 2002, 2019. All rights reserved.