| Package | Description |
|---|---|
| org.jahia.services.importexport.validation |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstraintsValidatorResult
Constraints validator result object
|
class |
MissingModulesValidationResult
Represents a validation result, containing missing modules in the content to be imported.
|
class |
MissingNodetypesValidationResult
An instance of this class is being returned when validating JCR document view import files and contains information about expected import
failures.
|
class |
MissingPortletsValidationResult
This class stores missing portlet validator results.
|
class |
MissingTemplatesValidationResult
Represents a validation result, containing missing templates in the content to be imported.
|
class |
ProviderAvailabilityValidatorResult |
class |
SitesValidatorResult
Validator that gets the list of all sites and sites properties from the xml import file
|
class |
UserValidatorResult
User validation result
|
static class |
ValidationResult.FailedValidationResult |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
ImportValidator.getResult()
Returns the validation result.
|
ValidationResult |
SitesValidator.getResult() |
ValidationResult |
MissingModulesValidator.getResult() |
ValidationResult |
MissingPortletsValidator.getResult() |
ValidationResult |
ProviderAvailabilityValidator.getResult() |
ValidationResult |
ConstraintsValidator.getResult() |
ValidationResult |
MissingNodetypesValidator.getResult() |
ValidationResult |
UserValidator.getResult() |
ValidationResult |
MissingTemplatesValidator.getResult() |
protected ValidationResult |
ValidationResults.getResultByClassName(String clazz) |
ValidationResult |
UserValidatorResult.merge(ValidationResult toBeMergedWith) |
ValidationResult |
ConstraintsValidatorResult.merge(ValidationResult toBeMergedWith) |
ValidationResult |
MissingPortletsValidationResult.merge(ValidationResult toBeMergedWith) |
ValidationResult |
ValidationResult.merge(ValidationResult toBeMergedWith)
Merges the results with the provided and returns a new instance of the
ValidationResult object having "merged" results. |
ValidationResult |
ValidationResult.FailedValidationResult.merge(ValidationResult toBeMergedWith) |
ValidationResult |
ProviderAvailabilityValidatorResult.merge(ValidationResult toBeMergedWith) |
ValidationResult |
MissingNodetypesValidationResult.merge(ValidationResult toBeMergedWith) |
ValidationResult |
MissingModulesValidationResult.merge(ValidationResult toBeMergedWith)
Performs a merge of current validation results with provided one.
|
ValidationResult |
MissingTemplatesValidationResult.merge(ValidationResult toBeMergedWith)
Performs a merge of current validation results with provided one.
|
ValidationResult |
SitesValidatorResult.merge(ValidationResult toBeMergedWith) |
| Modifier and Type | Method and Description |
|---|---|
List<ValidationResult> |
ValidationResults.getResults() |
protected Map<String,ValidationResult> |
ValidationResults.getResultsByClassName() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationResults.addResult(ValidationResult result) |
ValidationResult |
UserValidatorResult.merge(ValidationResult toBeMergedWith) |
ValidationResult |
ConstraintsValidatorResult.merge(ValidationResult toBeMergedWith) |
ValidationResult |
MissingPortletsValidationResult.merge(ValidationResult toBeMergedWith) |
ValidationResult |
ValidationResult.merge(ValidationResult toBeMergedWith)
Merges the results with the provided and returns a new instance of the
ValidationResult object having "merged" results. |
ValidationResult |
ValidationResult.FailedValidationResult.merge(ValidationResult toBeMergedWith) |
ValidationResult |
ProviderAvailabilityValidatorResult.merge(ValidationResult toBeMergedWith) |
ValidationResult |
MissingNodetypesValidationResult.merge(ValidationResult toBeMergedWith) |
ValidationResult |
MissingModulesValidationResult.merge(ValidationResult toBeMergedWith)
Performs a merge of current validation results with provided one.
|
ValidationResult |
MissingTemplatesValidationResult.merge(ValidationResult toBeMergedWith)
Performs a merge of current validation results with provided one.
|
ValidationResult |
SitesValidatorResult.merge(ValidationResult toBeMergedWith) |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.