Interface DmContentProcessor
- All Known Implementing Classes:
AssetDmContentProcessor,FormDmContentProcessor
public interface DmContentProcessor
-
Method Summary
Modifier and TypeMethodDescriptioncreateMissingFoldersInPath(String site, String path, boolean isPreview) create missing folders in the given pathfileToFolder(String site, String path) change file to folder content.
-
Method Details
-
createMissingFoldersInPath
ContentItemTO createMissingFoldersInPath(String site, String path, boolean isPreview) throws ServiceLayerException, UserNotFoundException create missing folders in the given path- Parameters:
site-path-isPreview-- Returns:
- last child folder in the path
- Throws:
ServiceLayerExceptionUserNotFoundException
-
fileToFolder
change file to folder content. See WcmClipboardServiceImpl when updating this logic. Duplicate exists due to prevent circular dependency- Parameters:
site- site idpath- content path- Returns:
- new content path
- Throws:
ServiceLayerExceptionUserNotFoundException
-