public class ReferenceablePropertiesEntity extends Object
| Constructor and Description |
|---|
ReferenceablePropertiesEntity() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addReferenceableProperties(Node node,
Map<QName,Serializable> properties)
Adds all
referencable properties. |
static Serializable |
getReferenceableProperty(Node node,
QName qname) |
static boolean |
isReferenceableProperty(QName qname) |
static void |
removeReferenceableProperties(Node node,
Map<QName,Serializable> properties)
Remove all
referencable properties |
static void |
removeReferenceableProperties(Set<QName> propertyQNames)
Remove all
referencable properties |
public static boolean isReferenceableProperty(QName qname)
public static void removeReferenceableProperties(Node node, Map<QName,Serializable> properties)
referencable propertiespublic static void removeReferenceableProperties(Set<QName> propertyQNames)
referencable propertiespublic static void addReferenceableProperties(Node node, Map<QName,Serializable> properties)
referencable properties.public static Serializable getReferenceableProperty(Node node, QName qname)
Copyright © 2005–2021 Alfresco Software. All rights reserved.