Package | Description |
---|---|
com.deltek.enterprise.system.applicationinterface | |
com.deltek.enterprise.system.applicationinterface.integration |
Modifier and Type | Method and Description |
---|---|
InvokeAppInterface |
AppInterface.getInvokeAppInterface(java.lang.String appId)
ver 7.0.1
This function returns InvokeAppInterface object that allows Costpoint applications to submit data to the
other Costpoint application and invoke actions or reports
|
Modifier and Type | Interface and Description |
---|---|
interface |
GOVWINIQImportInterface
HRsmart provides methods to allow Constpoint application to import data from GOVWINIQ system ;
use Application object getGOVWINIQImportInterface method to get GOVWINIQImportInterfaceImportInterface
Use createOutputRowSet method to convert GOVWINIQ IntRowSetRead into data structure we can pass to Costpoint application.
|
interface |
HRsmartImportInterface
HRsmart provides methods to allow Constpoint application to import data from HRsmart system ;
use Application object getHRsmartImportInterface method to get HRsmartImportInterface
Use createOutputRowSet method to convert HRsmart IntRowSetRead into data structure we can pass to Costpoint application.
|
interface |
SilkroadImportInterface
Silkroad provides methods to allow Constpoint application to import data from Silkroad system ;
use Application object getSilkroadImportInterface method to get SilkroadImportInterface
Use createOutputRowSet method to convert Silkroad IntRowSetRead into data structure we can pass to Costpoint application.
|
interface |
VisionImportInterface
HRsmart provides methods to allow Constpoint application to import data from GOVWINIQ system ;
use Application object getGOVWINIQImportInterface method to get GOVWINIQImportInterfaceImportInterface
Use createOutputRowSet method to convert GOVWINIQ IntRowSetRead into data structure we can pass to Costpoint application.
|