Uses of Class
de.xima.fc.prompt.mgmt.service.PromptConnectionData
Packages that use PromptConnectionData
Package
Description
-
Uses of PromptConnectionData in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return types with arguments of type PromptConnectionData -
Uses of PromptConnectionData in de.xima.fc.importer
Methods in de.xima.fc.importer that return types with arguments of type PromptConnectionData -
Uses of PromptConnectionData in de.xima.fc.importer.project
Methods in de.xima.fc.importer.project with parameters of type PromptConnectionDataModifier and TypeMethodDescriptionvoidPromptConnectionImportSpec.setAlternativeConnection(PromptConnectionData alternativeConnection) -
Uses of PromptConnectionData in de.xima.fc.prompt.mgmt.gui.model
Methods in de.xima.fc.prompt.mgmt.gui.model that return PromptConnectionDataMethods in de.xima.fc.prompt.mgmt.gui.model with parameters of type PromptConnectionDataModifier and TypeMethodDescriptionvoidPromptConnectionViewModel.apply(PromptConnectionData item) static PromptConnectionViewModelPromptConnectionViewModel.promptConnectionViewModelForExisting(PromptConnectionData data, IGuiIcon icon) -
Uses of PromptConnectionData in de.xima.fc.prompt.mgmt.service
Methods in de.xima.fc.prompt.mgmt.service that return PromptConnectionDataModifier and TypeMethodDescriptionPromptConnectionData.Builder.build()Builds the prompt connection data instance with the current data.IPromptManagementService.findConnectionByName(IUser user, PromptScope scope, String name) Searches for a prompt connection by itsname.IPromptManagementService.findConnectionByQuery(IUser user, PromptObjectIdentifier query) Searches for the prompt connectionconfigured forthe given query.IPromptQueryImportResult.getConnectionData()Gets the data of the imported prompt connection (if the connection was created/updated alongside the query).IPromptManagementService.readConnection(IUser user, PromptObjectIdentifier connection) Reads the prompt connection with the given UUID.Methods in de.xima.fc.prompt.mgmt.service that return types with arguments of type PromptConnectionDataModifier and TypeMethodDescriptionIPromptManagementService.findConnectionsByType(IUser user, PromptScope scope, String type, PromptScopeResolutionMode mode) Searches for all prompt connections that use a prompt service of the given type.IPromptManagementService.lockConnection(IUser user, PromptObjectIdentifier connection) Locks the given connection for editing.IPromptManagementService.readConnections(IUser user, PromptScope scope, PromptScopeResolutionMode mode) Reads all prompt connections assigned to the given scope.Methods in de.xima.fc.prompt.mgmt.service with parameters of type PromptConnectionDataModifier and TypeMethodDescriptionstatic PromptConnectionData.BuilderPromptConnectionData.builder(PromptConnectionData data) Creates a new builder pre-configured with the data of this connection.static PromptObjectIdentifierPromptObjectIdentifier.ofConnectionData(PromptConnectionData data) Creates a new prompt object identifier for the given prompt connection data.voidIPromptManagementService.saveConnection(IUser user, PromptConnectionData connection, Object config) Persists (create or update) the given prompt connection in the persistence layer.IPromptManagementService.saveConnection(IUser user, PromptConnectionData connection, Object config, IPromptLock lock) Persists (create or update) the given prompt connection in the persistence layer.IPromptServiceType<?, ?> IPromptTypeService.typeByConnection(PromptConnectionData connection) Gets a reference to the prompt service type configured for the given connection. -
Uses of PromptConnectionData in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type PromptConnectionData -
Uses of PromptConnectionData in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type PromptConnectionDataMethod parameters in de.xima.fc.workflow.designer.model with type arguments of type PromptConnectionDataModifier and TypeMethodDescriptionvoidWorkflowRequestContextModel.setPromptConnections(List<PromptConnectionData> promptConnections) -
Uses of PromptConnectionData in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type PromptConnectionDataModifier and TypeMethodDescriptionstatic List<PromptConnectionData> WorkflowProviderHelper.computeAllPromptConnections(Mandant client) Finds all prompt connections owned by the given client. -
Uses of PromptConnectionData in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type PromptConnectionData -
Uses of PromptConnectionData in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model with parameters of type PromptConnectionDataModifier and TypeMethodDescriptionstatic ClientPromptConnectionViewClientPromptConnectionView.forPromptConnection(PromptConnectionData data) ContextualPromptObjectReference.ofConnectionData(PromptConnectionData data) Creates a new contextual prompt object reference from the given prompt connection data, omitting its scope ID.