Class CloneStructureService

java.lang.Object
sk.iway.iwcm.doc.clone_structure.CloneStructureService

public class CloneStructureService extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static 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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 group
      destGroupId - - ID of destination group
      keepMirroring - - keep mirroring config after cloning
      keepVirtualPath - - keep virtual path during cloning
      request -
      response -
      Returns:
      - String of HTML response
      Throws:
      IOException
      javax.servlet.ServletException