Package com.highdeal.hci
Class SearchUserOperationResult
java.lang.Object
com.highdeal.hci.HCIModelAdapter
com.highdeal.filter.hci.SearchResult
com.highdeal.hci.SearchUserOperationResult
- All Implemented Interfaces:
ITagNameProvider,IXMLMarshallable,OperationResult,XMLMarshallable
This class represents the result of the
Search User Operation operation;
If the corresponding search operation request has been configured to return objects, this operation result contains
the user operations.
Implementation in Your Client Application
Use the method SearchResult.getResult() to retreive the user operations.
Operation Request
SearchUserOperationOp XML API for HCI
The XML APIs specify the following XSD fragment:
XSD Fragment
<xs:element name="searchUserOperationResult" type ="SearchResult"/>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe XML tag of the result: "searchUserOperationResult" -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.highdeal.filter.hci.SearchResult
addCharacterData, addChild, getLastID, getOperandReference, getResult, getResultType, getTagName, getTotalCount, marshalAttributes, marshalChild, marshalChildren, setAttributes, setAttributeSetResult, setIdResult, setLastID, setObjectResult, setResultType, setTotalCountMethods inherited from class com.highdeal.hci.HCIModelAdapter
marshal
-
Field Details
-
RESULT_NAME
The XML tag of the result: "searchUserOperationResult"- See Also:
-
-
Constructor Details
-
SearchUserOperationResult
public SearchUserOperationResult()Creates an empty search result.
-