DOC

com.opentext.otag.sdk : otag-service-development-kit

Maven & Gradle

Oct 20, 2019
5 stars

Open Text AppWorks Gateway Service Developer Kit (SDK) · This module provides access to the set of utility classes required to interact with an instance of an AppWorks Gateway from an AppWorks Service. It covers AppWorks dedicated service deployment API, which is a limited subset of the full AppWorks admin API. We currently provide the facility for services to listen to service life-cycle events such as 'service installed', 'service upgraded' and 'service uninstalled'. We also provide the facility for centralised configuration setting management. As AppWorks services are edited from the AppWork Gateway administration console, we provide the ability to respond to updates made here, and also expose creation and update end points for these settings.

Table Of Contents

Latest Version

Download com.opentext.otag.sdk : otag-service-development-kit Javadoc & API Documentation - Latest Versions:

All Versions

Download com.opentext.otag.sdk : otag-service-development-kit Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
16.6.x
16.5.x
16.4.x
16.3.x
16.2
16.1
16.0.x
16

How to open Javadoc JAR file in web browser

  1. Rename the file otag-service-development-kit-16.6.2-javadoc.jar to otag-service-development-kit-16.6.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder otag-service-development-kit-16.6.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "otag-service-development-kit-16.6.2-sources.jar" -d "otag-service-development-kit-16.6.2-javadoc" -subpackages 

Advertisement