Package org.alfresco.repo.domain.node
Class LocalizedPropertiesEntity
java.lang.Object
org.alfresco.repo.domain.node.LocalizedPropertiesEntity
Class holding properties associated with the sys:localized aspect.
This aspect is common enough to warrant direct inclusion on the Node entity.
- Since:
- 4.0
- Author:
- Derek Hulley
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddLocalizedProperties(LocaleDAO localeDAO, Node node, Map<QName, Serializable> properties) Adds alllocalizedproperties.static SerializablegetLocalizedProperty(LocaleDAO localeDAO, Node node, QName qname) static booleanisLocalizedProperty(QName qname) static voidremoveLocalizedProperties(Set<QName> propertyQNames) Remove alllocalizedpropertiesstatic voidremoveLocalizedProperties(Node node, Map<QName, Serializable> properties) Remove alllocalizedproperties
-
Constructor Details
-
LocalizedPropertiesEntity
public LocalizedPropertiesEntity()
-
-
Method Details
-
isLocalizedProperty
- Returns:
- Returns true if the property belongs to the sys:localized aspect
-
removeLocalizedProperties
Remove alllocalizedproperties -
removeLocalizedProperties
Remove alllocalizedproperties -
addLocalizedProperties
public static void addLocalizedProperties(LocaleDAO localeDAO, Node node, Map<QName, Serializable> properties) Adds alllocalizedproperties. -
getLocalizedProperty
-