Skip navigation links
Anaplan Connect 1-3-3-5

Package com.anaplan.client

Provides the Service class, representing a connection to the Anaplan Connect server, along with associated classes representing accessible resources on the server.

See: Description

Package com.anaplan.client Description

Provides the Service class, representing a connection to the Anaplan Connect server, along with associated classes representing accessible resources on the server. It also contains a command-line utility program.

Software using this library should conform to the following pattern:

  • A new Service object is instantiated for the service endpoint.
  • The Service has any necessary properties set; in particular, service credentials need to be provided.
  • The Service object can be used to access Workspace objects, from which Model objects can be accessed, and so on. These are all tied to that Service object.
  • When all interaction has been completed, the Service.close() method should be called to release any resources.
    • Skip navigation links
      Anaplan Connect 1-3-3-5