Uses of Class
com.gentics.contentnode.rest.model.request.FolderPublishDirSanitizeRequest
-
Packages that use FolderPublishDirSanitizeRequest Package Description com.gentics.contentnode.rest.model.request com.gentics.contentnode.rest.resource -
-
Uses of FolderPublishDirSanitizeRequest in com.gentics.contentnode.rest.model.request
Methods in com.gentics.contentnode.rest.model.request that return FolderPublishDirSanitizeRequest Modifier and Type Method Description FolderPublishDirSanitizeRequest
FolderPublishDirSanitizeRequest. setNodeId(int nodeId)
Set the node IDFolderPublishDirSanitizeRequest
FolderPublishDirSanitizeRequest. setPublishDir(String publishDir)
Set publish directory -
Uses of FolderPublishDirSanitizeRequest in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type FolderPublishDirSanitizeRequest Modifier and Type Method Description FolderPublishDirSanitizeResponse
FolderResource. sanitizePubdir(FolderPublishDirSanitizeRequest request)
Sanitize the given folder publish directory according to the configuration and settings of the given node
-