Uses of Class
org.nuxeo.runtime.model.Property
-
Packages that use Property Package Description org.nuxeo.ecm.platform.management.adapters org.nuxeo.runtime.model org.nuxeo.runtime.model.impl -
-
Uses of Property in org.nuxeo.ecm.platform.management.adapters
Methods in org.nuxeo.ecm.platform.management.adapters that return types with arguments of type Property Modifier and Type Method Description Map<String,Property>
ComponentInventoryAdapter. getProperties()
Map<String,Property>
ComponentInventoryMBean. getProperties()
-
Uses of Property in org.nuxeo.runtime.model
Methods in org.nuxeo.runtime.model that return Property Modifier and Type Method Description Property
ComponentContext. getProperty(String property)
Methods in org.nuxeo.runtime.model that return types with arguments of type Property Modifier and Type Method Description Map<String,Property>
RegistrationInfo. getProperties()
Gets the component properties. -
Uses of Property in org.nuxeo.runtime.model.impl
Methods in org.nuxeo.runtime.model.impl that return Property Modifier and Type Method Description Property
ComponentInstanceImpl. getProperty(String property)
Methods in org.nuxeo.runtime.model.impl that return types with arguments of type Property Modifier and Type Method Description Map<String,Property>
RegistrationInfoImpl. getProperties()
-