public enum ContentMaintenanceAction extends Enum<ContentMaintenanceAction>
Enum Constant and Description |
---|
delay
Delay dirted objects.
|
dirt
Mark objects for (re-)publishing.
|
markPublished
Mark dirted objects as "published"
|
publishDelayed
Republish delayed objects.
|
Modifier and Type | Method and Description |
---|---|
static ContentMaintenanceAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentMaintenanceAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentMaintenanceAction dirt
public static final ContentMaintenanceAction delay
public static final ContentMaintenanceAction publishDelayed
public static final ContentMaintenanceAction markPublished
public static ContentMaintenanceAction[] values()
for (ContentMaintenanceAction c : ContentMaintenanceAction.values()) System.out.println(c);
public static ContentMaintenanceAction 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 © 2024 Gentics Software. All rights reserved.