@PublicAPI(stability=VOLATILE, mayInstantiate=false, mayExtend=false, mayInvoke=true) public final class LDIFImportResult extends Object
Constructor and Description |
---|
LDIFImportResult(long entriesRead,
long entriesRejected,
long entriesSkipped)
Creates a new LDIF import result object with the provided information.
|
Modifier and Type | Method and Description |
---|---|
long |
getEntriesImported()
Retrieves the total number of entries that were successfully imported.
|
long |
getEntriesRead()
Retrieves the total number of entries read during the import, including those that were later rejected or
skipped.
|
long |
getEntriesRejected()
Retrieves the total number of entries rejected during the import.
|
long |
getEntriesSkipped()
Retrieves the total number of entries skipped during the import.
|
String |
toString()
Retrieves a string representation of this LDIF import result object.
|
public LDIFImportResult(long entriesRead, long entriesRejected, long entriesSkipped)
entriesRead
- The total number of entries read during the import, including those that were later rejected or
skipped.entriesRejected
- The total number of entries rejected during the import.entriesSkipped
- The total number of entries skipped during the import.public long getEntriesRead()
public long getEntriesImported()
public long getEntriesRejected()
public long getEntriesSkipped()
Copyright © 2010–2017 ForgeRock AS. All rights reserved.