Class NodeBrowserPost.Property
- java.lang.Object
-
- org.alfresco.repo.web.scripts.admin.NodeBrowserPost.Property
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- NodeBrowserPost
public class NodeBrowserPost.Property extends java.lang.Object implements java.io.Serializable
Property wrapper class- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
NodeBrowserPost.Property.Value
Value wrapper
-
Constructor Summary
Constructors Constructor Description Property(org.alfresco.service.namespace.QName qname, java.io.Serializable value, org.alfresco.service.cmr.repository.NodeRef nodeRef)
Construct
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeBrowserPost.QNameBean
getName()
Gets the property namejava.lang.String
getPrefixedName()
Gets the prefixed property nameboolean
getResidual()
Determines whether the property is residualNodeBrowserPost.QNameBean
getTypeName()
java.util.List<NodeBrowserPost.Property.Value>
getValues()
Gets the property valueboolean
isAny()
Determines whether the property is of ANY typeboolean
isCollection()
Determines whether the property is a collection
-
-
-
Method Detail
-
getName
public NodeBrowserPost.QNameBean getName()
Gets the property name- Returns:
- name
-
getTypeName
public NodeBrowserPost.QNameBean getTypeName()
-
getPrefixedName
public java.lang.String getPrefixedName()
Gets the prefixed property name- Returns:
- prefixed name
-
getValues
public java.util.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
-
-