| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface UpdatableResult
This interface defines a set of methods which may be used to update the contents of operation results.
| Method Summary | |
|---|---|
 void | 
addResultControl(com.unboundid.ldap.sdk.Control control)
Adds the provided control to the set of result controls for this result.  | 
 void | 
setResultControls(java.util.List<com.unboundid.ldap.sdk.Control> controls)
Updates the set of result controls for this result.  | 
| Methods inherited from interface com.unboundid.directory.sdk.common.operation.Result | 
|---|
getOperationType, getResultControls | 
| Method Detail | 
|---|
void setResultControls(java.util.List<com.unboundid.ldap.sdk.Control> controls)
controls - The set of controls to use for this result.  It may be
                   null or empty if there should not be any
                   controls.void addResultControl(com.unboundid.ldap.sdk.Control control)
control - The control to be added to the set of result controls for
                  this result.  It must not be null.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||