Class PageManager.CopyOptions

    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean adjustReferences
      If true adjusts any content references to the new location.
      boolean autoSave
      If true saves the modifications.
      java.lang.String beforeName
      The name of the next page.
      java.lang.String destination
      The destination
      Page page
      The page to copy (if resource is not provided).
      boolean resolveConflict
      If true resolves name conflict if destination already exists.
      Resource resource
      The resource to copy
      boolean shallow
      If true a non-recursive copy is performed.
    • Constructor Summary

      Constructors 
      Constructor Description
      CopyOptions()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • page

        public Page page
        The page to copy (if resource is not provided).
      • resource

        public Resource resource
        The resource to copy
      • destination

        public java.lang.String destination
        The destination
      • beforeName

        public java.lang.String beforeName
        The name of the next page. If null the page is ordered at the end.
      • shallow

        public boolean shallow
        If true a non-recursive copy is performed.
      • resolveConflict

        public boolean resolveConflict
        If true resolves name conflict if destination already exists.
      • autoSave

        public boolean autoSave
        If true saves the modifications.
      • adjustReferences

        public boolean adjustReferences
        If true adjusts any content references to the new location.
    • Constructor Detail

      • CopyOptions

        public CopyOptions()