|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.elexis.developer.resources.model.ACLContributor
public class ACLContributor
Add this Plugin to the Elexis access rights system. Note: This class must be declared at the Extension point ch.elexis.ACLContribution
Field Summary | |
---|---|
static ACE |
CreateSDT
|
static ACE |
DeleteSDT
|
static ACE |
ModifySDT
|
static ACE |
MY_NODE
The Node for our ACE's |
static ACE |
ReadSDT
The right to read SampleDataTypes |
Constructor Summary | |
---|---|
ACLContributor()
|
Method Summary | |
---|---|
ACE[] |
getACL()
We insert our ACEs to the Elexis AccessControl System |
ACE[] |
reject(ACE[] acl)
Here we do not react on rejects of our ACL. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ACE MY_NODE
public static final ACE ReadSDT
public static final ACE ModifySDT
public static final ACE CreateSDT
public static final ACE DeleteSDT
Constructor Detail |
---|
public ACLContributor()
Method Detail |
---|
public ACE[] getACL()
getACL
in interface IACLContributor
public ACE[] reject(ACE[] acl)
reject
in interface IACLContributor
acl
- array of all rejected acls (these have not been integrated)
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |