public class SearchUserOperationResult extends SearchResult
Search User Operation operation;
If the corresponding search operation request has been configured to return objects, this operation result contains
the user operations.
Use the method SearchResult.getResult() to retreive the user operations.
SearchUserOperationOp The XML APIs specify the following XSD fragment:
XSD Fragment
<xs:element name="searchUserOperationResult" type ="SearchResult"/>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RESULT_NAME
The XML tag of the result: "searchUserOperationResult"
|
| Constructor and Description |
|---|
SearchUserOperationResult()
Creates an empty search result.
|
addCharacterData, addChild, getLastID, getOperandReference, getResult, getResultType, getTagName, getTotalCount, marshalAttributes, marshalChild, marshalChildren, setAttributes, setAttributeSetResult, setIdResult, setLastID, setObjectResult, setResultType, setTotalCountmarshalequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmarshalpublic static final java.lang.String RESULT_NAME