com.filenet.wcm.apps.server.util.integration
Class ThickIntegrationCommandValidator

java.lang.Object
  extended bycom.filenet.wcm.apps.server.util.integration.ThickIntegrationCommandValidator

public class ThickIntegrationCommandValidator
extends java.lang.Object


Field Summary
static int MISSING_PARAMETER
           
static int REQUIRED_VALUE_NOT_FOUND
           
static java.lang.String VALIDATION_POSTFIX
           
static java.lang.String VALIDATION_PREFIX
           
static int VALIDATION_SUCCESS
           
static int VERSION_TOO_NEW
           
static int VERSION_TOO_OLD
           
 
Constructor Summary
ThickIntegrationCommandValidator()
           
 
Method Summary
 java.lang.String getMissingParam()
           
 java.lang.String getMissingRequiredValue()
           
 int validateCommandParameters(CommandCall command, org.w3c.dom.Document commandDocument)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALIDATION_SUCCESS

public static final int VALIDATION_SUCCESS
See Also:
Constant Field Values

MISSING_PARAMETER

public static final int MISSING_PARAMETER
See Also:
Constant Field Values

REQUIRED_VALUE_NOT_FOUND

public static final int REQUIRED_VALUE_NOT_FOUND
See Also:
Constant Field Values

VERSION_TOO_NEW

public static final int VERSION_TOO_NEW
See Also:
Constant Field Values

VERSION_TOO_OLD

public static final int VERSION_TOO_OLD
See Also:
Constant Field Values

VALIDATION_PREFIX

public static java.lang.String VALIDATION_PREFIX

VALIDATION_POSTFIX

public static java.lang.String VALIDATION_POSTFIX
Constructor Detail

ThickIntegrationCommandValidator

public ThickIntegrationCommandValidator()
Method Detail

getMissingParam

public java.lang.String getMissingParam()

getMissingRequiredValue

public java.lang.String getMissingRequiredValue()

validateCommandParameters

public int validateCommandParameters(CommandCall command,
                                     org.w3c.dom.Document commandDocument)
                              throws java.lang.Exception
Throws:
java.lang.Exception


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.