public enum NodeFeature extends Enum<NodeFeature>
Enum Constant and Description |
---|
always_localize
If this feature is activated, the backend will not ask if it should localize or edit the inherited object, but it will just localize it.'
|
contentfile_auto_offline
If this feature is activated, images and files that are not used by other objects (pages or folders), will not be published
|
disable_instant_delete
If this feature is activated, during instant publishing, pages will not be removed from the content repository
|
publish_folder_startpage
If this feature is activated, the startpage of parentfolders of instant published pages will also be published during instant publish runs
|
Modifier and Type | Method and Description |
---|---|
static NodeFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeFeature contentfile_auto_offline
public static final NodeFeature always_localize
public static final NodeFeature disable_instant_delete
public static final NodeFeature publish_folder_startpage
public static NodeFeature[] values()
for (NodeFeature c : NodeFeature.values()) System.out.println(c);
public static NodeFeature 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 © 2015 Gentics Software GmbH. All rights reserved.