Package | Description |
---|---|
com.deltek.enterprise.system.applicationinterface.integration |
Modifier and Type | Interface and Description |
---|---|
interface |
CommonInterface |
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 |
GOVWINIQInterface
provides methods to allow Constpoint application to interate with one of the Interfaces in the GOVWINIQ system ;
use Application object getHRsmartInterface method to get GOVWINIQInterface
|
interface |
HRsmartInterface
HRsmart provides methods to allow Constpoint application to interate with one of the Interfaces in the HRsmart system ;
use Application object getHRsmartInterface method to get HRsmartInterface
|
interface |
MESInterface
SoluminaInterface provides methods to allow Constpoint application to interate with one of the web service in Solumina system ;
use Application object getSoluminaInterface() method to get SoluminaInterface
|
interface |
NGRPInterface
NGRPInterface provides methods to allow Constpoint application to interate with one of the Interfaces in the Vision system ;
use Application object getNGRPInterface method to get NGRPInterface
|
interface |
SFTInterface
SFT provides methods to allow Constpoint application to interate with one of the Interfaces in the Automite system ;
use Application object getSFTInterface method to get SFTInterface
|
interface |
SilkroadInterface
Silkroad provides methods to allow Constpoint application to interate with one of the Interfaces in the Silkroad system ;
use Application object getSilkroadInterface method to get SilkroadInterface
|
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.
|
interface |
VisionInterface
VisionInterface provides methods to allow Constpoint application to interate with one of the Interfaces in the Vision system ;
use Application object getVisionInterface method to get VisionInterface
|
Modifier and Type | Method and Description |
---|---|
IntRowSet |
IntRowSet.addChildRS(java.lang.String childRSId)
adds child rs to the current rs (if third party system supports nested rs)
|
IntRowSet |
InvokeAppInterface.createOutputRowSet(java.lang.String rsId)
Use this method to pass data to Costpoint application.
|
IntRowSet |
IntResultSet.getRowSet()
Return the IntRowSet to the row in context.
|