Skip to main content
Version: 3.0

Overview

This document provides an in-depth understanding of various plugin types and their characteristics, including their classification, acceptable identifiers, associated core references, and base classes. These plugin types serve as key components in extending and customizing system functionality for diverse applications.


Below is a detailed table explaining the attributes of each plugin type.

Plugin Type DescriptionApplicationTypes Enum ValueAcceptable String RepresentationsCore ReferencesPluginInfo Base Class
Business LogicBusinessLogic"BusinessLogic", "DiAPI", "Di"CompuTec.Core2PluginInfo
SAP User InterfaceSapUserInterface"SapUserInterface", "SapUI", "UI"CompuTec.Core2.UISapUiPluginInfo
App Engine PluginAppEnginePlugin"AePlugin", "plugin", "AEComponent", "AppEnginePlugin"CompuTec.Core2.AEAEPlugin
StandaloneStandalone"Standalone", "exe", "app"
OtherOther"Other"

The table above classifies the available plugin types and their usage context within the system. By categorizing plugins into specific types, this framework ensures better organization, easier integration, and enhanced scalability of solutions. Each plugin type is defined by its purpose, implementation details, and compatibility, allowing developers to choose the most suitable type for their requirements. For further questions or customization, feel free to reach out!