Uses of Interface
de.espirit.firstspirit.store.operations.ReleaseOperation
-
Uses of ReleaseOperation in de.espirit.firstspirit.store.operations
Modifier and TypeFieldDescriptionstatic final OperationType<ReleaseOperation>
ReleaseOperation.TYPE
The operation's type.Modifier and TypeMethodDescription@NotNull ReleaseOperation
ReleaseOperation.checkOnly
(boolean checkOnly) Defines if an release should actually be accomplished or only checked.@NotNull ReleaseOperation
ReleaseOperation.dependentReleaseType
(IDProvider.DependentReleaseType dependentReleaseType) The dependent type specifying the behaviour for referenced elements of the given releaseStartNode (seeIDProvider.DependentReleaseType
for details).@NotNull ReleaseOperation
ReleaseOperation.ensureAccessibility
(boolean ensureAccessibility) Iftrue
each element on the parent path of each element (except for datasets) will be released.@NotNull ReleaseOperation
ReleaseOperation.recursive
(boolean recursive) Iftrue
the subtree of each element (except for datasets) will be released recursive.@NotNull ReleaseOperation
ReleaseOperation.withComment
(@Nullable String comment) The release comment, may benull
.