Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Entitätsvorgänge und ‑aktionen
In diesem Thema werden die folgenden grundlegenden Konzepte erläutert, die die Grundlage für eine Anfrage bilden, die von einem beliebigen Connector stammt:
Entität
Vorgang
Aktion
Alle Integration Connectors bieten eine Abstraktionsebene für die Objekte der verbundenen Anwendung. Sie können nur über diese Abstraktion auf die Objekte einer Anwendung zugreifen. Die Abstraktion wird Ihnen als Entitäten, Vorgänge und Aktionen zur Verfügung gestellt.
Entität: Eine Entität kann als Objekt oder Sammlung von Attributen in der verbundenen Anwendung oder im verbundenen Dienst verstanden werden. Die Definition einer Entität unterscheidet sich von Connector zu Connector. Beispiel: In einem Datenbank-Connector sind Tabellen die Entitäten, in einem Dateiserver-Connector sind Ordner die Entitäten und in einem Nachrichtensystem-Connector sind Warteschlangen die Entitäten.
Es ist jedoch möglich, dass ein Connector keine Entitäten unterstützt oder keine Entitäten enthält. In diesem Fall ist die Liste Entities leer. Der Pub/Sub-Connector hat beispielsweise keine Entität, sondern nur die Aktion publishMessage.
Vorgang: Ein Vorgang ist die Aktivität, die Sie für eine Entität ausführen können. Sie können einen der folgenden Vorgänge für eine Entität ausführen:
Liste
Get
Erstellen
Aktualisieren
Löschen
Durch Auswahl einer Entität aus der verfügbaren Liste wird eine Liste der Vorgänge generiert, die für die Entität verfügbar sind. Eine detaillierte Beschreibung der Vorgänge finden Sie in den Entitätsvorgängen der Connectors-Aufgabe.
Es ist jedoch möglich, dass ein Connector keine Entitätsvorgänge unterstützt. In diesem Fall ist die Operations-Liste leer.
Aktion: Eine Aktion ist eine Funktion erster Klasse, die über die Connector-Benutzeroberfläche für die Integration verfügbar gemacht wird. Mit Aktionen können Sie Änderungen an einer Entität oder Entitäten vornehmen und je nach Connector variieren. Es ist jedoch möglich, dass ein Connector keine Aktionen unterstützt. In diesem Fall ist die Actions-Liste leer.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-19 (UTC)."],[[["\u003cp\u003eEntities, operations, and actions are the core concepts for requests originating from any connector, providing an abstraction layer to access application objects.\u003c/p\u003e\n"],["\u003cp\u003eAn entity is an object or collection of properties within a connected application, varying in definition across different connectors, such as tables in a database or folders in a file server.\u003c/p\u003e\n"],["\u003cp\u003eOperations represent activities performed on an entity, including listing, getting, creating, updating, and deleting, though some connectors may not support entity operations.\u003c/p\u003e\n"],["\u003cp\u003eActions are functions available through the connector interface to modify entities, with the specific actions available differing from connector to connector, and some connectors not supporting any actions.\u003c/p\u003e\n"],["\u003cp\u003eConnectors may not support entities, operations or actions, resulting in an empty respective list.\u003c/p\u003e\n"]]],[],null,["# Entity operations and actions\n=============================\n\nThis topic explains the following fundamental concepts which form the basis for a request\noriginating from any connector:\n\n- Entity\n- Operation\n- Action\n\n\nAll the Integration Connectors provide a layer of abstraction for the objects of\nthe connected application. You can access an application's objects only through\nthis abstraction. The abstraction is exposed to you as entities, operations, and actions.\n\n- **Entity:** An entity can be thought of as an object, or a collection of properties, in the connected application or service. The definition of an entity differs from a connector to a connector. For example, in a database connector, tables are the entities, in a file server connector, folders are the entities, and in a messaging system connector, queues are the entities.\n\n However, it is possible that a connector doesn't support or have any entities, in which case the\n `Entities` list will be empty. For example, the Pub/Sub connector\n doesn't have any entity, but only has the `publishMessage` action.\n- **Operation:** An operation is the activity that you can perform on an entity. You can perform any of the following operations on an entity:\n - List\n - Get\n - Create\n - Update\n - Delete\n\n Selecting an entity from the available list, generates a list of\n operations available for the entity. For a detailed description of the operations, see the Connectors task's\n [entity operations](/application-integration/docs/configure-connectors-task#config-prop).\n However, it is possible\n that a connector doesn't support any entity operations, in which case the `Operations` list will be empty.\n- **Action:** An action is a first class function that is made available to the integration through the connector interface. Actions let you make changes to an entity or entities, and vary from connector to connector. However, it is possible that a connector doesn't support any action, in which case the `Actions` list will be empty."]]