filenet.vw.api
Class VWXMLRegionMetadata
- java.lang.Object
-
- filenet.vw.api.VWXMLRegionMetadata
-
public final class VWXMLRegionMetadata extends java.lang.ObjectThis 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 intIMPORT_MERGEValue of 2. Indicates an import will merge the data with existing isolated region metadata objects.static intIMPORT_REPLACEValue of 1. Indicates an import will replace current isolated region metadata objects.
-
Constructor Summary
Constructors Constructor and Description VWXMLRegionMetadata()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static java.lang.StringmakeXMLBlock(java.lang.Object regionMetadataList)Creates a string containing the XML header information and XML text representing the specified isolated region metadata list object.
-
-
-
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
-
-
Method Detail
-
makeXMLBlock
public static java.lang.String makeXMLBlock(java.lang.Object regionMetadataList) throws VWExceptionCreates 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 theregionMetadataListparameter.- Since:
- CPE 5.2.0.3
-
-