Uses of Class
org.alfresco.model.model.Property
Packages that use Property
-
Uses of Property in org.alfresco.model.model
Methods in org.alfresco.model.model that return PropertyModifier and TypeMethodDescriptionProperty.addConstraintsItem(Constraint constraintsItem) Property.constraints(List<Constraint> constraints) Property.defaultValue(String defaultValue) Property.description(String description) Property.isMandatory(Boolean isMandatory) Property.isMandatoryEnforced(Boolean isMandatoryEnforced) Property.isMultiValued(Boolean isMultiValued) Property.isProtected(Boolean isProtected) Methods in org.alfresco.model.model that return types with arguments of type PropertyMethods in org.alfresco.model.model with parameters of type PropertyMethod parameters in org.alfresco.model.model with type arguments of type PropertyModifier and TypeMethodDescriptionAbstractClass.properties(List<Property> properties) voidAbstractClass.setProperties(List<Property> properties)