이 주제에서는 커넥터에서 시작된 요청의 기반을 형성하는 다음과 같은 기본 개념을 설명합니다.
항목
작업
조치
모든 Integration Connectors는 연결된 애플리케이션의 객체에 대한 추상화 레이어를 제공합니다. 이 추상화를 통해서만 애플리케이션의 객체에 액세스할 수 있습니다. 추상화는 항목, 작업, 조치로 노출됩니다.
항목: 연결된 애플리케이션 또는 서비스에서 항목은 객체 또는 속성 모음으로 간주될 수 있습니다. 항목의 정의는 커넥터마다 다릅니다. 예를 들어 데이터베이스 커넥터에서는 테이블이 항목이고, 파일 서버 커넥터에서는 폴더가 항목이며 메시징 시스템 커넥터에서는 큐가 항목입니다.
그러나 커넥터가 항목을 지원하지 않거나 항목을 포함하지 않을 수 있으며, 이 경우 Entities 목록이 비어 있습니다. 예를 들어 Pub/Sub 커넥터는 항목이 없으며 publishMessage 작업만 있습니다.
작업: 작업은 항목에 대해 수행할 수 있는 활동입니다. 항목에서 다음 작업을 수행할 수 있습니다.
목록
Get
Create
업데이트
삭제
사용 가능한 목록에서 항목을 선택하면 항목에 사용 가능한 작업 목록이 생성됩니다. 작업에 대한 자세한 설명은 커넥터 태스크의 항목 작업을 참조하세요.
하지만 커넥터가 항목 작업을 지원하지 않을 수 있으며 이 경우 Operations 목록이 비어 있습니다.
조치: 커넥터 인터페이스를 통해 통합에 제공되는 첫 번째 클래스 함수입니다. 조치를 사용하면 항목을 변경할 수 있습니다. 조치는 커넥터마다 다릅니다. 하지만 커넥터가 조치를 지원하지 않을 수 있으며 이 경우 Actions 목록이 비어 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(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."]]