Package | Description |
---|---|
org.alfresco.util.schemacomp.model | |
org.alfresco.util.schemacomp.validator |
Modifier and Type | Method and Description |
---|---|
List<DbValidator> |
AbstractDbObject.getValidators() |
List<DbValidator> |
DbObject.getValidators()
Retrieve the list of validators associated with this database object.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDbObject.setValidators(List<DbValidator> validators) |
void |
DbObject.setValidators(List<DbValidator> validators)
Set/override the validators associated with this database object.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDbValidator
Base class providing DbValidator support.
|
class |
IgnoreObjectValidator
Allows a complete DbObject to be ignored during differencing.
|
class |
IndexColumnsValidator
Validates columns names in a Index using a regular expression pattern.
|
class |
NameValidator
Validates the name of a DbObject using a regular expression.
|
class |
NullValidator
A 'do nothing' validator
|
class |
SchemaVersionValidator
Validate a schema's version number with respect to a reference schema.
|
class |
TypeNameOnlyValidator
Validates columns types without column size.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.