Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C E G H I M N P S T V

A

addParameter(MethodParameter) - Method in class com.aendvari.griffin.validation.validator.HandlerMethod
Add a parameter to the list of parameters for this method.

C

Collection - Static variable in interface com.aendvari.griffin.validation.validator.ParameterDefine.Type
 
com.aendvari.griffin.validation.validator - package com.aendvari.griffin.validation.validator
 

E

ErrorHandler - class com.aendvari.griffin.validation.validator.ErrorHandler.
Defines a ErrorHandler.
ErrorHandler() - Constructor for class com.aendvari.griffin.validation.validator.ErrorHandler
 
ErrorMethod - class com.aendvari.griffin.validation.validator.ErrorMethod.
Defines a ErrorMethod.
ErrorMethod() - Constructor for class com.aendvari.griffin.validation.validator.ErrorMethod
 
executeValidation(Property, HashMap) - Method in class com.aendvari.griffin.validation.validator.ErrorHandler
Executes this classes' part of a Dataset validation.
executeValidation(Handler, Property, ValidationHandler, ValidationHandler) - Method in class com.aendvari.griffin.validation.validator.ErrorMethod
Executes this classes' part of a Dataset validation.
executeValidation(Property, HashMap) - Method in class com.aendvari.griffin.validation.validator.Handler
Executes this classes' part of a Dataset validation.
executeValidation(Handler, Property, ValidationHandler, ValidationHandler) - Method in class com.aendvari.griffin.validation.validator.HandlerMethod
Executes this part of a Dataset validation.
executeValidation(ModelNode, HashMap, HashMap) - Method in class com.aendvari.griffin.validation.validator.MethodParameter
Executes this part of a Dataset validation.
executeValidation(ModelNode, HashMap, HashMap) - Method in class com.aendvari.griffin.validation.validator.ParameterDefine
Executes this part of a Dataset validation.
executeValidation(Handler, Property, ValidationHandler, ValidationHandler) - Method in class com.aendvari.griffin.validation.validator.ValidateMethod
Executes this part of a Dataset validation.
executeValidation(Property, HashMap) - Method in class com.aendvari.griffin.validation.validator.Validator
Executes this part of a com.aendvari.griffin.validation.dataset.Dataset validation.

G

getHandlerClass() - Method in class com.aendvari.griffin.validation.validator.Handler
Get the classpath for the Class of the handler.
getHandlerObject() - Method in class com.aendvari.griffin.validation.validator.Handler
Get the handlerObject of the handler.
getName() - Method in class com.aendvari.griffin.validation.validator.Handler
Get the name of the handler.
getName() - Method in class com.aendvari.griffin.validation.validator.HandlerMethod
Get the name of the method to call.
getName() - Method in class com.aendvari.griffin.validation.validator.MethodParameter
Get the name of the parameter.
getName() - Method in class com.aendvari.griffin.validation.validator.ParameterDefine
Get the name of the parameter.
getParameterDefine(String) - Method in class com.aendvari.griffin.validation.validator.Handler
Get the default value of a parameter define.
getParameterDefineCount() - Method in class com.aendvari.griffin.validation.validator.Handler
Get the count of parameter defines.
getParameters() - Method in class com.aendvari.griffin.validation.validator.HandlerMethod
Get the list of parameters for this method (in order of method call).
getPath() - Method in class com.aendvari.griffin.validation.validator.ParameterDefine
Get the xpath of the parameter.
getType() - Method in class com.aendvari.griffin.validation.validator.MethodParameter
Get the type of the parameter.
getType() - Method in class com.aendvari.griffin.validation.validator.ParameterDefine
Get the type of the parameter.
getValidateMethod() - Method in class com.aendvari.griffin.validation.validator.Handler
Get the handler method.
getValue() - Method in class com.aendvari.griffin.validation.validator.MethodParameter
Get the value of the parameter.
getValue() - Method in class com.aendvari.griffin.validation.validator.ParameterDefine
Get the value of the parameter.

H

Handler - class com.aendvari.griffin.validation.validator.Handler.
This is the base class for handler classes.
Handler() - Constructor for class com.aendvari.griffin.validation.validator.Handler
Constructs a Handler instance.
HandlerMethod - class com.aendvari.griffin.validation.validator.HandlerMethod.
Defines a Handler method.
HandlerMethod() - Constructor for class com.aendvari.griffin.validation.validator.HandlerMethod
Constructs an empty HandlerMethod instance.
handlerClass - Variable in class com.aendvari.griffin.validation.validator.Handler
The name of the class (if defined) to use for calling validation methods
handlerMethod - Variable in class com.aendvari.griffin.validation.validator.Handler
The HandlerMethod to call from the handlerObject or handlerClass
handlerObject - Variable in class com.aendvari.griffin.validation.validator.Handler
The name of the object (if defined) to use for calling validation methods

I

isValidParameterDefine(String) - Method in class com.aendvari.griffin.validation.validator.Handler
Verify that the given name is a parameter define.

M

MethodParameter - class com.aendvari.griffin.validation.validator.MethodParameter.
Defines a MethodParameter.
MethodParameter() - Constructor for class com.aendvari.griffin.validation.validator.MethodParameter
Constructs an empty MethodParameter instance.
MethodParameter(String, String, Object) - Constructor for class com.aendvari.griffin.validation.validator.MethodParameter
Constructs an completed MethodParameter instance.

