Uses of Class
de.xima.fc.prompt.mgmt.service.PromptQueryData
Packages that use PromptQueryData
Package
Description
-
Uses of PromptQueryData in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return types with arguments of type PromptQueryData -
Uses of PromptQueryData in de.xima.fc.importer
Methods in de.xima.fc.importer that return types with arguments of type PromptQueryData -
Uses of PromptQueryData in de.xima.fc.importer.project
Methods in de.xima.fc.importer.project with parameters of type PromptQueryDataModifier and TypeMethodDescriptionvoidPromptQueryImportSpec.setAlternativeQuery(PromptQueryData queryData) -
Uses of PromptQueryData in de.xima.fc.prompt.mgmt.gui.model
Methods in de.xima.fc.prompt.mgmt.gui.model that return PromptQueryDataMethods in de.xima.fc.prompt.mgmt.gui.model with parameters of type PromptQueryDataModifier and TypeMethodDescriptionvoidPromptQueryViewModel.apply(PromptQueryData item) static PromptQueryViewModelPromptQueryViewModel.promptQueryViewModelForExisting(PromptQueryData data) -
Uses of PromptQueryData in de.xima.fc.prompt.mgmt.service
Methods in de.xima.fc.prompt.mgmt.service that return PromptQueryDataModifier and TypeMethodDescriptionPromptQueryData.Builder.build()Builds thePromptQueryDatainstance.IPromptManagementService.findQueryByName(IUser user, PromptScope scope, String name) Searches for a prompt query by itsname.IPromptQueryImportResult.getQueryData()Gets the data of the imported prompt query.IPromptManagementService.readQuery(IUser user, PromptObjectIdentifier query) Reads the prompt query with the given ID.Methods in de.xima.fc.prompt.mgmt.service that return types with arguments of type PromptQueryDataModifier and TypeMethodDescriptionIPromptManagementService.lockQuery(IUser user, PromptObjectIdentifier query) Locks the given query for editing.IPromptManagementService.readQueries(IUser user, PromptScope scope, PromptScopeResolutionMode mode) Reads all prompt queries assigned to the given scope.Methods in de.xima.fc.prompt.mgmt.service with parameters of type PromptQueryDataModifier and TypeMethodDescriptionstatic PromptQueryData.BuilderPromptQueryData.derive(PromptQueryData data) Creates a new builder pre-configured with the data of the given instance.static PromptObjectIdentifierPromptObjectIdentifier.ofQueryData(PromptQueryData data) Creates a new prompt object identifier for the given prompt query data.voidIPromptManagementService.saveQuery(IUser user, PromptQueryData query, Object config) Persists (create or update) the given prompt query in the persistence layer.IPromptManagementService.saveQuery(IUser user, PromptQueryData query, Object config, IPromptLock lock) Persists (create or update) the given prompt query in the persistence layer. -
Uses of PromptQueryData in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type PromptQueryData -
Uses of PromptQueryData in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type PromptQueryDataMethod parameters in de.xima.fc.workflow.designer.model with type arguments of type PromptQueryDataModifier and TypeMethodDescriptionvoidWorkflowRequestContextModel.setPromptQueries(List<PromptQueryData> promptQueries) -
Uses of PromptQueryData in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type PromptQueryDataModifier and TypeMethodDescriptionstatic List<PromptQueryData> WorkflowProviderHelper.computeAllPromptQueries(Mandant client) Finds all prompt queries owned by the given client. -
Uses of PromptQueryData in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type PromptQueryData -
Uses of PromptQueryData in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model with parameters of type PromptQueryDataModifier and TypeMethodDescriptionstatic ClientPromptQueryViewClientPromptQueryView.forPromptQuery(PromptQueryData data) ContextualPromptObjectReference.ofQueryData(PromptQueryData data) Creates a new contextual prompt object reference from the given prompt query data, omitting its scope ID.