Package de.xima.fc.prompt.mgmt.service
package de.xima.fc.prompt.mgmt.service
-
ClassDescriptionA special type of
FcPromptExceptionthat is thrown by services when the user lacks permission to perform a certain action.Base exception for all exception raised by the prompt API.A special type ofFcPromptExceptionthat is thrown by theIPromptManagementServicewhen creating, updating, or deleting prompt objects fails.A special type ofFcPromptExceptionthat is thrown by theIPromptTypeServicewhen it encounters an error.A special type ofFcPromptTypeExceptionthat is thrown by theIPromptTypeServiceupon execution of a prompt query.Describes the parameters needed to execute a prompt query, seeIPromptTypeService.executeQuery(IPromptServiceType, IExecutePromptQueryParams, Object, Object). .Describes the return value of a prompt query execution, seeexecuteQueryResult of analyzing a prompt connection export.Specification for analyzing a prompt connection export file.Model representing metadata about an exported prompt connection.Specification for exporting a prompt connection, including the prompt connection identifier and an optional password for encryption.Result of analyzing a prompt export file.Model representing metadata of a prompt export.Service with various operations for managing prompt connections and queries, mainly CRUD operations.Result of analyzing a prompt query export.Specification for analyzing a prompt query export file.Model representing metadata about an exported prompt query.Represents a file attached to a prompt query.Specification for exporting a prompt query, including the prompt query identifier and an optional password for encryption.Result of importing a prompt query.Specification for importing a prompt query.A reference to a prompt object, such as a prompt connection or prompt query.Service interface for finding references to prompt objects, such as connections and queries.IPromptServiceHandlerEntry<ConnectionConfig, QueryConfig>Low-level registry forprompt service handlers.The ID of a plugin that provides a prompt service, used byIPromptServiceHandlerRegistry.IPromptServiceType<ConnectionConfig, QueryConfig>A reference to a specific type of prompt service.Service with various operations on a giventype of of prompt services.Describes the parameters for a test connection call to a prompt query, seeIPromptTypeService.testConnection(IPromptServiceType, ITestPromptConnectionParams, Object)Describes the return value of a test connection call to a prompt query, seeIPromptTypeService.testConnection(IPromptServiceType, ITestPromptConnectionParams, Object).Locked<Lock,Item> Represents an item that is locked by a specific lock.Represents a prompt connection, i.e. the configuration needed to establish a connection to a prompt service.Builder for prompt connection data instances.The types of prompt export files.The identifier of a prompt object, i.e. a prompt connection or a prompt query.The scope to which a prompt object can be assigned, consisting of the kind of scope and its ID within that kind.Enumeration with the possible scoped a prompt object can be assigned to.Defines how to resolve prompt scopes.