Uses of Class
com.ibm.tws.objects.validator.Validator

Packages that use Validator
com.ibm.tws.objects.model.validator   
com.ibm.tws.objects.validator   
 

Uses of Validator in com.ibm.tws.objects.model.validator
 

Subclasses of Validator in com.ibm.tws.objects.model.validator
 class CalendarValidator
          This class provides methods that can be used to validate Calendar, CalendarHeader and CalendarKey objects.
 class DomainValidator
          This class provides methods that can be used to validate Domain and DomainKey objects.
 class FlowNodeValidator
          This class provides methods that can be used to validate FlowNode, FlowNodeHeader and FlowNodeKey objects.
 class FlowTargetValidator
          This class provides methods that can be used to validate FlowTarget, FlowTargetHeader and FlowTargetKey objects.
 class JobDefinitionValidator
          This class provides methods that can be used to validate JobDefinition, JobDefinitionHeader and JobDefinitionKey objects.
 class JobStreamValidator
          This class provides methods that can be used to validate JobStream, JobStreamHeader and JobStreamKey objects.
 class JobValidator
          This class provides methods that can be used to validate Job, JobHeader and JobKey objects.
 class ModelValidator
          This is a base class for all model validators, and includes common methods that can be used by different subclasses.
 class PromptValidator
          This class provides methods that can be used to validate Prompt and PromptKey objects.
 class QueryFilterValidator
          This class provides methods that can be used to validate QueryFilter objects.
 class ResourceValidator
          This class provides methods that can be used to validate Resource, ResourceHeader and ResourceKey objects.
 class RunCycleValidator
          This class provides methods that can be used to validate RunCycle objects.
 class VariableValidator
          This class provides methods that can be used to validate Variable and VariableKey objects.
 class WindowsUserValidator
          This class provides methods that can be used to validate WindowsUser and WindowsUserKey objects.
 class WorkstationClassValidator
          This class provides methods that can be used to validate WorkstationClass, WorkstationClassHeader and FlowTargetKey objects.
 class WorkstationValidator
          This class provides methods that can be used to validate Workstation, WorkstationHeader and FlowTargetKey objects.
 

Uses of Validator in com.ibm.tws.objects.validator
 

Constructors in com.ibm.tws.objects.validator with parameters of type Validator
ValueValidatorException(java.lang.String field, int value, Validator caller)
          Creates a new ValueValidatorException from the specified parameters (used in value validations on integer fields).
ValueValidatorException(java.lang.String field, long value, Validator caller)
          Creates a new ValueValidatorException from the specified parameters (used in value validations on long integer fields).
ValueValidatorException(java.lang.String field, java.lang.Object value, Validator caller)
          Creates a new ValueValidatorException from the specified parameters (used in value validations on object fields).
ComparisonValidatorException(java.lang.String field1, int value1, java.lang.String field2, int value2, Validator caller)
          Creates a new ComparisonValidatorException from the specified parameters (used in validations on integer fields).
ComparisonValidatorException(java.lang.String field1, long value1, java.lang.String field2, long value2, Validator caller)
          Creates a new ComparisonValidatorException from the specified parameters (used in validations on long integer fields).
ComparisonValidatorException(java.lang.String field1, java.util.Date value1, java.lang.String field2, java.util.Date value2, Validator caller)
          Creates a new ComparisonValidatorException from the specified parameters (used in validations on date fields).
InstanceValidatorException(java.lang.String field, java.lang.String wrongClass, java.lang.String correctClass, Validator caller)
          Creates a new InstanceValidatorException from the specified parameters.
AddressValidatorException(java.lang.String field, java.lang.String value, Validator caller)
          Creates a new AddressValidatorException from the specified parameters.
ConstraintValidatorException(java.util.List masterFields, java.util.List masterValues, java.lang.String slaveField, java.lang.Object slaveValue, Validator caller)
          Creates a new ConstraintValidatorException from the specified parameters.
StartValidatorException(java.lang.String field, java.lang.String value, java.lang.String invalid, Validator caller)
          Creates a new StartValidatorException from the specified parameters.
CharValidatorException(java.lang.String field, java.lang.String value, java.lang.String invalid, Validator caller)
          Creates a new CharValidatorException from the specified parameters.
NullValidatorException(java.util.List fields, Validator caller)
          Creates a new NullValidatorException from the specified parameters.
RangeValidatorException(java.lang.String field, int value, int start, int end, Validator caller)
          Creates a new RangeValidatorException from the specified parameters (used in range validations on integer fields).
RangeValidatorException(java.lang.String field, long value, long start, long end, Validator caller)
          Creates a new RangeValidatorException from the specified parameters (used in range validations on long integer fields).
RangeValidatorException(java.lang.String field, java.util.Date value, java.util.Date start, java.util.Date end, Validator caller)
          Creates a new RangeValidatorException from the specified parameters (used in range validations on date fields).
LengthValidatorException(java.lang.String field, java.lang.String value, int maxLength, Validator caller)
          Creates a new LengthValidatorException from the specified parameters.
 



Copyright © 2005 IBM All Rights Reserved.