Package org.alfresco.repo.domain.node
Class ReferenceablePropertiesEntity
java.lang.Object
org.alfresco.repo.domain.node.ReferenceablePropertiesEntity
Class holding properties associated with the sys:referenceable aspect. This aspect is common enough to warrant direct inclusion on the Node entity.
- Since:
- 3.4
- Author:
- Derek Hulley
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddReferenceableProperties(Long nodeId, NodeRef nodeRef, Map<QName, Serializable> properties) Adds allreferencableproperties.static SerializablegetReferenceableProperty(Node node, QName qname) static booleanisReferenceableProperty(QName qname) static voidremoveReferenceableProperties(Set<QName> propertyQNames) Remove allreferencablepropertiesstatic voidremoveReferenceableProperties(Node node, Map<QName, Serializable> properties) Remove allreferencableproperties
-
Constructor Details
-
ReferenceablePropertiesEntity
public ReferenceablePropertiesEntity()
-
-
Method Details
-
isReferenceableProperty
- Returns:
- Returns true if the property belongs to the sys:referenceable aspect
-
removeReferenceableProperties
Remove allreferencableproperties -
removeReferenceableProperties
Remove allreferencableproperties -
addReferenceableProperties
public static void addReferenceableProperties(Long nodeId, NodeRef nodeRef, Map<QName, Serializable> properties) Adds allreferencableproperties. -
getReferenceableProperty
-