public static enum CmsPublishManager.PublishListRemoveMode extends java.lang.Enum<CmsPublishManager.PublishListRemoveMode>
| Enum Constant and Description |
|---|
allUsers
Remove publish list entries for all users if a resource is published.
|
currentUser
Remove publish list entry for the current user if a resource is published.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsPublishManager.PublishListRemoveMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsPublishManager.PublishListRemoveMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsPublishManager.PublishListRemoveMode allUsers
public static final CmsPublishManager.PublishListRemoveMode currentUser
public static CmsPublishManager.PublishListRemoveMode[] values()
for (CmsPublishManager.PublishListRemoveMode c : CmsPublishManager.PublishListRemoveMode.values()) System.out.println(c);
public static CmsPublishManager.PublishListRemoveMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null