NADSWebserviceVersion

From
(Difference between revisions)
Jump to: navigation, search
m (Constants)
(Constants)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
== Description ==
 
== Description ==
A list of possible interfaces that can be used to comunicate with EService.
+
A list of possible interfaces that can be used to comunicate with EService or Timecard.
  
 
== Constants ==
 
== Constants ==
Line 13: Line 13:
 
|VERSION_2
 
|VERSION_2
 
|String
 
|String
|A constant representing the second version of the interface, usable only via the java client platform.
+
|Old version, representing the second version of the interface, usable only by java client platforms.
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
 
|VERSION_3  
 
|VERSION_3  
 
|String
 
|String
|A constant representing the third version of the interface, usable by any client platform.
+
|Old version, representing the third version of the interface, usable by any client platform.
 +
|---- bgcolor=#EDEDFF
 +
|NADS_VERSION_2_1
 +
|String
 +
|Old version (Don't use this)
 +
|---- bgcolor=#EDEDFF
 +
|NADS_VERSION_3_1
 +
|String
 +
|Old version (For '''EService''' webservice applications using NADS3 interface)
 +
|---- bgcolor=#EDEDFF
 +
|NADS_VERSION_4
 +
|String
 +
|Use this for new '''EService''' webservice applications (using NADS5 interface)
 +
|---- bgcolor=#EDEDFF
 +
|TIMECARD_VERSION_1
 +
|String
 +
|Use this for new '''Timecard''' webservice applicaitons.
 
|}
 
|}

Latest revision as of 23:04, 26 November 2014

[edit] Description

A list of possible interfaces that can be used to comunicate with EService or Timecard.

[edit] Constants

The data fields of this object.

Name Type Description
VERSION_2 String Old version, representing the second version of the interface, usable only by java client platforms.
VERSION_3 String Old version, representing the third version of the interface, usable by any client platform.
NADS_VERSION_2_1 String Old version (Don't use this)
NADS_VERSION_3_1 String Old version (For EService webservice applications using NADS3 interface)
NADS_VERSION_4 String Use this for new EService webservice applications (using NADS5 interface)
TIMECARD_VERSION_1 String Use this for new Timecard webservice applicaitons.
MediaWiki Appliance - Powered by TurnKey Linux