public enum VersionChildOwnerPolicy extends Enum<VersionChildOwnerPolicy>
currentVersion
,
originalVersion
Enum Constant and Description |
---|
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
When this policy is used, the children will always belong to the version of the parent that created it
|
Modifier and Type | Method and Description |
---|---|
static VersionChildOwnerPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VersionChildOwnerPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VersionChildOwnerPolicy currentVersion
public static final VersionChildOwnerPolicy originalVersion
public static VersionChildOwnerPolicy[] values()
for (VersionChildOwnerPolicy c : VersionChildOwnerPolicy.values()) System.out.println(c);
public static VersionChildOwnerPolicy valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2003–2020 Atlassian. All rights reserved.