public enum UserPersistenceScope extends java.lang.Enum<UserPersistenceScope>
Enum Constant and Description |
---|
DATASET |
DATASET_USER |
PAGE |
PORTLET |
PORTLET_DATASET_USER |
PORTLET_PROJECT_DATASET |
PORTLET_PROJECT_DATASET_USER |
PORTLET_PROJECT_USER |
PROJECT |
PROJECT_DATASET |
PROJECT_DATASET_USER |
PROJECT_USER |
USER |
Modifier and Type | Method and Description |
---|---|
static UserPersistenceScope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UserPersistenceScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserPersistenceScope DATASET
public static final UserPersistenceScope PROJECT
public static final UserPersistenceScope USER
public static final UserPersistenceScope PROJECT_DATASET
public static final UserPersistenceScope PROJECT_USER
public static final UserPersistenceScope DATASET_USER
public static final UserPersistenceScope PROJECT_DATASET_USER
public static final UserPersistenceScope PORTLET
public static final UserPersistenceScope PORTLET_PROJECT_DATASET
public static final UserPersistenceScope PORTLET_PROJECT_USER
public static final UserPersistenceScope PORTLET_DATASET_USER
public static final UserPersistenceScope PORTLET_PROJECT_DATASET_USER
public static final UserPersistenceScope PAGE
public static UserPersistenceScope[] values()
for (UserPersistenceScope c : UserPersistenceScope.values()) System.out.println(c);
public static UserPersistenceScope 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 nullCopyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.