Package sk.iway.iwcm.doc.clone_structure
Class CloneStructureService
java.lang.Object
sk.iway.iwcm.doc.clone_structure.CloneStructureService
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
cloneStructure
(int srcGroupId, int destGroupId, boolean keepMirroring, boolean keepVirtualPath, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Clone structure of group and all subgroups and docs.
-
Method Details
-
cloneStructure
public static String cloneStructure(int srcGroupId, int destGroupId, boolean keepMirroring, boolean keepVirtualPath, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException Clone structure of group and all subgroups and docs.- Parameters:
srcGroupId
- - ID of source groupdestGroupId
- - ID of destination groupkeepMirroring
- - keep mirroring config after cloningkeepVirtualPath
- - keep virtual path during cloningrequest
-response
-- Returns:
- - String of HTML response
- Throws:
IOException
javax.servlet.ServletException
-