public class SearchUserOperationOp extends MessageOperationAdapter
user operations using a
specialized search filter. SearchUserOperationResult InvalidSearchExceptionThe XML APIs specify the following XSD fragment:
XSD Fragment
<xs:element name="searchUserOperation">
<xs:complexType>
<xs:sequence>
<xs:element ref="userOperationSearchFilter" minOccurs="1" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATION_NAME
The XML tag of the operation: "searchUserOperation"
|
| Constructor and Description |
|---|
SearchUserOperationOp()
Creates an empty search operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addCharacterData(String cData)
Adds character data to the content element.
|
void |
addChild(String tagName,
XMLMarshallable child)
Adds a child to the object, the
child representing
the marshallable object which must be added to the element. |
String |
getName()
Gets the XML name of the service operation.
|
UserOperationSearchFilterModel |
getSearchFilter()
Gets the
user operation search filter to use in the search. |
void |
marshalAttributes(XMLOutputter output)
Gives an XML representation of the attributes of an object.
|
void |
marshalChildren(XMLOutputter output)
Gives an XML representation of the child objects of an object.
|
void |
setAttributes(XMLAttributes atts)
Sets the attributes of the XML representation of the element being
processed.
|
void |
setSearchFilter(UserOperationSearchFilterModel searchFilter)
Sets the
user operation search filter to use in the search. |
marshalpublic static final String OPERATION_NAME
public SearchUserOperationOp()
public UserOperationSearchFilterModel getSearchFilter()
user operation search filter to use in the search.user operation search filter to use in the searchpublic void setSearchFilter(UserOperationSearchFilterModel searchFilter)
user operation search filter to use in the search.searchFilter - The user operation search filter to use in the searchpublic String getName()
MessageOperationJava object representing an HCI operation into an XML representation that can
be exchanged via the HCI communication interface between your client application and the SAP CC system.
Example
activateAll
ping
public void addCharacterData(String cData)
XMLMarshallablecData - The character data to be addedpublic void setAttributes(XMLAttributes atts)
XMLMarshallableatts - The XML attributes of the current elementpublic void addChild(String tagName, XMLMarshallable child)
XMLMarshallablechild representing
the marshallable object which must be added to the element.tagName - The name of tag for the childchild - The child to be addedpublic void marshalAttributes(XMLOutputter output)
IXMLMarshallableoutput - The XML output to marshal the object attributes intopublic void marshalChildren(XMLOutputter output)
IXMLMarshallableoutput - The XML output to marshal the child objects into