public class ProfileEvent extends Object
org.imixs.marty.ejb.ProfileService| Modifier and Type | Field and Description |
|---|---|
static int |
ON_PROFILE_CREATE |
static int |
ON_PROFILE_LOOKUP |
| Constructor and Description |
|---|
ProfileEvent(String userId,
org.imixs.workflow.ItemCollection profile,
int eventType)
Creates a profile event based on a existing Profile ItemCollection
|
| Modifier and Type | Method and Description |
|---|---|
int |
getEventType() |
org.imixs.workflow.ItemCollection |
getProfile() |
String |
getUserId() |
void |
setProfile(org.imixs.workflow.ItemCollection profile) |
void |
setUserId(String userId) |
public static final int ON_PROFILE_LOOKUP
public static final int ON_PROFILE_CREATE
public ProfileEvent(String userId, org.imixs.workflow.ItemCollection profile, int eventType)
userId - - useridprofile - - optional profile ItemCollectioneventType - Copyright © 2011–2022 Imixs Software Solutions GmbH. All rights reserved.