Uses of Interface
org.alfresco.service.cmr.dictionary.ConstraintDefinition
Packages that use ConstraintDefinition
-
Uses of ConstraintDefinition in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary that return ConstraintDefinitionModifier and TypeMethodDescriptionAbstractDictionaryRegistry.getConstraint
(QName constraintQName) CompiledModel.getConstraint
(QName name) DictionaryComponent.getConstraint
(QName constraintQName) DictionaryDAOImpl.getConstraint
(QName constraintQName) DictionaryRegistry.getConstraint
(QName constraintQName) protected ConstraintDefinition
AbstractDictionaryRegistry.getConstraintImpl
(QName constraintQName) Methods in org.alfresco.repo.dictionary that return types with arguments of type ConstraintDefinitionModifier and TypeMethodDescriptionCompiledModel.getConstraints()
DictionaryComponent.getConstraints
(QName model) DictionaryComponent.getConstraints
(QName model, boolean referenceableDefsOnly) DictionaryDAO.getConstraints
(QName model) DictionaryDAO.getConstraints
(QName model, boolean referenceableDefsOnly) DictionaryDAOImpl.getConstraints
(QName modelName) DictionaryDAOImpl.getConstraints
(QName modelName, boolean referenceableDefsOnly) 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 ConstraintDefinitionModifier and TypeMethodDescriptionDictionaryService.getConstraint
(QName constraintQName) Gets the definition of the constraintCustomModelService.getCustomConstraint
(QName name) Gets custom constraintMethods in org.alfresco.service.cmr.dictionary that return types with arguments of type ConstraintDefinitionModifier and TypeMethodDescriptionDictionaryService.getConstraints
(QName model) Get constraints for the specified modelDictionaryService.getConstraints
(QName model, boolean referenceableDefsOnly) Get constraints for the specified model Optionally return referenceable (ie.PropertyDefinition.getConstraints()
Get all constraints that apply to the property valueCustomModelDefinition.getModelDefinedConstraints()
Returns aCollection
of the model definedConstraintDefinition
s