Interface Result
-
- All Known Subinterfaces:
AddResult
,BindResult
,CompareResult
,DeleteResult
,ExtendedResult
,GenericResult
,ModifyDNResult
,ModifyResult
,SearchResult
,UpdatableAddResult
,UpdatableBindResult
,UpdatableCompareResult
,UpdatableDeleteResult
,UpdatableExtendedResult
,UpdatableGenericResult
,UpdatableModifyDNResult
,UpdatableModifyResult
,UpdatableResult
,UpdatableSearchResult
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface Result
This interface defines a set of methods which may be used to interact with operation results.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperationType
getOperationType()
Retrieves the operation type for this result.java.util.List<Control>
getResultControls()
Retrieves the set of controls included in the result.
-
-
-
Method Detail
-
getResultControls
java.util.List<Control> getResultControls()
Retrieves the set of controls included in the result.- Returns:
- The set of controls included in the result.
-
getOperationType
OperationType getOperationType()
Retrieves the operation type for this result.- Returns:
- The operation type for this result.
-
-