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.SerializableProperty wrapper class- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classNodeBrowserPost.Property.ValueValue 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.QNameBeangetName()Gets the property namejava.lang.StringgetPrefixedName()Gets the prefixed property namebooleangetResidual()Determines whether the property is residualNodeBrowserPost.QNameBeangetTypeName()java.util.List<NodeBrowserPost.Property.Value>getValues()Gets the property valuebooleanisAny()Determines whether the property is of ANY typebooleanisCollection()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
-
-