Skip navigation links


Thor.API.Operations
Interface ConnectorInstallationOperationsIntf

All Superinterfaces:
tcUtilityOperationsIntf

public interface ConnectorInstallationOperationsIntf
extends tcUtilityOperationsIntf

Method Summary
 long createConnectorInstallationHistory(java.util.Map phAttributes)
          Create a new connector installation history with the list of specified attributes.
 Thor.API.tcResultSet getConnectorInstallationHistory(java.util.Map phAttributeList)
          Returns a connector history (in the form of tcResultSet) that match the provided attribute list.
 void updateConnectorInstallationHistory(long cihKey, java.util.Map attributes)
          Updates connector history information based on the attribute that are passed to this method

 

Methods inherited from interface Thor.API.Base.tcUtilityOperationsIntf
close, getName, setCountry, setLanguage, setVariant

 

Method Detail

createConnectorInstallationHistory

long createConnectorInstallationHistory(java.util.Map phAttributes)
                                        throws tcAPIException,
                                               tcInvalidAttributeException,
                                               tcAPIException
Create a new connector installation history with the list of specified attributes.
Parameters:
phAttributes - - The attributes to set for the new group being created
Returns:
A long containing the key of the created history.
Throws:
tcAPIException - thrown if errors occur while saving
tcInvalidAttributeException - thrown if a group key is provided as an attribute
Since:
9.1.0.0

updateConnectorInstallationHistory

void updateConnectorInstallationHistory(long cihKey,
                                        java.util.Map attributes)
                                        throws tcAPIException,
                                               tcAPIException
Updates connector history information based on the attribute that are passed to this method
Parameters:
cihKey - the connector history key
attributes - a map of updated attributes
Throws:
tcAPIException
Since:
9.1.0.0

getConnectorInstallationHistory

Thor.API.tcResultSet getConnectorInstallationHistory(java.util.Map phAttributeList)
                                                     throws tcAPIException,
                                                            tcAPIException
Returns a connector history (in the form of tcResultSet) that match the provided attribute list. The list included only the the connector history the logged in user has read permissions over
Parameters:
phAttributeList - - An array of tcMapping objects, each object holding the attribute-value pairs to match the group against. The Attribute names are the String column codes (from the Xellerate metadata). The Attribute Values are the String attributes to base the search on. The values could include wild cards (%).
Returns:
A tcResultSet containing multiple rows, each holding information about the connector history
Throws:
tcAPIException - thrown if data set errors occur
Since:
9.1.0.0

Skip navigation links


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.