X4 Produktdokumentation

Savepoint Management

This adapter contains an API for accessing and working with savepoints.

Properties


Operation

Here, you specify which operation the adapter performs.

Possible values:

  • List Savepoints: Lists all Savepoints.

  • Resume Savepoint: Continues the process after stopping via savepoint.

  • Delete Savepoint: Deletes the current savepoint.

Parameters


Adapter

Main class of the adapter (do not change!)

Possible values:

de.softproject.x4.plugins.management.SavePointAdapter: Main class (Default)

Status values


1

The operation was executed successfully.

0

The operation has been executed successfully, but without a result.

-1

The operation could not be performed.


For documentation of the REST interface, see http://localhost:8080/X4/X4Api/.