Interface PromptImportSpecMapper
- All Known Implementing Classes:
PromptImportSpecMapperImpl
public interface PromptImportSpecMapper
- Since:
- 8.5.0
- Author:
- Norman Lorenz
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PromptImportSpecMapperstatic final org.slf4j.Logger -
Method Summary
Modifier and TypeMethodDescriptiondefault booleanconnectionExistsInTargetScope(PromptObjectIdentifier id, Mandant client, IPromptManagementService promptManagementService) default booleanqueryExistsInTargetScope(IPromptQueryExportInfo query, Mandant client, IPromptManagementService promptManagementService) toImportSpec(PromptQueryExportData exportData, Mandant client, IPromptManagementService promptManagementService) toImportSpec(PromptQueryExportData exportData, Mandant client, IPromptManagementService promptManagementService, WorkflowVersion workflowVersion) toImportSpecs(PromptQueryExportData exportData, Mandant client, IPromptManagementService promptManagementService, WorkflowVersion workflowVersion) toStringList(String name) default List<org.apache.commons.lang3.tuple.Pair<EWorkflowElementType, String>> toWorkflowActionNames(PromptObjectIdentifier queryId, WorkflowVersion workflowVersion, Mandant client)
-
Field Details
-
log
static final org.slf4j.Logger log -
INSTANCE
-
-
Method Details
-
connectionExistsInTargetScope
default boolean connectionExistsInTargetScope(PromptObjectIdentifier id, Mandant client, IPromptManagementService promptManagementService) -
queryExistsInTargetScope
default boolean queryExistsInTargetScope(IPromptQueryExportInfo query, Mandant client, IPromptManagementService promptManagementService) -
toImportSpec
PromptConnectionImportSpec toImportSpec(PromptQueryExportData exportData, Mandant client, IPromptManagementService promptManagementService) -
toImportSpec
PromptQueryImportSpec toImportSpec(PromptQueryExportData exportData, Mandant client, IPromptManagementService promptManagementService, WorkflowVersion workflowVersion) -
toImportSpecs
PromptImportSpecs toImportSpecs(PromptQueryExportData exportData, Mandant client, IPromptManagementService promptManagementService, WorkflowVersion workflowVersion) -
toStringList
-
toWorkflowActionNames
default List<org.apache.commons.lang3.tuple.Pair<EWorkflowElementType, String>> toWorkflowActionNames(PromptObjectIdentifier queryId, WorkflowVersion workflowVersion, Mandant client)
-