|
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.befunde.ACLContributor
public class ACLContributor
Field Summary | |
---|---|
static ACE |
ACE_BEFUNDE
|
static ACE |
ADD_PARAM
|
static ACE |
DELETE_PARAM
|
Constructor Summary | |
---|---|
ACLContributor()
|
Method Summary | |
---|---|
ACE[] |
getACL()
return the ACL to be used by this extension |
ACE[] |
reject(ACE[] acl)
The framework will call this method if one ore more of the transmitted ACL's could not be integrated (illegal name or duplicate) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ACE ACE_BEFUNDE
public static final ACE DELETE_PARAM
public static final ACE ADD_PARAM
Constructor Detail |
---|
public ACLContributor()
Method Detail |
---|
public ACE[] getACL()
IACLContributor
getACL
in interface IACLContributor
public ACE[] reject(ACE[] acl)
IACLContributor
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 |