Uses of Interface
com.attivio.sdk.esb.ConnectorExecutionRecord
-
Packages that use ConnectorExecutionRecord Package Description com.attivio.platform.store com.attivio.sdk.client Interfaces for client side AIE development. -
-
Uses of ConnectorExecutionRecord in com.attivio.platform.store
Classes in com.attivio.platform.store that implement ConnectorExecutionRecord Modifier and Type Class Description class
DefaultConnectorExecutionRecord
Methods in com.attivio.platform.store that return ConnectorExecutionRecord Modifier and Type Method Description ConnectorExecutionRecord
MockConnectorHistory. getCurrentExecutionRecord(java.lang.String connectorName)
Note, the connector does not have to be defined.ConnectorExecutionRecord
MockConnectorHistory. getLatestHistory(java.lang.String connectorName)
Methods in com.attivio.platform.store that return types with arguments of type ConnectorExecutionRecord Modifier and Type Method Description java.lang.Iterable<ConnectorExecutionRecord>
MockConnectorHistory. getHistory(java.lang.String connectorName)
-
Uses of ConnectorExecutionRecord in com.attivio.sdk.client
Methods in com.attivio.sdk.client that return ConnectorExecutionRecord Modifier and Type Method Description ConnectorExecutionRecord
ConnectorHistoryApi. getCurrentExecutionRecord(java.lang.String connectorName)
Note, the connector does not have to be defined.ConnectorExecutionRecord
ConnectorControlApi. getExecutionInfo(java.lang.String connectorName)
Gets execution information for the connector.ConnectorExecutionRecord
ConnectorHistoryApi. getLatestHistory(java.lang.String connectorName)
Methods in com.attivio.sdk.client that return types with arguments of type ConnectorExecutionRecord Modifier and Type Method Description java.lang.Iterable<ConnectorExecutionRecord>
ConnectorHistoryApi. getHistory(java.lang.String connectorName)
-