public interface ContentPropertyManager
Modifier and Type | Method and Description |
---|---|
ContentProperty |
createOrUpdateProperty(ContentPropertyDefinition definition)
Create or update a particular content property with the data
in the ContentPropertyDefinition given
|
java.util.List<ContentProperty> |
getDefault(java.util.List<java.lang.String> propertyNames)
Get the list of default values for the content properties
|
ContentProperty createOrUpdateProperty(ContentPropertyDefinition definition)
definition
- the content property definitionjava.util.List<ContentProperty> getDefault(java.util.List<java.lang.String> propertyNames)
propertyNames
- the list of properties you want