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 |
AbstractDictionaryRegistry.getConstraint(QName constraintQName) |
ConstraintDefinition |
CompiledModel.getConstraint(QName name) |
ConstraintDefinition |
DictionaryRegistry.getConstraint(QName constraintQName) |
protected ConstraintDefinition |
AbstractDictionaryRegistry.getConstraintImpl(QName constraintQName) |
Modifier and Type | Method and Description |
---|---|
Collection<ConstraintDefinition> |
CompiledModel.getConstraints() |
Collection<ConstraintDefinition> |
DictionaryComponent.getConstraints(QName model) |
Collection<ConstraintDefinition> |
DictionaryDAO.getConstraints(QName model) |
Collection<ConstraintDefinition> |
DictionaryDAOImpl.getConstraints(QName modelName) |
Collection<ConstraintDefinition> |
DictionaryComponent.getConstraints(QName model,
boolean referenceableDefsOnly) |
Collection<ConstraintDefinition> |
DictionaryDAO.getConstraints(QName model,
boolean referenceableDefsOnly) |
Collection<ConstraintDefinition> |
DictionaryDAOImpl.getConstraints(QName modelName,
boolean referenceableDefsOnly) |
Collection<ConstraintDefinition> |
CustomModelDefinitionImpl.getModelDefinedConstraints() |
static List<ConstraintDefinition> |
CustomModelDefinitionImpl.removeInlineConstraints(CompiledModel compiledModel)
Removes the inline constraints (i.e.
|
Modifier and Type | Method and Description |
---|---|
ConstraintDefinition |
DictionaryService.getConstraint(QName constraintQName)
Gets the definition of the constraint
|
ConstraintDefinition |
CustomModelService.getCustomConstraint(QName name)
Gets custom 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.
|
Collection<ConstraintDefinition> |
CustomModelDefinition.getModelDefinedConstraints()
Returns a
Collection of the model defined ConstraintDefinition s |
Copyright © 2005–2019 Alfresco Software. All rights reserved.