public static interface ReleaseOperation.ReleaseResult
release operation
.Modifier and Type | Method and Description |
---|---|
EnumMap<ReleaseProblem,Set<BasicInfo>> |
getProblematicElements()
Returns all problematic elements.
|
Set<BasicInfo> |
getReleasedElements()
Returns all successfully released elements
|
Set<BasicInfo> |
getReleaseFailedElements()
Returns all elements passed over to
ReleaseOperation.perform(IDProvider...) where release failed. |
boolean |
isSuccessful()
Returns
true if the following collection is empty:
getProblematicElements() |
boolean isSuccessful()
true
if the following collection is empty:
getProblematicElements()
true
if no error occurred and all elements
could be released@NotNull Set<BasicInfo> getReleasedElements()
@NotNull Set<BasicInfo> getReleaseFailedElements()
ReleaseOperation.perform(IDProvider...)
where release failed.@NotNull EnumMap<ReleaseProblem,Set<BasicInfo>> getProblematicElements()
ReleaseProblem
to get a list of all possible problemsCopyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210