|
Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfilenet.vw.api.VWMergeType
public final class VWMergeType
Use this class to get the merge type for data fields. The available merge types are as follows:
VWFieldDefinition
Field Summary | |
---|---|
static int |
MERGE_TYPE_ADD
Value of 5. Indicates an Add merge type. |
static int |
MERGE_TYPE_APPEND
Value of 2. Indicates an Append merge type. |
static int |
MERGE_TYPE_APPEND_NO_DUP
Value of 6. Indicates an Append without Duplicates merge type. |
static int |
MERGE_TYPE_DEFAULT
Value of 1. Indicates a Default merge type. |
static int |
MERGE_TYPE_OVERRIDE
Value of 3. Indicates an Override merge type. |
static int |
MERGE_TYPE_OVERRIDE_ENTRY
Value of 4. Indicates an Override entry merge type. |
Constructor Summary | |
---|---|
VWMergeType()
|
Method Summary | |
---|---|
static java.lang.String |
_get_FILE_AUTHOR()
For FileNet internal use only, do not call. |
static java.lang.String |
_get_FILE_DATE()
For FileNet internal use only, do not call. |
static java.lang.String |
_get_FILE_REVISION()
For FileNet internal use only, do not call. |
static java.lang.String |
getLocalizedString(int theMergeType)
Gets a localized string representation of the merge type. |
static boolean |
isValid(int theMergeType)
Validates the specified merge type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MERGE_TYPE_DEFAULT
public static final int MERGE_TYPE_APPEND
public static final int MERGE_TYPE_OVERRIDE
public static final int MERGE_TYPE_OVERRIDE_ENTRY
public static final int MERGE_TYPE_ADD
public static final int MERGE_TYPE_APPEND_NO_DUP
Constructor Detail |
---|
public VWMergeType()
Method Detail |
---|
public static java.lang.String _get_FILE_DATE()
public static java.lang.String _get_FILE_AUTHOR()
public static java.lang.String _get_FILE_REVISION()
public static java.lang.String getLocalizedString(int theMergeType) throws VWException
theMergeType
- An integer value associated with the merge
type to be represented by a string.
VWException
- The method throws an exception if
the merge type integer value specified in the theMergeType
parameter is invalid.public static boolean isValid(int theMergeType)
theMergeType
- An integer value for the merge type
value to be validated.
true
if integer
value specified in the theMergeType parameter is valid;
otherwise, the method returns false
.
|
Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |