|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.jcr.item.property.PropertyResolver
public class PropertyResolver
Responsible for resolving properties on Nodes
Constructor Summary | |
---|---|
PropertyResolver()
|
Method Summary | |
---|---|
static java.util.List |
createProperties(NodeImpl node,
org.alfresco.service.namespace.QNamePattern pattern)
Create Property List for all properties of this node |
static PropertyImpl |
createProperty(NodeImpl node,
org.alfresco.service.namespace.QName propertyName)
Create property for the given named property |
static boolean |
hasProperty(NodeImpl node,
org.alfresco.service.namespace.QName propertyName)
Check for existence of Property on specified Node |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyResolver()
Method Detail |
---|
public static java.util.List createProperties(NodeImpl node, org.alfresco.service.namespace.QNamePattern pattern)
public static PropertyImpl createProperty(NodeImpl node, org.alfresco.service.namespace.QName propertyName) throws javax.jcr.PathNotFoundException
node
- propertyName
-
javax.jcr.PathNotFoundException
public static boolean hasProperty(NodeImpl node, org.alfresco.service.namespace.QName propertyName)
node
- propertyName
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |