com.crystaldecisions.sdk.occa.infostore
Interface IExplicitRole

All Known Subinterfaces:
ISecurityRoleAdmin

public interface IExplicitRole

This object provides information about a custom access level (custom roles) that is assigned to an object for a particular principal.


Method Summary
 int getID()
           Returns the ID of custom access level.
 java.lang.String getTitle()
           Returns the title of the custom access level.
 

Method Detail

getID

int getID()

Returns the ID of custom access level.

Returns:
The ID of this custom access level as an int.

getTitle

java.lang.String getTitle()

Returns the title of the custom access level.

Returns:
The title of the custom access level as a String.