|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.backends.jeb.importLDIF.WorkElement
public class WorkElement
A work element passed on the work queue.
| Method Summary | |
|---|---|
static WorkElement |
decode(Entry entry,
DNContext context)
Static to create an work element. |
DNContext |
getContext()
Return the context related to the entry. |
Entry |
getEntry()
Return the entry to import. |
Entry |
getExistingEntry()
Return an existing entry, used during replace mode. |
void |
setExistingEntry(Entry existingEntry)
Set the existing entry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static WorkElement decode(Entry entry,
DNContext context)
entry - The entry to import.context - The context related to the entry.
public Entry getEntry()
public DNContext getContext()
public Entry getExistingEntry()
public void setExistingEntry(Entry existingEntry)
existingEntry - The existing entry to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||