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