Uses of Enum Class
de.espirit.firstspirit.access.schedule.DependencyRule
Packages that use DependencyRule
-
Uses of DependencyRule in de.espirit.firstspirit.access.schedule
Fields in de.espirit.firstspirit.access.schedule with type parameters of type DependencyRuleModifier and TypeFieldDescriptionstatic final Set<DependencyRule>DeltaGeneration.DEFAULT_DEPENDENCY_RULESDefault dependency rules, containing:PROPAGATE_PAGE_CHANGESPROPAGATE_SECTION_CHANGESPROPAGATE_MEDIA_CHANGES_TO_PAGESTOREPROPAGATE_MEDIA_CHANGES_TO_SITESTOREUPDATE_PAGEREF_WHEN_ENTITY_HAS_CHANGEDMethods in de.espirit.firstspirit.access.schedule that return DependencyRuleModifier and TypeMethodDescriptionstatic DependencyRuleReturns 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.Method parameters in de.espirit.firstspirit.access.schedule with type arguments of type DependencyRuleModifier and TypeMethodDescription@NotNull DeltaGenerationDeltaGeneration.dependencyRules(@NotNull EnumSet<DependencyRule> dependencyRules) The dependency rules which will be obeyed whencalculating the change set.