public static enum IUserMetadataService.UserTaskViewGrantType extends java.lang.Enum<IUserMetadataService.UserTaskViewGrantType>
Enum Constant and Description |
---|
SHARE_DATA
Grant access to the data selected by the view - the grantee will see the same data as the grantor
|
SHARE_DEFINITION
Grant access to the view definition only - the grantee will see their own data, filtered according to the view definition
|
Modifier and Type | Method and Description |
---|---|
static IUserMetadataService.UserTaskViewGrantType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IUserMetadataService.UserTaskViewGrantType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IUserMetadataService.UserTaskViewGrantType SHARE_DATA
public static final IUserMetadataService.UserTaskViewGrantType SHARE_DEFINITION
public static IUserMetadataService.UserTaskViewGrantType[] values()
for (IUserMetadataService.UserTaskViewGrantType c : IUserMetadataService.UserTaskViewGrantType.values()) System.out.println(c);
public static IUserMetadataService.UserTaskViewGrantType 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