Uses of Class
org.nuxeo.ecm.platform.content.template.service.PropertyDescriptor
-
Packages that use PropertyDescriptor Package Description org.nuxeo.ecm.platform.content.template.factories org.nuxeo.ecm.platform.content.template.service -
-
Uses of PropertyDescriptor in org.nuxeo.ecm.platform.content.template.factories
Method parameters in org.nuxeo.ecm.platform.content.template.factories with type arguments of type PropertyDescriptor Modifier and Type Method Description protected void
SimpleTemplateBasedFactory. setProperties(List<PropertyDescriptor> properties, DocumentModel doc)
-
Uses of PropertyDescriptor in org.nuxeo.ecm.platform.content.template.service
Fields in org.nuxeo.ecm.platform.content.template.service with type parameters of type PropertyDescriptor Modifier and Type Field Description List<PropertyDescriptor>
TemplateItemDescriptor. properties
Methods in org.nuxeo.ecm.platform.content.template.service that return types with arguments of type PropertyDescriptor Modifier and Type Method Description List<PropertyDescriptor>
TemplateItemDescriptor. getProperties()
Constructors in org.nuxeo.ecm.platform.content.template.service with parameters of type PropertyDescriptor Constructor Description PropertyDescriptor(PropertyDescriptor toCopy)
-