Enum Class VersionChildOwnerPolicy

java.lang.Object
java.lang.Enum<VersionChildOwnerPolicy>
com.atlassian.confluence.core.VersionChildOwnerPolicy
All Implemented Interfaces:
Serializable, Comparable<VersionChildOwnerPolicy>, Constable

public enum VersionChildOwnerPolicy extends Enum<VersionChildOwnerPolicy>
This enum dictates the policies used when saving children for CEOs and CCEOs in regard to the version of the parent they belong to
See Also:
  • Enum Constant Details

    • currentVersion

      public static final VersionChildOwnerPolicy currentVersion
      When this policy is used, the children will always belong to the last version of the parent that created it (this is the default Confluence behaviour)
    • originalVersion

      public static final VersionChildOwnerPolicy originalVersion
      When this policy is used, the children will always belong to the version of the parent that created it
  • Method Details

    • values

      public static VersionChildOwnerPolicy[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static VersionChildOwnerPolicy valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null