Class Validation

java.lang.Object
com.thortech.xl.gc.vo.designtime.Validation
All Implemented Interfaces:
Serializable

public class Validation extends Object implements Serializable
This class is a value object that represents a validation. Any Attribute, which is a member of the "Source" dataset, might contain an instance of this value object.
Version:
1.5, Oracle Identity Manager 9.1
See Also:
  • Constructor Details

    • Validation

      public Validation()
  • Method Details

    • getParam

      public Hashtable getParam()
      This method returns the parameter details of the validation
      Returns:
      Hashtable containing parameter details of this validation. It contains the field-value pairs in the following manner:
      
       <<---------Key---------------->>  ||  <<------------Value----------->>
       
      
       <<---Parameter Name(String)--->>  ||  <<---Parameter Name(String)--->>
    • setParam

      public void setParam(Hashtable param)
    • addParameter

      public void addParameter(String name, String val)
    • getValidationName

      public String getValidationName()
      This method returns the name of the validation provider implementation
      Returns:
      Name of the validation provider implementation, as specified in the provider XML
    • setValidationName

      public void setValidationName(String validationName)