Class NodeBrowserPost.Property

java.lang.Object
org.alfresco.repo.web.scripts.admin.NodeBrowserPost.Property
All Implemented Interfaces:
Serializable
Enclosing class:
NodeBrowserPost

public class NodeBrowserPost.Property extends Object implements Serializable
Property wrapper class
See Also:
  • Constructor Details

    • Property

      public Property(org.alfresco.service.namespace.QName qname, Serializable value, NodeRef nodeRef)
      Construct
      Parameters:
      qname - property name
      value - property values
  • Method Details

    • getName

      public NodeBrowserPost.QNameBean getName()
      Gets the property name
      Returns:
      name
    • getTypeName

      public NodeBrowserPost.QNameBean getTypeName()
    • getPrefixedName

      public String getPrefixedName()
      Gets the prefixed property name
      Returns:
      prefixed name
    • getValues

      public List<NodeBrowserPost.Property.Value> getValues()
      Gets the property value
      Returns:
      value
    • getResidual

      public boolean getResidual()
      Determines whether the property is residual
      Returns:
      true => property is not defined in dictionary
    • isAny

      public boolean isAny()
      Determines whether the property is of ANY type
      Returns:
      true => is any
    • isCollection

      public boolean isCollection()
      Determines whether the property is a collection
      Returns:
      true => is collection