Interface GCOperationsIntf

All Superinterfaces:
tcUtilityOperationsIntf

public interface GCOperationsIntf extends tcUtilityOperationsIntf
  • Method Details

    • formValidationResults

      HashMap formValidationResults(HashMap formNames) throws tcAPIException, tcAPIException
      This method is used to consume the output of the GC Form screen and check for each of the selected values of form names, if they exist in OIM DB
      Parameters:
      formNames - <Key: Dataset Name ("AccountData", in case of parent), Value: Selected name>
      Returns:
      <Key: Dataset Name ("AccountData", in case of parent), Value: Boolean result (user should do Boolean.getBoolean() while retrieving values)>
      Throws:
      tcAPIException
    • setParentVersion

      void setParentVersion(HashMap dm) throws tcAPIException, tcAPIException
      Throws:
      tcAPIException
      tcAPIException
    • lookup

      com.thortech.xl.gc.vo.designtime.GenericAdapter lookup(String connectorName) throws tcAPIException, tcAPIException
      Throws:
      tcAPIException
      tcAPIException
    • saveConnectorDefinition

      long saveConnectorDefinition(com.thortech.xl.gc.vo.designtime.GenericAdapter adapter) throws tcAPIException, tcAPIException
      Throws:
      tcAPIException
      tcAPIException
    • connectorLookup

      boolean connectorLookup(String connectorName) throws tcAPIException, tcAPIException
      Connector Lookup for Connector Name Uniqueness
      Parameters:
      connectorName -
      Returns:
      gcExists
      Throws:
      tcAPIException
    • findConnectorDefinitions

      Thor.API.tcResultSet findConnectorDefinitions(Map phAttributeList) throws tcAPIException, tcAPIException
      Returns a list of connectors that match the provided attribute list.
      Parameters:
      phAttributeList - A Map of attribute-value pairs with each entry containing criteria to find users. The Map key should contain a String representation of the metadata codes and/or user-defined columns. The metadata codes are listed below in the contents of the returned tcResultSet. The Map value can contain a String representation of the criteria to find the desired requests. Note that the Map values can include wild cards(%). String connectorName = (String) moAttributeMap.get("Connector Definition.Name"); String provConnectorType = (String) moAttributeMap.get("Connector Definition.Provision Type"); String reconConnectorType = (String) moAttributeMap.get("Connector Definition.Provision Transport Type"); String reconFormatType = (String) moAttributeMap.get("Connector Definition.Provision Payload Format"); String reconTransportType = (String) moAttributeMap.get("Connector Definition.Reconciliation Type"); String provFormatType = (String) moAttributeMap.get("Connector Definition.Reconciliation Transport Type"); String provTransportType = (String) moAttributeMap.get("Connector Definition.Reconciliation Payload Format");
      Returns:
      A tcResultSet that contains user-defined columns as well as the following user-related information:
    • Connector Definition.Name
    • Connector Definition.Provision Type
    • Connector Definition.Provision Transport Type
    • Connector Definition.Provision Payload Format
    • Connector Definition.Reconciliation Type
    • Connector Definition.Reconciliation Transport Type
    • Connector Definition.Reconciliation Payload Format
    • Throws:
      tcAPIException
    • checkResourceObject

      String checkResourceObject(String connectorName) throws tcAPIException, tcAPIException
      This method return the entity name of the resource
      Parameters:
      String - connectorName
      Returns:
      EntityName
      Throws:
      tcAPIException
      tcAPIException
      Since:
      9.1.0.0
    • getDefaultDateFormat

      String getDefaultDateFormat() throws tcAPIException, tcAPIException
      This method return the default date format which is used in OIM for Reconciliation
      Parameters:
      String - connectorName
      Returns:
      EntityName
      Throws:
      tcAPIException
      tcAPIException
      Since:
      9.1.0.0
    • getUserFieldUpdtedTasks

      HashMap getUserFieldUpdtedTasks() throws tcAPIException, tcAPIException
      This API returns a list of tasks that need to be added to the process definition for user field updates
      Returns:
      hashmap with key as meta data column code for the column and value as the hashmap with column name and task to be added
      Throws:
      tcAPIException
      tcAPIException
    • isValidFieldProperty

      boolean isValidFieldProperty(String propertyName, String propertyValue) throws tcAPIException, tcAPIException
      This API returns the information if a lookup field is valid
      Returns:
      boolean result of validity of a lookup field
      Throws:
      tcAPIException
      tcAPIException
      Since:
      9.1.0.0
    • getColumnNames

      ArrayList getColumnNames(String tableName) throws tcAPIException, tcAPIException
      This API returns the column names of a table that will be used in a lookup query associated to a lookup field
      Returns:
      List Collection of a Names of columns of a tables as Strings
      Throws:
      tcAPIException
      tcAPIException
      Since:
      9.1.0.0
    • getFieldValues

      List getFieldValues(String selection) throws tcAPIException, tcAPIException
      This API returns the column names of a table that will be used in a lookup query associated to a lookup field
      Returns:
      List Collection of a Names of columns of a tables as Strings
      Throws:
      tcAPIException
      tcAPIException
      Since:
      9.1.0.0
    • isGTCAutoImport

      boolean isGTCAutoImport() throws tcAPIException, tcAPIException
      Throws:
      tcAPIException
      tcAPIException