public interface SpecialValidationProcess
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
processImpl(java.lang.Object[] arguments)
This is a method where the process is defined.
|
java.lang.Object[] processImpl(java.lang.Object[] arguments)
throws XBRLValidationException
arguments - array of objects with the input values. May be nullXBRLValidationException - to allow special validation processes
to raise validation exceptions