Copyright© 2008-2026 Sitevision AB, all rights reserved.
@Requireable(value="IndexableUser") public enum IndexableUser extends Enum<IndexableUser>
| Enum Constant and Description |
|---|
CURRENT_USER
The content will be extracted as if the current user is executing the extraction.
|
INDEXER
The content will be extracted as if the Indexer user is executing the extraction.
|
| Modifier and Type | Method and Description |
|---|---|
static IndexableUser |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexableUser[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Requireable(value="IndexableUser.CURRENT_USER") public static final IndexableUser CURRENT_USER
@Requireable(value="IndexableUser.INDEXER") public static final IndexableUser INDEXER
public static IndexableUser[] values()
for (IndexableUser c : IndexableUser.values()) System.out.println(c);
public static IndexableUser 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 nullSitevision - Content Management Made Easy
Sitevision is an advanced Java enterprise portal product that implements Java Content Repository (JSR 283).
Copyright© 2008-2026 Sitevision AB, all rights reserved.