Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
- Developing Java Adapters
- Federation Framework Overview
- Adapter and Mapping Interaction with the Federation Framework
- Federation Framework for Federated TQL Queries
- Interactions between the Federation Framework, Server, Adapter, and Mapping Engine
- Federation Framework Flow for Population
- Adapter Interfaces
- Debug Adapter Resources
- Add an Adapter for a New External Data Source
- Create a Sample Adapter
- XML Configuration Tags and Properties
- The DataAdapterEnvironment Interface
XML Configuration Tags and Properties
id="newAdapterIdName" | Defines the adapter's real name. Used for logs and folder lookups. | |
displayName="New Adapter Display Name" | Defines the adapter's display name, as it appears in the UI. | |
<className>...</className> | Defines the adapter's interface implementing the Java class. | |
<category >My Category</category> | Defines the adapter's category. | |
<parameters> | Defines the properties for the configuration that are available in the UI when setting up a new integration point. | |
name | The name of the property (used mostly by code). | |
description | The display hint of the property. | |
type | String or integer (use valid values with string for Boolean). | |
display-name | The name of the property in the UI. | |
mandatory | Specifies whether this configuration property is mandatory for the user. | |
order-index | The placing order of the property (small = up). | |
valid-values | A list of possible valid values separated by `;' characters (for example, valid-values="Oracle;SQLServer;MySQL" or valid-values="True;False"). | |
<adapterInfo> |
Contains the definition of the adapter's static settings and capabilities. | |
<support-federated-query> |
Defines this adapter as capable of federation. | |
<start-point-adapter> | Specifies that this adapter is the start point for TQL query calculation. | |
<one-node-topology> |
The ability to federated queries with one federated query node. | |
<pattern-topology> |
The ability to federate complex queries. | |
<support-replicatioin-data> |
Defines the capability to run data push and population flows. | |
<source> |
This adapter may be used for population flows. | |
<push-back-ids> | Push back the global ID of the CI to the global_id column of the table (must be defined in the orm.xml). The behavior can be overridden by implementing the FcmdbPluginPushBackIds plug-in. | |
<changes-source> |
This adapter may be used for population changes flows. | |
<instance-based-data> | This tag defines that the adapter supports an instance based population flow. | |
<target> |
This adapter may be used for data push flows. | |
<default-mapping-engine> |
Allows defining a mapping engine for the adapter (by default, the adapter uses the default mapping engine). For any other mapping engine, enter the implementing class name of the mapping engine | |
<removedAttributes> |
Forces the removal of specific attributes from the result. | |
<full-population-days- |
Specifies when to execute a full population job instead of a differential job (every `x' days). Uses the aging mechanism together with the changes flow. | |
<adapter-settings> | The list of settings of the adapter. | |
<list.attributes.for.set> | Determines which attributes override the previous value (if one exists). |
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to cms-doc@microfocus.com.
Help Topic ID:
Product:
Topic Title:
Feedback: