Interface RolePermissionContract

All Superinterfaces:
org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.common.Versioned
All Known Implementing Classes:
RolePermission, RolePermission.Builder

public interface RolePermissionContract extends org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.active.Inactivatable
This is the contract for a KimPermission.
  • Method Summary

    Modifier and Type
    Method
    Description
    The Permission ID referenced by the Role Permission.
    The Role ID referenced by the Role Permission.

    Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique

    getObjectId

    Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable

    getId

    Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable

    isActive

    Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned

    getVersionNumber
  • Method Details

    • getRoleId

      String getRoleId()
      The Role ID referenced by the Role Permission.
      Returns:
      roleId
    • getPermissionId

      String getPermissionId()
      The Permission ID referenced by the Role Permission.
      Returns:
      permissionId