Uses of Class
com.ibm.pim.common.ValidationError.Type

Packages that use ValidationError.Type
com.ibm.pim.common   
com.ibm.pim.extensionpoints   
 

Uses of ValidationError.Type in com.ibm.pim.common
 

Methods in com.ibm.pim.common that return ValidationError.Type
 ValidationError.Type ValidationError.getType()
          Get the type of the validation error
static ValidationError.Type ValidationError.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ValidationError.Type[] ValidationError.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of ValidationError.Type in com.ibm.pim.extensionpoints
 

Methods in com.ibm.pim.extensionpoints with parameters of type ValidationError.Type
 void ItemPrePostProcessingFunctionArguments.addValidationError(AttributeInstance ai, ValidationError.Type errorType, java.lang.String errorMessage)
          Adds a validation error, constructed from the error type and error message, to the given attribute instance.
 void CollaborationItemPrePostProcessingFunctionArguments.addValidationError(AttributeInstance ai, ValidationError.Type errorType, java.lang.String errorMessage)
          Adds a validation error, constructed from the error type and error message, to the given attribute instance.
 void CollaborationCategoryPrePostProcessingFunctionArguments.addValidationError(AttributeInstance ai, ValidationError.Type errorType, java.lang.String errorMessage)
          Adds a validation error, constructed from the error type and error message, to the given attribute instance.
 void CategoryPrePostProcessingFunctionArguments.addValidationError(AttributeInstance ai, ValidationError.Type errorType, java.lang.String errorMessage)
          Adds a validation error, constructed from the error type and error message, to the given attribute instance.
 void ItemRunValueRuleFunctionArguments.addValidationError(ValidationError.Type errorType, java.lang.String errorMessage)
          Adds a validation error, constructed from the given error type and error message, to the attribute instance for this rule function.
 void CollaborationItemRunValueRuleFunctionArguments.addValidationError(ValidationError.Type errorType, java.lang.String errorMessage)
          Adds a validation error, constructed from the given error type and error message, to the attribute instance for this rule function.
 void CollaborationCategoryRunValueRuleFunctionArguments.addValidationError(ValidationError.Type errorType, java.lang.String errorMessage)
          Adds a validation error, constructed from the given error type and error message, to the attribute instance for this rule function.
 void CategoryRunValueRuleFunctionArguments.addValidationError(ValidationError.Type errorType, java.lang.String errorMessage)
          Adds a validation error, constructed from the given error type and error message, to the attribute instance for this rule function.