|
|
|
CollectReferencedDatasets (character, SerializableAnnotation)
|
Collects the dataset and parameter names referenced by the
request= and response= options of the given @RestMethod
annotation
|
|
|
|
Consultingwerk.Framework.Collections.CharacterList GetWarnings ()
|
Returns the list of warnings reported by the sanity checks
|
|
|
|
LOGICAL HasDatasetParameter (ListMethod, character)
|
Returns a logical value indicating if any of the given methods
has a DATASET or DATASET-HANDLE parameter with the given name
|
|
|
|
LOGICAL HasParameterNamed (ListMethod, character)
|
Returns a logical value indicating if any of the given methods
has a parameter (of any data type) with the given name
|
|
|
|
LOGICAL MethodHasDatasetParameter (Method, character)
|
Returns a logical value indicating if the given method has a
DATASET or DATASET-HANDLE parameter with the given name
|
|
|
|
LOGICAL MethodHasParameterNamed (Method, character)
|
Returns a logical value indicating if the given method has a
parameter (of any data type) with the given name
|
|
|
|
ReportWarning (character)
|
Reports a sanity check warning
|
|
|
|
ValidateAnnotations (Class)
|
Performs sanity checks on the .annotations file of the given
class and reports issues as warnings to the AppServer logfile
|
|
|
|
ValidateMethodAnnotations (Class, ClassAnnotationContainer)
|
Validates the method annotations of the given class
|
|
|
|
ValidateParameterSchema (character, character, SerializableAnnotation)
|
Validates a single @ParameterSchema annotation
|