Uses of Class
org.alfresco.rest.api.model.PropertyDefinition
-
Packages that use PropertyDefinition Package Description org.alfresco.rest.api.model -
-
Uses of PropertyDefinition in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model that return types with arguments of type PropertyDefinition Modifier and Type Method Description List<PropertyDefinition>
ClassDefinition. getProperties()
Method parameters in org.alfresco.rest.api.model with type arguments of type PropertyDefinition Modifier and Type Method Description void
ClassDefinition. setProperties(List<PropertyDefinition> properties)
Constructor parameters in org.alfresco.rest.api.model with type arguments of type PropertyDefinition Constructor Description Aspect(org.alfresco.service.cmr.dictionary.AspectDefinition aspectDefinition, org.alfresco.service.cmr.i18n.MessageLookup messageLookup, List<PropertyDefinition> properties)
Type(org.alfresco.service.cmr.dictionary.TypeDefinition typeDefinition, org.alfresco.service.cmr.i18n.MessageLookup messageLookup, List<PropertyDefinition> properties)
-