Designing and Implementing Business Process Models : Implementing Content Service Platform for BPM : Content Service Platform Services : pub.csp.search:createSearchTerm
pub.csp.search:createSearchTerm
Creates a searchTerm object from the supplied values. The searchTerm object can be used as input to searchMetadata. When this service is invoked with Java code, multiple invocations of the service can be made in order to produce searchTerm objects that can then be joined using the join input parameter.
Input Parameters
indexID
String Contains a single indexID value in the form of a CSP indexID, some examples of which can be seen in the Automobile Accident Claims sample included with the CSP.
For instance, the Index Name "Driver Last Name" has an indexID value of 200000001, and the Index Name "Driver First Name" has an indexID value of 200000002.
operator
String The operator to use in the comparison.
*~ (contains)
*!~ (does not equal)
*< (less than)
*< (less than)
*<= (less than or equal to)
*>= (greater than or equal to)
searchValue
String User-defined value to use in the comparison. You can use the asterisk (*) character to indicate all values.
join
String Set to either AND or OR. The default value is AND. This value is used to join multiple searchTerm objects. When this service is invoked from the launch menu, you can provide only one input value. AND should be used in that case.
When this service is invoked with Java code, multiple invocations of the service can be made in order to produce searchTerm objects that can then be joined using the join input parameter.
Output Parameters
searchTerm
Object Can be used as an input to the searchMetadata service
searchFilter
String A toString() representation of the searchTerm output: input fields are encapsulated into a single formatted string
Copyright © 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback