Uses of Class
com.gentics.contentnode.rest.model.request.NodeCopyRequest
Packages that use NodeCopyRequest
Package
Description
-
Uses of NodeCopyRequest in com.gentics.contentnode.rest.model.request
Methods in com.gentics.contentnode.rest.model.request that return NodeCopyRequestModifier and TypeMethodDescriptionNodeCopyRequest.setCopies
(int copies) Set number of copiesNodeCopyRequest.setFiles
(boolean files) Set files flagNodeCopyRequest.setPages
(boolean pages) Set pages flagNodeCopyRequest.setTemplates
(boolean templates) Set templates flagNodeCopyRequest.setWorkflows
(boolean workflows) Set workflows flag -
Uses of NodeCopyRequest in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type NodeCopyRequestModifier and TypeMethodDescriptionNodeResource.copy
(String nodeId, long waitMs, NodeCopyRequest request) Copy the given node.