|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.domain.node.ReferenceablePropertiesEntity
public class ReferenceablePropertiesEntity
Class holding properties associated with the sys:referenceable aspect. This aspect is common enough to warrant direct inclusion on the Node entity.
Constructor Summary | |
---|---|
ReferenceablePropertiesEntity()
|
Method Summary | |
---|---|
static void |
addReferenceableProperties(Node node,
java.util.Map properties)
Adds all referencable properties. |
static java.io.Serializable |
getReferenceableProperty(Node node,
org.alfresco.service.namespace.QName qname)
|
static boolean |
isReferenceableProperty(org.alfresco.service.namespace.QName qname)
|
static void |
removeReferenceableProperties(Node node,
java.util.Map properties)
Remove all referencable properties |
static void |
removeReferenceableProperties(java.util.Set propertyQNames)
Remove all referencable properties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReferenceablePropertiesEntity()
Method Detail |
---|
public static boolean isReferenceableProperty(org.alfresco.service.namespace.QName qname)
public static void removeReferenceableProperties(Node node, java.util.Map properties)
referencable
properties
public static void removeReferenceableProperties(java.util.Set propertyQNames)
referencable
properties
public static void addReferenceableProperties(Node node, java.util.Map properties)
referencable
properties.
public static java.io.Serializable getReferenceableProperty(Node node, org.alfresco.service.namespace.QName qname)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |