Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Service Development | Working with Elements | Finding Elements | Guidelines for Searching Elements
 
Guidelines for Searching Elements
You can search for fields within Integration Server elements and define the scope of the search operations. Search can be performed on IS document types, flow services, Java services, specifications, and triggers.
Consider the following when searching for specific Integration Server elements:
Element
Search considerations
IS Document Types
Search for field names in a document type.
Flow services
*Search for field names in the signature.
*Search for variable names used for pipeline variable substitution in the following properties of flow steps:
*Label property in all the flow steps
*Scope property in all the flow steps
*Switch in the BRANCH step
*Input and output array in a LOOP step
*In a MAP step,
*Indices of link
*Copy condition properties of linked variables
*Map set and map delete
*Timeout property of the flow steps: BRANCH, INVOKE, LOOP, MAP, REPEAT, and SEQUENCE
*Count and Repeat interval properties of REPEAT step
*Failure message property of the EXIT step.
Note:
You can search only on the variable names used in any of the specified flow steps.
Java services
Search for field names in the signature.
Note:
Search within Java code is not supported.
Specifications
Search for field names in the signature.
Triggers
Search for variable names used in a filter. The variable names used in a filter can only be searched if they are enclosed within %.
Note: 
*Provider Filters cannot be searched. You must manually change Provider Filters.
*You can only search webMethods Messaging Triggers.
Note:
If a document type is referred in other elements, the field names inside the reference are not searched. The field names of the referred document type can be searched.