Interface IPromptScopeService
public interface IPromptScopeService
Service interface for handling the assignee of prompt objects. This service is temporary and internal, as it should
be provided by another domain, but that domain is not yet available (as we are in the process of migrating the
architecture).
- Since:
- 8.5.0
-
Method Summary
Modifier and TypeMethodDescriptionprojectIdsByTenant(Long tenantId) Retrieves all project IDs owned with a particular tenant.projectName(Long projectId) Retrieves the name of a project given its ID.Retrieves the ID of a tenant given its UUID.tenantIdByProject(Long projectId) Retrieves the tenant ID given a project ID.tenantName(Long tenantId) Retrieves the name of a tenant given its IDtenantName(UUID tenantUuid) Retrieves the name of a tenant given its UUID.tenantNameByProject(Long projectId) Retrieves the name of a tenant given a project ID.tenantUuid(Long tenantId) Retrieves the UUID of a tenant given its ID.tenantUuidByProject(Long projectId) Retrieves the UUID of a tenant given a project ID.
-
Method Details
-
tenantId
-
tenantIdByProject
-
tenantName
-
tenantName
-
tenantNameByProject
-
tenantUuid
-
tenantUuidByProject
-
projectIdsByTenant
-
projectName
-