Table of Contents

Search

  1. Introduction
  2. Configuring Hub Console Tools
  3. Building the Data Model
  4. Configuring the Data Flow
  5. Executing Informatica MDM Hub Processes
  6. Configuring Application Access
  7. MDM Hub Properties
  8. Viewing Configuration Details
  9. Search with Solr
  10. Row-level Locking
  11. MDM Hub Logging
  12. Table Partitioning
  13. Collecting MDM Environment Information with the Product Usage Toolkit
  14. Glossary

Services Integration Framework API Requests and Responses

Services Integration Framework API Requests and Responses

The
MDM Hub
uses the data encryption Java class included in the data encryption JAR file to call Services Integration Framework (SIF) APIs.
The following table describes SIF API requests and responses that function with data encryption:
Request/Response
Description
PutRequest
Inserts or updates a single record identified by a key into a base object.
Encrypts input records.
MultiMergeRequest
Merges multiple base object records that represent the same object. You can specify the field level overrides for the merged record.
Encrypts overriding fields.
GetResponse
Uses a known key to retrieve a single record from a package.
Encrypts records that are returned.
SearchHmQueryRequest
Searches Hierarchy Manager entities and relationships.
Encrypts input filter parameters. Use SiperianObjectUidField instead of a parameter to enable encryption.
SearchQueryRequest
Retrieves a set of records from a package that satisfies the criteria you specify.
Encrypts input filter parameters. Use SiperianObjectUidField instead of a parameter to enable encryption.
SearchMatchRequest
Searches for records in a package based on match columns and rule definitions.
Encrypts the input filter parameters and the records against which you want to perform the match. Use SiperianObjectUidField instead of a parameter to enable encryption.
SearchHmQueryResponse
Returns entities and relationships associated with one or more entities.
Encrypts returned records.
SearchMatchResponse
Returns a list of records and match tokens.
Encrypts returned records.
SearchQueryResponse
Returns a set of records from a package.
Encrypts returned records.
AddRelationshipRequest
Adds a relationship between two entities.
Encrypts custom fields provided as a record
UpdateRelationshipRequest
Hierarchy Manager request to change characteristics of a relationship.
Encrypts custom fields provided as a record
GetOneHopResponse
Returns information about entities directly related to a specified group of entities in a specified hierarchy configuration.
Encrypts returned records.
GetEntityGraphResponse
Returns a graph of entities and relationships related to a specified set of entities.
Encrypts returned records.
GetXrefForEffectiveDateResponse
Returns multiple cross-reference records for the specified effective date.
Encrypts returned records.

0 COMMENTS

We’d like to hear from you!