|
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.agenda.acl.ACLContributor
public class ACLContributor
Define access rights needed for the various actions with the agenda
Field Summary | |
---|---|
static ACE |
ACE_AGENDA
The right to use the agenda at all |
static ACE |
ADMIN_AGENDA
administrative rights to the agenda |
static ACE |
CHANGE_APPLOCK
The right to lock or unlock appointments |
static ACE |
CHANGE_APPOINTMENTS
The right to modify appointments |
static ACE |
CHANGE_DAYSETTINGS
The right to modify the day limits |
static ACE |
DELETE_APPOINTMENTS
The right to delete appointments |
static ACE |
DISPLAY_APPOINTMENTS
The right to see appointments |
static ACE |
USE_AGENDA
|
Constructor Summary | |
---|---|
ACLContributor()
|
Method Summary | |
---|---|
ACE[] |
getACL()
get the ACE's that should be managed. |
static void |
initialize()
On first run of the agenda, set the rights to reasonable defaults |
ACE[] |
reject(ACE[] acl)
react on errors reserving rights |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ACE ACE_AGENDA
public static final ACE USE_AGENDA
public static final ACE ADMIN_AGENDA
public static final ACE DISPLAY_APPOINTMENTS
public static final ACE CHANGE_APPOINTMENTS
public static final ACE DELETE_APPOINTMENTS
public static final ACE CHANGE_DAYSETTINGS
public static final ACE CHANGE_APPLOCK
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)
public static void initialize()
|
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 |