|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectch.elexis.admin.ACE
public class ACE
AcessControlElement: An item constituting a named right. AccessControlElements are collected hiearchically in ACL's (AccessControlLists). An ACE has a parent, an internal name and a (probably localized) external name that will be shown to the user
| Field Summary | |
|---|---|
static ACE |
ACE_IMPLICIT
|
static ACE |
ACE_ROOT
|
| Constructor Summary | |
|---|---|
ACE(ACE parent,
java.lang.String name)
create a new ACE without localized name. |
|
ACE(ACE parent,
java.lang.String name,
java.lang.String localizedName)
Create a new ACE. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLocalizedName()
|
java.lang.String |
getName()
|
ACE |
getParent()
|
void |
setLocalizedName(java.lang.String lName)
Change the localized name of this ACE |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ACE ACE_ROOT
public static final ACE ACE_IMPLICIT
| Constructor Detail |
|---|
public ACE(ACE parent,
java.lang.String name,
java.lang.String localizedName)
parent - the parent ACE. If this is a top-evel ACE, use ACE_ROOT as parent.name - the internal, immutable name of this ACE. Should be unique. Therefore, it is
recommended to prefix the name with the plugin IDlocalizedName - the name that will be presented to the user. Thsi should be a translatable String
public ACE(ACE parent,
java.lang.String name)
parent - the parent ACE. If this is a top-evel ACE, use ACE_ROOT as parent.name - the internal, immutable name of this ACE. Should be unique. Therefore, it is
recommended to prefix the name with the plugin ID.| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getLocalizedName()
public ACE getParent()
public void setLocalizedName(java.lang.String lName)
lName - a new name to use as localized name
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||