| Package | Description |
|---|---|
| org.alfresco.repo.dictionary | |
| org.alfresco.service.cmr.dictionary |
| Modifier and Type | Method and Description |
|---|---|
ConstraintDefinition |
DictionaryComponent.getConstraint(QName constraintQName) |
ConstraintDefinition |
DictionaryDAOImpl.getConstraint(QName constraintQName) |
ConstraintDefinition |
CompiledModel.getConstraint(QName name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ConstraintDefinition> |
CompiledModel.getConstraints() |
Collection<ConstraintDefinition> |
DictionaryComponent.getConstraints(QName model) |
Collection<ConstraintDefinition> |
DictionaryDAOImpl.getConstraints(QName modelName) |
Collection<ConstraintDefinition> |
DictionaryDAO.getConstraints(QName model) |
Collection<ConstraintDefinition> |
DictionaryComponent.getConstraints(QName model,
boolean referenceableDefsOnly) |
Collection<ConstraintDefinition> |
DictionaryDAOImpl.getConstraints(QName modelName,
boolean referenceableDefsOnly) |
Collection<ConstraintDefinition> |
DictionaryDAO.getConstraints(QName model,
boolean referenceableDefsOnly) |
| Modifier and Type | Method and Description |
|---|---|
ConstraintDefinition |
DictionaryService.getConstraint(QName constraintQName)
Gets the definition of the constraint
|
| Modifier and Type | Method and Description |
|---|---|
List<ConstraintDefinition> |
PropertyDefinition.getConstraints()
Get all constraints that apply to the property value
|
Collection<ConstraintDefinition> |
DictionaryService.getConstraints(QName model)
Get constraints for the specified model
|
Collection<ConstraintDefinition> |
DictionaryService.getConstraints(QName model,
boolean referenceableDefsOnly)
Get constraints for the specified model
Optionally return referenceable (ie.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.