NADSWebserviceVersion

From
(Difference between revisions)
Jump to: navigation, search
(Updated the descriptions)
(Constants)
 
(One intermediate revision by one user not shown)
Line 13: Line 13:
 
|VERSION_2
 
|VERSION_2
 
|String
 
|String
|An old version, representing the second version of the interface, usable only by java client platforms.
+
|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 (use this for new ''EService'' webservice applications).  
+
|Old version, representing the third version of the interface, usable by any client platform.  
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
 
|NADS_VERSION_2_1  
 
|NADS_VERSION_2_1  
 
|String
 
|String
|Old version (TODO what uses this?)
+
|Old version (Don't use this)
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
 
|NADS_VERSION_3_1  
 
|NADS_VERSION_3_1  
 
|String
 
|String
|Old version (TODO what uses this?)
+
|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
 
|---- bgcolor=#EDEDFF
 
|TIMECARD_VERSION_1
 
|TIMECARD_VERSION_1
 
|String
 
|String
|Use this for new ''Timecard'' webservice applicaitons.
+
|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