public static enum RightInfo.Explanation extends java.lang.Enum<RightInfo.Explanation>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage(java.lang.String userLang,
java.util.Locale userLocale,
Data data,
Member mbr,
java.lang.Class<? extends RightPolicyFilter> rightPolicyFilter) |
static RightInfo.Explanation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RightInfo.Explanation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RightInfo.Explanation NOT_LOGGED
public static final RightInfo.Explanation PUBLICATION_NOT_IN_VISIBLE_STATE
public static final RightInfo.Explanation PUBLICATION_MBR_GRP_RIGHTS
public static final RightInfo.Explanation PUBLICATION_AUDIENCE_RIGHTS
public static final RightInfo.Explanation DOCUMENT_REFERRER
public static final RightInfo.Explanation NO_DATA
public static final RightInfo.Explanation DATA_WRITES_DISABLED
public static final RightInfo.Explanation DO_NOT_BELONG_TO_WORKSPACE
public static final RightInfo.Explanation WORKSPACE_CLOSED
public static final RightInfo.Explanation ACCOUNT_DISABLED
public static final RightInfo.Explanation DOCUMENT_LOCKED
public static final RightInfo.Explanation CANNOT_WORK_IN_STATE
public static final RightInfo.Explanation CANNOT_PUBLISH
public static final RightInfo.Explanation CANNOT_UPDATE_OTHER
public static final RightInfo.Explanation CANNOT_DELETE_OTHER
public static final RightInfo.Explanation NOT_THE_AUTHOR
public static final RightInfo.Explanation RIGHTPOLICYFILTER
public static RightInfo.Explanation[] values()
for (RightInfo.Explanation c : RightInfo.Explanation.values()) System.out.println(c);
public static RightInfo.Explanation 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 nullpublic java.lang.String getMessage(java.lang.String userLang, java.util.Locale userLocale, Data data, Member mbr, java.lang.Class<? extends RightPolicyFilter> rightPolicyFilter)
Copyright © 2001-2010 Jalios SA. All Rights Reserved.