Class LocalizedPropertiesEntity

java.lang.Object
org.alfresco.repo.domain.node.LocalizedPropertiesEntity

public class LocalizedPropertiesEntity extends Object
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 Details

    • LocalizedPropertiesEntity

      public LocalizedPropertiesEntity()
  • Method Details

    • isLocalizedProperty

      public static boolean isLocalizedProperty(QName qname)
      Returns:
      Returns true if the property belongs to the sys:localized aspect
    • removeLocalizedProperties

      public static void removeLocalizedProperties(Node node, Map<QName,Serializable> properties)
      Remove all localized properties
    • removeLocalizedProperties

      public static void removeLocalizedProperties(Set<QName> propertyQNames)
      Remove all localized properties
    • addLocalizedProperties

      public static void addLocalizedProperties(LocaleDAO localeDAO, Node node, Map<QName,Serializable> properties)
      Adds all localized properties.
    • getLocalizedProperty

      public static Serializable getLocalizedProperty(LocaleDAO localeDAO, Node node, QName qname)