public class DSEvent extends Object
Modifier and Type | Field and Description |
---|---|
static int |
OBJECT_ADDED |
static int |
OBJECT_CHANGED |
static int |
OBJECT_REMOVED |
static int |
OBJECT_RENAMED |
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Returns the Directory Server class name for the given entry
|
int |
getEventType()
Returns the type of change event either add, modify, delete, etc.
|
String |
getID()
Return the Directory Server ID assigned to the entry changed
|
String |
getSearchID()
Returns the Directory Server search ID that was assigned when the
persistent search was first submited.
|
public static final int OBJECT_ADDED
public static final int OBJECT_REMOVED
public static final int OBJECT_RENAMED
public static final int OBJECT_CHANGED
public int getEventType()
public String getID()
public String getClassName()
public String getSearchID()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.