Package | Description |
---|---|
org.alfresco.repo.dictionary.constraint | |
org.alfresco.service.cmr.dictionary |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConstraint
Base services for constraints.
|
class |
ListOfValuesConstraint
Constraint implementation that ensures the value is one of a constrained
list of values.
|
class |
NoOpConstraint
A No operation constraint, it does nothing
|
class |
NumericRangeConstraint
Constraint implementation that ensures that the value is a numeric value bewteen a given
minimum and maximum value.
|
class |
RegexConstraint
Constraint implementation that performs regular expression comparisons.
|
class |
RegisteredConstraint
Constraint implementation that defers to constraints registered with the
static instance of the
ConstraintRegistry . |
class |
StringLengthConstraint
Constraint implementation that ensures that the length of the String value.
|
Modifier and Type | Method and Description |
---|---|
Constraint |
ConstraintRegistry.getConstraint(String name)
Get the constraint by name
|
Constraint |
RegisteredConstraint.getRegisteredConstraint() |
Modifier and Type | Method and Description |
---|---|
void |
ConstraintRegistry.register(String name,
Constraint constraint)
Register the constraint by name
|
Modifier and Type | Method and Description |
---|---|
Constraint |
ConstraintDefinition.getConstraint() |
Copyright © 2005–2019 Alfresco Software. All rights reserved.