All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xtendm3-sdk.0.15.0.source-code.TransactionAPI Maven / Gradle / Ivy

There is a newer version: 0.18.3
Show newest version
import java.util.Map;

/**
 * API for extending MI transactions
 * @since API Version 0.12.0
 */
public interface TransactionAPI {

  /**
   * Get transaction parameters
   * @return transaction parameters
   * @since API Version 0.12.0
   */
  Map getParameters();

  /**
   * Abort the current transaction
   * @param field Error Field
   * @param messageId Error message ID
   * @param data Error message data
   * @since API Version 0.12.0
   */
  void abortTransaction(String field, String messageId, String data);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy