Class NodeBrowserPost.Property

    • Constructor Detail

      • Property

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

      • getPrefixedName

        public String getPrefixedName()
        Gets the prefixed property name
        Returns:
        prefixed name
      • 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