public enum DependencyRule extends Enum<DependencyRule>
DeltaGeneration.dependencyRules(java.util.EnumSet)
Enum Constant and Description |
---|
CHANGED_MEDIA
Inlcude all changed media nodes.
|
PROPAGATE_CONTENT_PRODUCER_MOVE
If a pageref has moved, include all pages referencing this page.
|
PROPAGATE_GCA_CHANGES
If a global content area (GCA) has changed, consider all pages rendering this GCA as changed.
|
PROPAGATE_MEDIA_CHANGES_TO_PAGESTORE
If a picture or file has changed, include referencing content in pagestore.
|
PROPAGATE_MEDIA_CHANGES_TO_SITESTORE
If a picture or file has changed, include referencing content in sitestore.
|
PROPAGATE_MEDIA_CHANGES_TO_TEMPLATESTORE
If a picture or file has changed, include referencing templates.
|
PROPAGATE_PAGE_CHANGES
If pagestore content has changed, re-generate referencing nodes in sitestore.
|
PROPAGATE_PAGE_CHANGES_CASCADING
If a page has changed, invalidate the chain "referencing page ref" -> "referencing page" [-> "referencing
page ref"].
|
PROPAGATE_SECTION_CHANGES
If a section has changed, re-generate pages with referencing sections.
|
PROPAGATE_TEMPLATE_CHANGES
If a template has changed, re-generate all content in pagestore based on this template.
|
Modifier and Type | Method and Description |
---|---|
static DependencyRule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DependencyRule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DependencyRule PROPAGATE_PAGE_CHANGES
public static final DependencyRule PROPAGATE_SECTION_CHANGES
public static final DependencyRule PROPAGATE_MEDIA_CHANGES_TO_PAGESTORE
public static final DependencyRule PROPAGATE_MEDIA_CHANGES_TO_SITESTORE
public static final DependencyRule PROPAGATE_TEMPLATE_CHANGES
public static final DependencyRule PROPAGATE_MEDIA_CHANGES_TO_TEMPLATESTORE
PROPAGATE_TEMPLATE_CHANGES
and PROPAGATE_PAGE_CHANGES
.public static final DependencyRule PROPAGATE_GCA_CHANGES
PROPAGATE_TEMPLATE_CHANGES
and PROPAGATE_PAGE_CHANGES
.public static final DependencyRule CHANGED_MEDIA
public static final DependencyRule PROPAGATE_CONTENT_PRODUCER_MOVE
public static final DependencyRule PROPAGATE_PAGE_CHANGES_CASCADING
public static DependencyRule[] values()
for (DependencyRule c : DependencyRule.values()) System.out.println(c);
public static DependencyRule valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500