Package org.imixs.workflow.engine
Klasse UserGroupEvent
java.lang.Object
org.imixs.workflow.engine.UserGroupEvent
The UserGroupEvent provides a CDI observer pattern. The UserGroupEvent is
fired by the DocumentService EJB. An event Observer can react on this event
to extend the current user group list. The user group list is used to grant
read and write access on a document entity.
- Version:
- 1.1
- Autor:
- Ralph Soika
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the current list of groupsvoidreset()This method empties the current group listvoidThis method adds a new list of groups to the current group list.void
-
Konstruktordetails
-
UserGroupEvent
-
-
Methodendetails
-
getUserId
-
setUserId
-
setGroups
This method adds a new list of groups to the current group list. Multiple observers can add different groups independently from each other. Duplicates are removed.To reset the current group list a observer can call the method reset.
- Parameter:
groups-
-
getGroups
Returns the current list of groups- Gibt zurück:
-
reset
public void reset()This method empties the current group list
-