com.businessobjects.sdk.plugin.desktop.licenserestriction
Interface IRestrictedRight

All Superinterfaces:
IRightIDBase

public interface IRestrictedRight
extends IRightIDBase

This interface defines a read-only restricted right. Restricted rights define rights that are denied.

Since:
4.0

Method Summary
 java.lang.String getApplicableKind()
          Returns the kind of plugin that this right applies to.
 boolean isSystemRight()
          Returns whether or not the right is a system right.
 
Methods inherited from interface com.crystaldecisions.sdk.occa.infostore.IRightIDBase
getBaseID, getID, getRightPluginKind, getRightPluginType, isOwner
 

Method Detail

isSystemRight

boolean isSystemRight()
Returns whether or not the right is a system right.

Returns:
true if the right applies to the system, false otherwise.

getApplicableKind

java.lang.String getApplicableKind()
Returns the kind of plugin that this right applies to.

Returns:
A String object that contains the plugin kind.