Package org.imixs.workflow.ldap
Class LDAPProfileEvent
java.lang.Object
org.imixs.workflow.ldap.LDAPProfileEvent
The LDAPProfileEvent provides a CDI observer pattern. The LDAPProfileEvent is fired by the
LDAPLookupService EJB to adapt a profile ItemColleciton. An event observer can adapt the
profile.
- Version:
- 1.0
- Author:
- Ralph Soika
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.imixs.workflow.ItemCollectionvoidsetProfile(org.imixs.workflow.ItemCollection profile)
-
Constructor Details
-
LDAPProfileEvent
public LDAPProfileEvent(org.imixs.workflow.ItemCollection profile)
-
-
Method Details
-
getProfile
public org.imixs.workflow.ItemCollection getProfile() -
setProfile
public void setProfile(org.imixs.workflow.ItemCollection profile)
-