org.apache.chemistry.opencmis.jcr
Class JcrNode.PropertyUpdater

java.lang.Object
  extended by org.apache.chemistry.opencmis.jcr.JcrNode.PropertyUpdater
Enclosing class:
JcrNode

protected static final class JcrNode.PropertyUpdater
extends Object

Thunk for JcrNode.updateProperties(Node, String, Properties)


Method Summary
 void apply(javax.jcr.Node node)
           
static JcrNode.PropertyUpdater create(JcrTypeManager typeManager, String typeId, Properties properties)
           
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static JcrNode.PropertyUpdater create(JcrTypeManager typeManager,
                                             String typeId,
                                             Properties properties)

isEmpty

public boolean isEmpty()

apply

public void apply(javax.jcr.Node node)


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.