ValidationReport |
Adaptation.getValidationReport() |
Returns an up-to-date validation report of this dataset or record.
|
ValidationReport |
Adaptation.getValidationReport(boolean ensureActivation) |
Returns an up-to-date validation report of this dataset or record.
|
ValidationReport |
Adaptation.getValidationReport(boolean ensureActivation,
boolean updateValidationReport) |
Returns the validation report of this dataset or record.
|
ValidationReport |
Adaptation.getValidationReport(ValidationSpec aValidationSpec) |
Returns the validation report of this dataset or record
according to the specified properties.
|
ValidationReport |
AdaptationTable.getValidationReport() |
Returns an up-to-date validation report associated with this table.
|
ValidationReport |
AdaptationTable.getValidationReport(boolean ensureActivation) |
Returns an up-to-date validation report associated with this table.
|
ValidationReport |
AdaptationTable.getValidationReport(boolean ensureActivation,
boolean updateValidationReport) |
Returns the validation report associated with this table.
|
ValidationReport |
AdaptationTable.getValidationReport(ValidationSpec aSpec) |
Returns the validation report associated with this table
according to the specified properties.
|
ValidationReport |
Adaptation.getValidationReportForNode(SchemaNode aNode) |
Returns an up-to-date validation report of the specified node.
|
ValidationReport |
Adaptation.getValidationReportForNode(SchemaNode aNode,
boolean ensureActivation) |
Returns an up-to-date validation report of the specified node in the current dataset or record.
|
ValidationReport |
Adaptation.getValidationReportForNode(SchemaNode aNode,
boolean ensureActivation,
boolean updateValidationReport) |
Returns the validation report of the specified node in the current dataset or record.
|
ValidationReport |
Adaptation.getValidationReportForNode(SchemaNode aNode,
ValidationSpec aValidationSpec) |
Returns a validation report of the specified node
according to the specified properties.
|