public enum RightOperation extends Enum<RightOperation> implements IServiceDataObject, Serializable
Enum Constant and Description |
---|
Add
Add the specified rights to all affected nodes.
|
AddReplace
Add or replace the specified rights to all affected nodes.
|
Delete
Delete the specified rights from all affected nodes.
|
Replace
Replace the specified rights for all affected nodes.
|
Modifier and Type | Method and Description |
---|---|
static RightOperation |
fromString(String s)
Returns the enum constant with the specified name.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
com.opentext.api.LLValue |
toLLValue()
Serialize an SDO object to an LLValue that can be sent to Livelink.
|
static RightOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RightOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RightOperation Add
public static final RightOperation AddReplace
public static final RightOperation Delete
public static final RightOperation Replace
public static RightOperation[] values()
for (RightOperation c : RightOperation.values()) System.out.println(c);
public static RightOperation 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 nullpublic void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
public static RightOperation fromString(String s)
© Copyright 2017 OpenText Corp. All Rights Reserved.