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:
- 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, Serializable value, NodeRef nodeRef)
Construct
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeBrowserPost.QNameBean
getName()
Gets the property nameString
getPrefixedName()
Gets the prefixed property nameboolean
getResidual()
Determines whether the property is residualNodeBrowserPost.QNameBean
getTypeName()
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
-
-
-
Constructor Detail
-
Property
public Property(org.alfresco.service.namespace.QName qname, Serializable value, NodeRef nodeRef)
Construct- Parameters:
qname
- property namevalue
- property values
-
-
Method Detail
-
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
-
-