See: Description
Interface | Description |
---|---|
CellReader |
Abstract source of tabulated cell data.
|
CellWriter |
Abstract sink for tabulated cell data.
|
Class | Description |
---|---|
Action |
An action object within an Anaplan model.
|
AnaplanApiClientObject |
Base class for remote server object accessor classes.
|
ColumnMetadata |
Carries information about a column in an export.
|
Constants | |
Credentials |
Credentials for accessing the Anaplan API service.
|
EncodingUtils |
Utilities for dealing with encoding
|
Export |
An export object within an Anaplan model.
|
ExportMetadata |
Represents information about the format and layout of an export.
|
Import |
An import object within an Anaplan model.
|
JDBCCellReader |
An implementation of CellReader that connects to a JDBC data source.
|
Model |
An Anaplan model.
|
Module |
A module within a model.
|
NamedObject |
The superclass of all named objects within an Anaplan model.
|
Process |
A process object within an Anaplan model.
|
Program |
A command-line interface to the Anaplan Connect API library.
|
ServerFile |
Represents a file on the Anaplan server associated with a model.
|
Service |
An authenticated connection to the Anaplan API service.
|
Task |
A task for processing on the server.
|
TaskFactory |
A named entity in an Anaplan model that can initiate tasks on the server.
|
TaskParameters |
Run-time parameters to be used when starting a task on the server.
|
TaskResult |
The result of a task completing.
|
TaskResultDetail |
Detail part of result of a task completing.
|
TaskStatus |
The status of a task on the server.
|
View |
A view of a module.
|
Workspace |
An Anaplan workspace.
|
Enum | Description |
---|---|
Credentials.Scheme |
Represents an authentication method.
|
DataType |
The basic type of a cell in an Anaplan model.
|
Import.ImportType |
The set of types of import definition.
|
ServerFile.Format |
File formats recognised by Ananplan import.
|
TaskParameters.ConnectorParameter |
Enumerate the known parameters that can be set for a data source
|
TaskParameters.SourceType |
Enumerate the known types of data source
|
TaskStatus.State |
Represents the current state of a task on the server.
|
Exception | Description |
---|---|
AnaplanAPIException |
Superclass of API call failure types.
|
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: