You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.4 KiB
1.4 KiB
LINGYUN.Abp.RulesEngineManagement.Application
1. Introduction
The application service implementation layer of the rules engine management module, implementing the business logic for rules engine management.
2. Features
- Implements rule record application services
- Implements workflow record application services
- Provides auto-mapping configuration for rules engine management
3. Application Service Implementation
3.1 Rule Record Application Service
- RuleRecordAppService
- Implements IRuleRecordAppService interface
- Provides CRUD operations for rule records
- Implements rule record query functionality
- Supports paginated queries
- Implements permission validation
3.2 Workflow Record Application Service
- WorkflowRecordAppService
- Implements IWorkflowRecordAppService interface
- Provides CRUD operations for workflow records
- Implements workflow record query functionality
- Supports paginated queries
- Implements permission validation
4. Object Mapping
- RulesEngineManagementApplicationAutoMapperProfile
- Configures automatic mapping between DTOs and entities
- Includes all mapping configurations related to rules engine management
5. Dependencies
- Volo.Abp.AutoMapper
- Volo.Abp.Ddd.Application
- LINGYUN.Abp.RulesEngineManagement.Application.Contracts
- LINGYUN.Abp.RulesEngineManagement.Domain