public interface GCOperationsIntf extends tcUtilityOperationsIntf
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
checkResourceObject(java.lang.String connectorName)
This method return the entity name of the resource
|
boolean |
connectorLookup(java.lang.String connectorName)
Connector Lookup for Connector Name Uniqueness
|
Thor.API.tcResultSet |
findConnectorDefinitions(java.util.Map phAttributeList)
Returns a list of connectors that match the provided attribute list.
|
java.util.HashMap |
formValidationResults(java.util.HashMap formNames)
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
|
java.util.ArrayList |
getColumnNames(java.lang.String tableName)
This API returns the column names of a table that will be used in a lookup query associated to a lookup field
|
java.lang.String |
getDefaultDateFormat()
This method return the default date format which is used in OIM for Reconciliation
|
java.util.List |
getFieldValues(java.lang.String selection)
This API returns the column names of a table that will be used in a lookup query associated to a lookup field
|
java.util.HashMap |
getUserFieldUpdtedTasks()
This API returns a list of tasks that need to be added to the process definition for user field updates
|
boolean |
isGTCAutoImport() |
boolean |
isValidFieldProperty(java.lang.String propertyName,
java.lang.String propertyValue)
This API returns the information if a lookup field is valid
|
com.thortech.xl.gc.vo.designtime.GenericAdapter |
lookup(java.lang.String connectorName) |
long |
saveConnectorDefinition(com.thortech.xl.gc.vo.designtime.GenericAdapter adapter) |
void |
setParentVersion(java.util.HashMap dm) |
close, getName, setCountry, setLanguage, setVariantjava.util.HashMap formValidationResults(java.util.HashMap formNames)
throws tcAPIException,
tcAPIException
formNames - tcAPIExceptionvoid setParentVersion(java.util.HashMap dm)
throws tcAPIException,
tcAPIException
tcAPIExceptioncom.thortech.xl.gc.vo.designtime.GenericAdapter lookup(java.lang.String connectorName)
throws tcAPIException,
tcAPIException
tcAPIExceptionlong saveConnectorDefinition(com.thortech.xl.gc.vo.designtime.GenericAdapter adapter)
throws tcAPIException,
tcAPIException
tcAPIExceptionboolean connectorLookup(java.lang.String connectorName)
throws tcAPIException,
tcAPIException
connectorName - tcAPIExceptionThor.API.tcResultSet findConnectorDefinitions(java.util.Map phAttributeList)
throws tcAPIException,
tcAPIException
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");tcResultSet that contains user-defined columns as well as the following user-related information: tcAPIExceptionjava.lang.String checkResourceObject(java.lang.String connectorName)
throws tcAPIException,
tcAPIException
String - connectorNametcAPIExceptionjava.lang.String getDefaultDateFormat()
throws tcAPIException,
tcAPIException
String - connectorNametcAPIExceptionjava.util.HashMap getUserFieldUpdtedTasks()
throws tcAPIException,
tcAPIException
tcAPIExceptionboolean isValidFieldProperty(java.lang.String propertyName,
java.lang.String propertyValue)
throws tcAPIException,
tcAPIException
tcAPIExceptionjava.util.ArrayList getColumnNames(java.lang.String tableName)
throws tcAPIException,
tcAPIException
tcAPIExceptionjava.util.List getFieldValues(java.lang.String selection)
throws tcAPIException,
tcAPIException
tcAPIExceptionboolean isGTCAutoImport()
throws tcAPIException,
tcAPIException
tcAPIException