ReleaseOperation
instead@Deprecated public static enum ReleaseProgress.ProblemType extends Enum<ReleaseProgress.ProblemType>
Enum Constant and Description |
---|
INCOMPLETE_PARENT_PATH
Deprecated.
since 5.2.180606, use
ReleaseOperation instead |
INVALID_STARTNODE_PATH
Deprecated.
since 5.2.180606, use
ReleaseOperation instead |
MISSING_START_NODE
Deprecated.
since 5.2.180606, use
ReleaseOperation instead |
NEVER_RELEASED_DOCUMENTGROUP_ELEMENT
Deprecated.
since 5.2.180606, use
ReleaseOperation instead |
NEVER_RELEASED_PAGE
Deprecated.
since 5.2.180606, use
ReleaseOperation instead |
NEVER_RELEASED_SOURCE_SECTION
Deprecated.
since 5.2.180606, use
ReleaseOperation instead |
NEVER_RELEASED_START_NODE
Deprecated.
since 5.2.180606, use
ReleaseOperation instead |
VALIDATION_FAILED
Deprecated.
since 5.2.180606, use
ReleaseOperation instead |
Modifier and Type | Method and Description |
---|---|
static ReleaseProgress.ProblemType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ReleaseProgress.ProblemType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final ReleaseProgress.ProblemType MISSING_START_NODE
ReleaseOperation
instead@Deprecated public static final ReleaseProgress.ProblemType NEVER_RELEASED_START_NODE
ReleaseOperation
instead@Deprecated public static final ReleaseProgress.ProblemType NEVER_RELEASED_PAGE
ReleaseOperation
instead@Deprecated public static final ReleaseProgress.ProblemType INVALID_STARTNODE_PATH
ReleaseOperation
insteadNEVER_RELEASED_START_NODE
@Deprecated public static final ReleaseProgress.ProblemType NEVER_RELEASED_DOCUMENTGROUP_ELEMENT
ReleaseOperation
instead@Deprecated public static final ReleaseProgress.ProblemType NEVER_RELEASED_SOURCE_SECTION
ReleaseOperation
insteadsource section
ofa section reference
is never released@Deprecated public static final ReleaseProgress.ProblemType INCOMPLETE_PARENT_PATH
ReleaseOperation
insteadPageStoreRoot `-- PageFolder (NEVER_RELEASED) `-- Page (NEVER_RELEASED) SiteStoreRoot `-- PageRef (NEVER_RELEASED, based on Page)If server release is called with
ensureAccessibility == false
the Page could not be released because it won't be reachable in release store after release.@Deprecated public static final ReleaseProgress.ProblemType VALIDATION_FAILED
ReleaseOperation
insteadpublic static ReleaseProgress.ProblemType[] values()
for (ReleaseProgress.ProblemType c : ReleaseProgress.ProblemType.values()) System.out.println(c);
public static ReleaseProgress.ProblemType 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 © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210