Project:
View Revisions: Issue #53109 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0053109: API changes in ExternalSystem abstract class | ||
Revision | 2023-08-08 08:41 by caristu | ||
Description | As part of the changes introduced with 0053077, there are two new API changes related with the ExternalSystem class: 1- A new method is added to the ExternalSystem abstract class: org.openbravo.service.externalsystem.ExternalSystem.send(Operation operation, Supplier<? extends InputStream> payloadSupplier, String path, Map<String, Object> configuration) 2- The previously existing send method is now final |
||
Revision | 2023-08-08 08:41 by caristu | ||
Description | As part of the changes introduced with 0053077, there are two new API changes related with the ExternalSystem class: 1- A new method is added to the ExternalSystem abstract class: org.openbravo.service.externalsystem.ExternalSystem.send(Operation operation, Supplier<? extends InputStream> payloadSupplier, String path, Map<String, Object> configuration) 2- The previously existing send method is now final |
||
Revision | 2023-08-08 08:37 by caristu | ||
Description | As part of the changes introduced with 0053077, there are two new API changes related with the ExternalSystem class: 1- A new method is added to the ExternalSystem abstract class: org.openbravo.service.externalsystem.ExternalSystem.send(java.lang.String, java.util.function.Supplier<? extends java.io.InputStream>, java.util.Map<java.lang.String, java.lang.Object>) 2- The previously existing send method is now final |
||
Revision | 2023-08-08 08:35 by caristu | ||
Description | As part of the changes introduced with 0053077, a new method is added to the ExternalSystem abstract class: org.openbravo.service.externalsystem.ExternalSystem.send(java.lang.String, java.util.function.Supplier<? extends java.io.InputStream>, java.util.Map<java.lang.String, java.lang.Object>) |
Copyright © 2000 - 2009 MantisBT Group |