|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResponsibilityContract
This is the contract for a Responsibility. Represents a single Responsibility within the system. Responsibilities are attached to roles. All authorization checks should be done against Responsibilities, never against roles or groups.
| Method Summary | |
|---|---|
Map<String,String> |
getAttributes()
Attributes for a Responsibility. |
String |
getDescription()
The description of the Responsibility. |
String |
getName()
The name of the Responsibility. |
String |
getNamespaceCode()
The namespace code that this Responsibility belongs too. |
TemplateContract |
getTemplate()
The Template referenced by the Responsibility. |
| Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned |
|---|
getVersionNumber |
| Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique |
|---|
getObjectId |
| 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.Identifiable |
|---|
getId |
| Method Detail |
|---|
String getNamespaceCode()
String getName()
String getDescription()
TemplateContract getTemplate()
Map<String,String> getAttributes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||