Class LDAPProfileEvent

java.lang.Object
org.imixs.workflow.ldap.LDAPProfileEvent

public class LDAPProfileEvent extends Object
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 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)