org.kuali.rice.kim.bo.role
Interface KimPermissionTemplate

All Superinterfaces:
Inactivateable
All Known Implementing Classes:
KimPermissionTemplateImpl, KimPermissionTemplateInfo

public interface KimPermissionTemplate
extends Inactivateable

Represents a single permission template within the system. Permissions templates define the type (and corresponding set of attributes) for the permission as well as a default name and description.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 String getDescription()
          Verbose description of the Permission and functionally what permissions it implies.
 String getKimTypeId()
          Type identifier for this role.
 String getName()
           
 String getNamespaceCode()
           
 String getPermissionTemplateId()
           
 
Methods inherited from interface org.kuali.rice.kns.bo.Inactivateable
isActive, setActive
 

Method Detail

getPermissionTemplateId

String getPermissionTemplateId()

getNamespaceCode

String getNamespaceCode()

getName

String getName()

getDescription

String getDescription()
Verbose description of the Permission and functionally what permissions it implies.


getKimTypeId

String getKimTypeId()
Type identifier for this role. This will control what additional attributes are available



Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.