|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.api.plugin.PluginResult.ImportLDIF
public static final class PluginResult.ImportLDIF
Defines a LDIF plugin result for import from LDIF processing consisting of either continue, skip further plugins, or stop processing with an error message.
Method Summary | |
---|---|
static PluginResult.ImportLDIF |
continueEntryProcessing()
Defines a continue processing LDIF import plugin result. |
boolean |
continuePluginProcessing()
Whether to invoke the rest of the plugins. |
boolean |
continueProcessing()
Whether to continue operation processing. |
Message |
getErrorMessage()
Retrieves the error message if continueProcessing
returned false . |
static PluginResult.ImportLDIF |
skipFurtherPluginProcesssing()
Defines a skip further plugin processing LDIF import plugin result. |
static PluginResult.ImportLDIF |
stopEntryProcessing(Message errorMessage)
Defines a new stop processing LDIF import plugin result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static PluginResult.ImportLDIF continueEntryProcessing()
public static PluginResult.ImportLDIF skipFurtherPluginProcesssing()
public static PluginResult.ImportLDIF stopEntryProcessing(Message errorMessage)
errorMessage
- An message explaining why processing
should stop for the given entry.
public boolean continueProcessing()
true
if processing should continue
or false
otherwise.public boolean continuePluginProcessing()
true
if the rest of the plugins should
be invoked for false
to skip the rest of the
plugins.public Message getErrorMessage()
continueProcessing
returned false
.
null
if none is provided.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |