Class ConnectorResult
- java.lang.Object
-
- org.bonitasoft.engine.core.connector.ConnectorResult
-
public class ConnectorResult extends java.lang.ObjectContains the instantiated connector and its result It is used to give make the connector service return both the instantiated connector and its result in order to be able to call disconnect on it in the execute operation method- Author:
- Baptiste Mesta
-
-
Constructor Summary
Constructors Constructor Description ConnectorResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>getResult()
-