Uses of Interface
org.alfresco.service.cmr.dictionary.ConstraintDefinition
-
Packages that use ConstraintDefinition Package Description org.alfresco.repo.dictionary org.alfresco.service.cmr.dictionary -
-
Uses of ConstraintDefinition in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary that return ConstraintDefinition Modifier and Type Method Description ConstraintDefinition
AbstractDictionaryRegistry. getConstraint(QName constraintQName)
ConstraintDefinition
CompiledModel. getConstraint(QName name)
ConstraintDefinition
DictionaryComponent. getConstraint(QName constraintQName)
ConstraintDefinition
DictionaryDAOImpl. getConstraint(QName constraintQName)
ConstraintDefinition
DictionaryRegistry. getConstraint(QName constraintQName)
protected ConstraintDefinition
AbstractDictionaryRegistry. getConstraintImpl(QName constraintQName)
Methods in org.alfresco.repo.dictionary that return types with arguments of type ConstraintDefinition Modifier and Type Method Description Collection<ConstraintDefinition>
CompiledModel. getConstraints()
Collection<ConstraintDefinition>
DictionaryComponent. getConstraints(QName model)
Collection<ConstraintDefinition>
DictionaryComponent. getConstraints(QName model, boolean referenceableDefsOnly)
Collection<ConstraintDefinition>
DictionaryDAO. getConstraints(QName model)
Collection<ConstraintDefinition>
DictionaryDAO. getConstraints(QName model, boolean referenceableDefsOnly)
Collection<ConstraintDefinition>
DictionaryDAOImpl. getConstraints(QName modelName)
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. -
Uses of ConstraintDefinition in org.alfresco.service.cmr.dictionary
Methods in org.alfresco.service.cmr.dictionary that return ConstraintDefinition Modifier and Type Method Description ConstraintDefinition
DictionaryService. getConstraint(QName constraintQName)
Gets the definition of the constraintConstraintDefinition
CustomModelService. getCustomConstraint(QName name)
Gets custom constraintMethods in org.alfresco.service.cmr.dictionary that return types with arguments of type ConstraintDefinition Modifier and Type Method Description Collection<ConstraintDefinition>
DictionaryService. getConstraints(QName model)
Get constraints for the specified modelCollection<ConstraintDefinition>
DictionaryService. getConstraints(QName model, boolean referenceableDefsOnly)
Get constraints for the specified model Optionally return referenceable (ie.List<ConstraintDefinition>
PropertyDefinition. getConstraints()
Get all constraints that apply to the property valueCollection<ConstraintDefinition>
CustomModelDefinition. getModelDefinedConstraints()
Returns aCollection
of the model definedConstraintDefinition
s
-