Uses of Class
de.xima.fc.prompt.mgmt.service.PromptObjectIdentifier
Packages that use PromptObjectIdentifier
Package
Description
-
Uses of PromptObjectIdentifier in de.xima.fc.importer.mdl
Methods in de.xima.fc.importer.mdl that return types with arguments of type PromptObjectIdentifierModifier and TypeMethodDescriptionPromptImportResult.getAlternativeConnections()PromptImportResult.getAlternativeConnections()PromptImportResult.getAlternativeQueries()PromptImportResult.getAlternativeQueries()PromptImportResult.getImportedConnections()PromptImportResult.getImportedConnections()PromptImportResult.getImportedQueries()PromptImportResult.getImportedQueries()PromptImportResult.getSkippedConnections()PromptImportResult.getSkippedQueries()Methods in de.xima.fc.importer.mdl with parameters of type PromptObjectIdentifierModifier and TypeMethodDescriptionvoidPromptImportResult.addSkippedConnection(PromptObjectIdentifier connectionId) voidPromptImportResult.addSkippedQuery(PromptObjectIdentifier queryId) voidPromptImportResult.putAlternativeConnection(PromptObjectIdentifier queryId, PromptObjectIdentifier alternativeConnectionId) voidPromptImportResult.putAlternativeQuery(PromptObjectIdentifier originalQueryId, PromptObjectIdentifier alternativeQueryId) voidPromptImportResult.putImportedConnection(PromptObjectIdentifier originalConnectionId, PromptObjectIdentifier createdConnectionId) voidPromptImportResult.putImportedQuery(PromptObjectIdentifier originalQueryId, PromptObjectIdentifier createdQueryId) -
Uses of PromptObjectIdentifier in de.xima.fc.importer.project
Methods in de.xima.fc.importer.project that return PromptObjectIdentifierModifier and TypeMethodDescriptionPromptConnectionImportSpec.getAlternativeConnectionId()PromptQueryImportSpec.getAlternativeQueryId()PromptQueryImportSpec.getConnectionId()PromptConnectionImportSpec.getId()PromptConnectionImportSpec.QueryRef.getId()PromptQueryImportSpec.getId()Methods in de.xima.fc.importer.project with parameters of type PromptObjectIdentifierModifier and TypeMethodDescriptiondefault booleanPromptImportSpecMapper.connectionExistsInTargetScope(PromptObjectIdentifier id, Mandant client, IPromptManagementService promptManagementService) ProjectImporter.getPromptConnectionImportSpec(PromptObjectIdentifier connectionId) voidPromptConnectionImportSpec.setAlternativeConnectionId(PromptObjectIdentifier alternativeConnectionId) voidPromptQueryImportSpec.setAlternativeQueryId(PromptObjectIdentifier alternativeQueryId) default List<org.apache.commons.lang3.tuple.Pair<EWorkflowElementType, String>> PromptImportSpecMapper.toWorkflowActionNames(PromptObjectIdentifier queryId, WorkflowVersion workflowVersion, Mandant client) Constructors in de.xima.fc.importer.project with parameters of type PromptObjectIdentifierModifierConstructorDescriptionPromptConnectionImportSpec(PromptObjectIdentifier id, String name, String description, String type, boolean dataPresent, boolean existsInTargetScope) PromptQueryImportSpec(PromptObjectIdentifier id, String name, String description, boolean existsInTargetScope, String connectionName, String connectionType, PromptObjectIdentifier connectionId, List<org.apache.commons.lang3.tuple.Pair<EWorkflowElementType, String>> workflowElementsReferencingObjects) QueryRef(PromptObjectIdentifier id, String name) -
Uses of PromptObjectIdentifier in de.xima.fc.prompt.mgmt.defaults
Methods in de.xima.fc.prompt.mgmt.defaults with parameters of type PromptObjectIdentifierModifier and TypeMethodDescriptionDefaultPromptQueryImportSpec.Builder.alternativeConnectionId(PromptObjectIdentifier alternativeConnectionId) Sets the optional alternative connection identifier to use instead of the one stored in the prompt query export (if any).DefaultPromptConnectionExportSpec.Builder.promptConnectionId(PromptObjectIdentifier promptConnectionId) Sets Identifier of the prompt connection to export.DefaultPromptQueryExportSpec.Builder.promptQueryId(PromptObjectIdentifier promptQueryId) Sets the identifier of the prompt query to export. -
Uses of PromptObjectIdentifier in de.xima.fc.prompt.mgmt.gui.model
Methods in de.xima.fc.prompt.mgmt.gui.model that return PromptObjectIdentifierMethods in de.xima.fc.prompt.mgmt.gui.model with parameters of type PromptObjectIdentifierModifier and TypeMethodDescriptionstatic PromptConnectionOptionValuePromptConnectionOptionValue.connection(PromptObjectIdentifier connection) Creates a new connection option value that represents a specific connection.PromptConnectionOptions.getInfo(PromptObjectIdentifier connection) PromptConnectionOptions.getType(PromptObjectIdentifier connection) PromptQuerySelectionModel.withConnection(PromptObjectIdentifier connection) Returns a new selection model with the same data as this model, but adopted to the given connection. i.e. to the prompt service type that the given connection uses. -
Uses of PromptObjectIdentifier in de.xima.fc.prompt.mgmt.service
Methods in de.xima.fc.prompt.mgmt.service that return PromptObjectIdentifierModifier and TypeMethodDescriptionPromptQueryData.connection()Gets the prompt connection used by this query.IPromptQueryImportSpec.getAlternativeConnectionId()Gets the optional alternative connection identifier to use instead of the one stored in the prompt query export (if any).default PromptObjectIdentifierIPromptQueryExportInfo.getConnectionId()Gets the ID of the prompt connection used to execute the prompt query.default PromptObjectIdentifierIPromptConnectionExportInfo.getId()Gets the ID of the prompt connection, which is a combination of the scope and the UUID.default PromptObjectIdentifierIPromptQueryExportInfo.getId()Gets the ID of the prompt query.@NotNull PromptObjectIdentifierIPromptConnectionExportSpec.getPromptConnectionId()Gets the identifier of the prompt connection to export.@NotNull PromptObjectIdentifierIPromptQueryExportSpec.getPromptQueryId()Gets the identifier of the prompt query to export.static PromptObjectIdentifierPromptObjectIdentifier.of(PromptScope scope, UUID uuid) Creates a new prompt object identifier with the given assignee and UUID.static PromptObjectIdentifierPromptObjectIdentifier.ofConnectionData(PromptConnectionData data) Creates a new prompt object identifier for the given prompt connection data.static PromptObjectIdentifierPromptObjectIdentifier.ofQueryData(PromptQueryData data) Creates a new prompt object identifier for the given prompt query data.static PromptObjectIdentifierParses a prompt object identifier from its string representation, as returned byPromptObjectIdentifier.toString().Methods in de.xima.fc.prompt.mgmt.service with parameters of type PromptObjectIdentifierModifier and TypeMethodDescriptionPromptQueryData.Builder.connection(PromptObjectIdentifier connection) Sets the prompt connection used by this query.voidIPromptManagementService.deleteConnection(IUser user, PromptObjectIdentifier connection) Deletes the prompt connection with the given ID.voidIPromptManagementService.deleteConnection(IUser user, PromptObjectIdentifier connection, IPromptLock lock) Deletes the prompt connection with the given ID.voidIPromptManagementService.deleteQuery(IUser user, PromptObjectIdentifier query) Deletes the prompt query with the given ID.voidIPromptManagementService.deleteQuery(IUser user, PromptObjectIdentifier query, IPromptLock lock) Deletes the prompt query with the given ID.IPromptManagementService.findConnectionByQuery(IUser user, PromptObjectIdentifier query) Searches for the prompt connectionconfigured forthe given query.IPromptReferenceLocator.locateConnectionReferences(PromptObjectIdentifier connection) Finds all references to the given prompt connection.IPromptReferenceLocator.locateQueryReferences(PromptObjectIdentifier query) Finds all references to the given prompt query.IPromptManagementService.lockConnection(IUser user, PromptObjectIdentifier connection) Locks the given connection for editing.IPromptManagementService.lockQuery(IUser user, PromptObjectIdentifier query) Locks the given query for editing.IPromptManagementService.readConnection(IUser user, PromptObjectIdentifier connection) Reads the prompt connection with the given UUID.IPromptManagementService.readConnectionConfig(IUser user, PromptObjectIdentifier connection) Reads the raw, non-deserialized configuration of the prompt connection with the given ID.IPromptManagementService.readQuery(IUser user, PromptObjectIdentifier query) Reads the prompt query with the given ID.IPromptManagementService.readQueryConfig(IUser user, PromptObjectIdentifier query) Reads the raw, non-deserialized configuration of the prompt query with the given UUID. -
Uses of PromptObjectIdentifier in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model that return PromptObjectIdentifierModifier and TypeMethodDescriptionContextualPromptObjectReference.resolve(long scopeId) Resolves this contextual prompt object reference to a fullprompt object identifierusing the given scope ID.Methods in de.xima.fc.workflow.taglib.model with parameters of type PromptObjectIdentifierModifier and TypeMethodDescriptionContextualPromptObjectReference.ofIdentifier(PromptObjectIdentifier identifier) Creates a new contextual prompt object reference from the given prompt object identifier, omitting its scope ID.