com.crystaldecisions.sdk.occa.pluginmgr
Interface IPluginRole


Deprecated. Since 12.0

public interface IPluginRole

This interface is used to retrieve the description of a plugin role object.


Method Summary
 IRightID[] getRights()
          Deprecated. Since 12.0
 IRole getRole()
          Deprecated. Since 12.0
 

Method Detail

getRights

IRightID[] getRights()
Deprecated. Since 12.0

Returns a collection of rights that belong to this role.

Returns:
A collection of rights that belong to this role.

getRole

IRole getRole()
Deprecated. Since 12.0

Returns the role for this right.

Returns:
An IRole object containing the role.