Class PromptImportSpecMapperImpl
java.lang.Object
de.xima.fc.importer.project.PromptImportSpecMapperImpl
- All Implemented Interfaces:
PromptImportSpecMapper
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2026-03-03T15:56:33+0000",
comments="version: 1.6.3, compiler: javac, environment: Java 25.0.2 (Eclipse Adoptium)")
public class PromptImportSpecMapperImpl
extends Object
implements PromptImportSpecMapper
-
Field Summary
Fields inherited from interface PromptImportSpecMapper
INSTANCE, log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoImportSpec(PromptQueryExportData exportData, Mandant client, IPromptManagementService promptManagementService) toImportSpec(PromptQueryExportData exportData, Mandant client, IPromptManagementService promptManagementService, WorkflowVersion workflowVersion) toImportSpecs(PromptQueryExportData exportData, Mandant client, IPromptManagementService promptManagementService, WorkflowVersion workflowVersion) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PromptImportSpecMapper
connectionExistsInTargetScope, queryExistsInTargetScope, toStringList, toWorkflowActionNames
-
Constructor Details
-
PromptImportSpecMapperImpl
public PromptImportSpecMapperImpl()
-
-
Method Details
-
toImportSpec
public PromptConnectionImportSpec toImportSpec(PromptQueryExportData exportData, Mandant client, IPromptManagementService promptManagementService) - Specified by:
toImportSpecin interfacePromptImportSpecMapper
-
toImportSpec
public PromptQueryImportSpec toImportSpec(PromptQueryExportData exportData, Mandant client, IPromptManagementService promptManagementService, WorkflowVersion workflowVersion) - Specified by:
toImportSpecin interfacePromptImportSpecMapper
-
toImportSpecs
public PromptImportSpecs toImportSpecs(PromptQueryExportData exportData, Mandant client, IPromptManagementService promptManagementService, WorkflowVersion workflowVersion) - Specified by:
toImportSpecsin interfacePromptImportSpecMapper
-