Uses of Interface
org.hippoecm.repository.util.CopyHandler
-
Packages that use CopyHandler Package Description org.hippoecm.repository.util -
-
Uses of CopyHandler in org.hippoecm.repository.util
Classes in org.hippoecm.repository.util that implement CopyHandler Modifier and Type Class Description class
DefaultCopyHandler
CopyHandler that adds the first node as a child.class
OverwritingCopyHandler
CopyHandler that overwrites the first started node.Methods in org.hippoecm.repository.util with parameters of type CopyHandler Modifier and Type Method Description static javax.jcr.Node
JcrUtils. copyTo(javax.jcr.Node srcNode, CopyHandler chain)
CopiesNode
srcNode
todestNode
with ahandler
to rewrite content if necessary.static void
JcrUtils. copyToChain(javax.jcr.Node srcNode, CopyHandler chain)
-