Package org.hippoecm.repository.util
Class DefaultCopyHandler
java.lang.Object
org.hippoecm.repository.util.DefaultCopyHandler
- All Implemented Interfaces:
CopyHandler
- Direct Known Subclasses:
OverwritingCopyHandler
CopyHandler that adds the first node as a child.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDefaultCopyHandler
(Node node) DefaultCopyHandler
(Node node, Set<String> protectedMixinNames) -
Method Summary
Modifier and TypeMethodDescriptionvoid
endNode()
protected NodeType[]
protected DefaultCopyHandler
setCurrent
(Node node) void
setProperty
(PropInfo propInfo) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hippoecm.repository.util.CopyHandler
skipNode
-
Field Details
-
nodeTypeManager
-
-
Constructor Details
-
DefaultCopyHandler
- Throws:
RepositoryException
-
DefaultCopyHandler
- Throws:
RepositoryException
-
-
Method Details
-
setCurrent
- Throws:
RepositoryException
-
startNode
- Specified by:
startNode
in interfaceCopyHandler
- Throws:
RepositoryException
-
endNode
- Specified by:
endNode
in interfaceCopyHandler
- Throws:
RepositoryException
-
setProperty
- Specified by:
setProperty
in interfaceCopyHandler
- Throws:
RepositoryException
-
getCurrent
- Specified by:
getCurrent
in interfaceCopyHandler
-
getCurrentNodeTypes
-