com.businessobjects.sdk.plugin.desktop.customrole
Interface IRoleRight.Scope

Enclosing interface:
IRoleRight

public static interface IRoleRight.Scope

The scope of a right.


Field Summary
static java.lang.String DESCENDANTS
          The right applies to the descendants of the current object.
static java.lang.String THIS
          The right applies to the current object.
 

Field Detail

THIS

static final java.lang.String THIS
The right applies to the current object.

See Also:
Constant Field Values

DESCENDANTS

static final java.lang.String DESCENDANTS
The right applies to the descendants of the current object.

See Also:
Constant Field Values