Backend Adapter¶
-
class
connector.unit.backend_adapter.BackendAdapter(connector_env)[source]¶ Bases:
connector.connector.ConnectorUnitBase Backend Adapter for the connectors
-
class
connector.unit.backend_adapter.CRUDAdapter(connector_env)[source]¶ Bases:
connector.unit.backend_adapter.BackendAdapterBase External Adapter specialized in the handling of records on external systems.
Subclasses can implement their own implementation for the methods.
-
search(*args, **kwargs)[source]¶ Search records according to some criterias and returns a list of ids
-