Navigation :
test ../ test dev.html
Developer Guide
test ../ test dev/dev-release.html
-
Release and migration notes
test ../ test dev/getting-started/getting-started.html
- Getting started
test ../ test dev/dev-configure.html
-
Configuring the Limits Module
test ../ test dev/date-roll.html
- Date Roll
test ../ test dev/alert-tasks.html
-
AlertTaskManager
test ../ test dev/integration.html
-
How to Integrate Limits to Atoti+
test ../ test dev/integration/java.html
--
Atoti+ Java
test ../ test dev/integration/python/integration-atoti-python.html
-- Atoti+ Python
test ../ test dev/integration/performance.html
-- Performance
test ../ test dev/scopes.html
-
Limit Scopes
test ../ test dev/restful-endpoint.html
- Limit RESTful endpoints
test ../ test dev/limit-workflow.html
- Limit Workflow
test ../ test dev/security.html
- Required Roles
test ../ test user-ref.html
User & Reference Guide
test ../ test user-ref/limits-overview.html
-
Limits Module Overview
test ../ test user-ref/whats-new.html
- What's New
test ../ test user-ref/using-limits.html
-
Working with limits
test ../ test user-ref/using-limits/limits-inventory.html
-- Limits Inventory
test ../ test user-ref/using-limits/create-limit.html
-- Create limit definitions
test ../ test user-ref/using-limits/view-edit-limit.html
-- View, edit, and delete limits
test ../ test user-ref/using-limits/approve-reject-limit.html
-- Approve and reject limits
test ../ test user-ref/using-limits/exception-ui.html
-- Manage exceptions
test ../ test user-ref/using-limits/measure-types.html
-- Measure Types
test ../ test user-ref/using-limits/currency.html
-- Specifying the currency
test ../ test user-ref/storytelling/story-telling.html
- Storytelling
test ../ test user-ref/input-files.html
-
Input file formats
test ../ test user-ref/configuration.html
-
Configuration files
test ../ test user-ref/cube.html
-
Cubes
test ../ test user-ref/datastore.html
-
Datastores
How to Integrate Limits to Atoti+
This section describes how to integrate Limits Module into the Atoti+ Java and Python APIs.
Overview
To connect Limits to an Active Pivot (AP) Java server please see Java auto-configuration . This is the easier and
recommended approach, but please note that, alternatively, the connection can be configured manually. Please see
Java manual configuration .
To connect Limits to an AP Python server, the atoti-limits plugin can be used. See Atoti+ Python configuration