Interface IdentifiedService

All Known Implementing Classes:
CrudService, FolderService, RequestExecutionHistoryService, RequestExportService, RequestHeaderService, RequestParamService, RequestService, UserService

public interface IdentifiedService
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> boolean
    isEntityExists(T entity)
    Checks if entity exists in database.
  • Method Details

    • isEntityExists

      <T> boolean isEntityExists(T entity)
      Checks if entity exists in database.
      Type Parameters:
      T - UUID
      Parameters:
      entity - entity
      Returns:
      true if exists