Uses of Enum Class
de.espirit.firstspirit.access.schedule.DependencyRule
-
Uses of DependencyRule in de.espirit.firstspirit.access.schedule
Modifier and TypeFieldDescriptionstatic final Set<DependencyRule>
DeltaGeneration.DEFAULT_DEPENDENCY_RULES
Default dependency rules, containing:PROPAGATE_PAGE_CHANGES
PROPAGATE_SECTION_CHANGES
PROPAGATE_MEDIA_CHANGES_TO_PAGESTORE
PROPAGATE_MEDIA_CHANGES_TO_SITESTORE
UPDATE_PAGEREF_WHEN_ENTITY_HAS_CHANGED
Modifier and TypeMethodDescriptionstatic DependencyRule
Returns the enum constant of this class with the specified name.static DependencyRule[]
DependencyRule.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription@NotNull DeltaGeneration
DeltaGeneration.dependencyRules
(@NotNull EnumSet<DependencyRule> dependencyRules) The dependency rules which will be obeyed whencalculating the change set
.