|
SAP Convergent Charging
Java and XML APIs (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.hci.HCIModelAdapter
com.highdeal.filter.hci.SearchResult
com.highdeal.hci.SearchUserOperationResult
public class SearchUserOperationResult
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.
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"/>
| Field Summary | |
|---|---|
static java.lang.String |
RESULT_NAME
The XML tag of the result: "searchUserOperationResult" |
| Constructor Summary | |
|---|---|
SearchUserOperationResult()
Creates an empty search result. |
|
| 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, setTotalCount |
| Methods inherited from class com.highdeal.hci.HCIModelAdapter |
|---|
marshal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.highdeal.hci.XMLMarshallable |
|---|
marshal |
| Field Detail |
|---|
public static final java.lang.String RESULT_NAME
| Constructor Detail |
|---|
public SearchUserOperationResult()
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||