@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface UpdatableResult extends Result
| Modifier and Type | Method and Description | 
|---|---|
void | 
addResultControl(Control control)
Adds the provided control to the set of result controls for this result. 
 | 
void | 
setResultControls(java.util.List<Control> controls)
Updates the set of result controls for this result. 
 | 
getOperationType, getResultControlsvoid setResultControls(java.util.List<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(Control control)
control - The control to be added to the set of result controls for
                  this result.  It must not be null.