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 ConstraintDefinitionAbstractDictionaryRegistry. getConstraint(QName constraintQName)ConstraintDefinitionCompiledModel. getConstraint(QName name)ConstraintDefinitionDictionaryComponent. getConstraint(QName constraintQName)ConstraintDefinitionDictionaryDAOImpl. getConstraint(QName constraintQName)ConstraintDefinitionDictionaryRegistry. getConstraint(QName constraintQName)protected ConstraintDefinitionAbstractDictionaryRegistry. 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 ConstraintDefinitionDictionaryService. getConstraint(QName constraintQName)Gets the definition of the constraintConstraintDefinitionCustomModelService. 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 aCollectionof the model definedConstraintDefinitions
-