Standard services and specialized types

The plugin developer needs to implement RestService/HttpService or FunctionalService interface to create an individual service.

The Content Integration Framework leverages this design and defines certain standard service classes for Simple Search (simple-search), List Content Categories (list-content-categories), List Folders (list-folders), List Contents (list-contents), Get Content Details (get-content-details), Get Object Schema (get-object-schema) and Get Cognitive Analysis (get-cognitive-analysis) services. The standard-integrations.jar provided as part of Content Integration SDK provides specialized versions of RestService and FunctionalService for each of these standard services to facilitate their implementation using RESTful or Functional approach.