public static interface PluginResult.OperationResult
| Modifier and Type | Method and Description |
|---|---|
boolean |
continueProcessing()
Indicates whether processing on the associated operation should continue.
|
LocalizableMessage |
getErrorMessage()
Retrieves the error message if
continueProcessing() returned false. |
DN |
getMatchedDN()
Retrieves the matched DN for the operation if
continueProcessing() returned
false. |
List<String> |
getReferralURLs()
Retrieves the referral URLs for the operation if
continueProcessing() returned
false. |
org.forgerock.opendj.ldap.ResultCode |
getResultCode()
Retrieves the result code for the operation if
continueProcessing() returned
false. |
boolean continueProcessing()
true if processing on the associated operation should continue, or
false if it should stop.LocalizableMessage getErrorMessage()
continueProcessing() returned false.null if none is
provided.org.forgerock.opendj.ldap.ResultCode getResultCode()
continueProcessing() returned
false.null if none is provided.DN getMatchedDN()
continueProcessing() returned
false.null if none is provided.List<String> getReferralURLs()
continueProcessing() returned
false.null if none is provided.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.