N

None - Static variable in interface com.aendvari.griffin.validation.validator.ParameterDefine.Type
 
name - Variable in class com.aendvari.griffin.validation.validator.Handler
The name of the handler.
name - Variable in class com.aendvari.griffin.validation.validator.HandlerMethod
The name of the method to call.
name - Variable in class com.aendvari.griffin.validation.validator.MethodParameter
The name of the parameter.
name - Variable in class com.aendvari.griffin.validation.validator.ParameterDefine
The name of the parameter define

P

ParameterDefine - class com.aendvari.griffin.validation.validator.ParameterDefine.
Defines a parameter define for a Validator.
ParameterDefine() - Constructor for class com.aendvari.griffin.validation.validator.ParameterDefine
Constructs an empty ParameterDefine instance.
ParameterDefine(String, String, String, String) - Constructor for class com.aendvari.griffin.validation.validator.ParameterDefine
Constructs an completed ParameterDefine instance.
ParameterDefine.Type - interface com.aendvari.griffin.validation.validator.ParameterDefine.Type.
Constants for the type of the parameter.
Property - Static variable in interface com.aendvari.griffin.validation.validator.ParameterDefine.Type
 
parameterDefines - Variable in class com.aendvari.griffin.validation.validator.Handler
The list of parameter "define" name/value pairs to use for the method
parameters - Variable in class com.aendvari.griffin.validation.validator.HandlerMethod
The list of MethodParameter defined for this method
path - Variable in class com.aendvari.griffin.validation.validator.ParameterDefine
The path query that can be used to determine value (use only if set, and instead of "value")

S

setHandlerClass(String) - Method in class com.aendvari.griffin.validation.validator.Handler
Set the classpath for the Class of the handler.
setHandlerMethod(HandlerMethod) - Method in class com.aendvari.griffin.validation.validator.Handler
Set the handler method.
setHandlerObject(String) - Method in class com.aendvari.griffin.validation.validator.Handler
Set the handlerObject of the handler.
setName(String) - Method in class com.aendvari.griffin.validation.validator.Handler
Set the name of the handler.
setName(String) - Method in class com.aendvari.griffin.validation.validator.HandlerMethod
Set the name of the method to call.
setName(String) - Method in class com.aendvari.griffin.validation.validator.MethodParameter
Set the name of the parameter.
setName(String) - Method in class com.aendvari.griffin.validation.validator.ParameterDefine
Set the name of the parameter.
setParameterDefine(String, ParameterDefine) - Method in class com.aendvari.griffin.validation.validator.Handler
Add a param define.
setParameters(Collection) - Method in class com.aendvari.griffin.validation.validator.HandlerMethod
Set the list of parameters for this method.
setPath(String) - Method in class com.aendvari.griffin.validation.validator.ParameterDefine
Set the xpath of the parameter.
setType(String) - Method in class com.aendvari.griffin.validation.validator.MethodParameter
Set the type of the parameter.
setType(String) - Method in class com.aendvari.griffin.validation.validator.ParameterDefine
Set the type of the parameter.
setValue(Object) - Method in class com.aendvari.griffin.validation.validator.MethodParameter
Set the value of the parameter.
setValue(Object) - Method in class com.aendvari.griffin.validation.validator.ParameterDefine
Set the value of the parameter.

T

toString() - Method in class com.aendvari.griffin.validation.validator.ErrorHandler
Convert this object into a String representation.
toString() - Method in class com.aendvari.griffin.validation.validator.ErrorMethod
Convert this object into a String representation.
toString() - Method in class com.aendvari.griffin.validation.validator.Handler
Convert this object into a String representation.
toString() - Method in class com.aendvari.griffin.validation.validator.HandlerMethod
Convert this object into a String representation.
toString() - Method in class com.aendvari.griffin.validation.validator.MethodParameter
Convert this object into a String representation.
toString() - Method in class com.aendvari.griffin.validation.validator.ParameterDefine
Convert this object into a String representation.
toString() - Method in class com.aendvari.griffin.validation.validator.ValidateMethod
Convert this object into a String representation.
toString() - Method in class com.aendvari.griffin.validation.validator.Validator
Convert this object into a String representation.
type - Variable in class com.aendvari.griffin.validation.validator.MethodParameter
The type of the parameter.
type - Variable in class com.aendvari.griffin.validation.validator.ParameterDefine
The type of the parameter

V

ValidateMethod - class com.aendvari.griffin.validation.validator.ValidateMethod.
Defines a ValidateMethod.
ValidateMethod() - Constructor for class com.aendvari.griffin.validation.validator.ValidateMethod
 
Validator - class com.aendvari.griffin.validation.validator.Validator.
Defines a Validator.
Validator() - Constructor for class com.aendvari.griffin.validation.validator.Validator
 
value - Variable in class com.aendvari.griffin.validation.validator.MethodParameter
The value of the parameter.
value - Variable in class com.aendvari.griffin.validation.validator.ParameterDefine
The value of the parameter.

A C E G H I M N P S T V