Uses of Enum Class
de.espirit.firstspirit.access.store.IDProvider.DependentReleaseType
Packages that use IDProvider.DependentReleaseType
Package
Description
-
Uses of IDProvider.DependentReleaseType in de.espirit.firstspirit.access
Methods in de.espirit.firstspirit.access with parameters of type IDProvider.DependentReleaseTypeModifier and TypeMethodDescriptionstatic ServerActionHandle<? extends ReleaseProgress,
Boolean> AccessUtil.release
(IDProvider releaseStartNode, boolean checkOnly, boolean ensureAccessibility, boolean recursive, IDProvider.DependentReleaseType dependentType) Deprecated.static ServerActionHandle<? extends ReleaseProgress,
Boolean> AccessUtil.release
(IDProvider releaseStartNode, boolean checkOnly, boolean ensureAccessibility, boolean recursive, IDProvider.DependentReleaseType dependentType, String comment) Deprecated.useReleaseOperation
instead ; since 5.2.180606 -
Uses of IDProvider.DependentReleaseType in de.espirit.firstspirit.access.store
Methods in de.espirit.firstspirit.access.store that return IDProvider.DependentReleaseTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static IDProvider.DependentReleaseType[]
IDProvider.DependentReleaseType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of IDProvider.DependentReleaseType in de.espirit.firstspirit.storage
Methods in de.espirit.firstspirit.storage that return IDProvider.DependentReleaseTypeModifier and TypeMethodDescriptionServerReleaseOperation.getDependentReleaseType()
Returns the dependent release type parameter which was set during execution of the belonging server release action. -
Uses of IDProvider.DependentReleaseType in de.espirit.firstspirit.store.operations
Methods in de.espirit.firstspirit.store.operations with parameters of type IDProvider.DependentReleaseTypeModifier and TypeMethodDescription@NotNull ReleaseOperation
ReleaseOperation.dependentReleaseType
(IDProvider.DependentReleaseType dependentReleaseType) The dependent type specifying the behaviour for referenced elements of the given releaseStartNode (seeIDProvider.DependentReleaseType
for details).
ReleaseOperation
instead ; since 5.2.180606