All Superinterfaces:
AuditProjection, IdProjection
All Known Subinterfaces:
BaseProjection, FinishedJobProjection, JobCommonFieldsProjection, JobProjection, JobSpecificationProjection
All Known Implementing Classes:
ApplicationEntity, BaseEntity, ClusterEntity, CommandEntity, JobEntity

public interface UniqueIdProjection extends AuditProjection
Projection for getting the Unique Id of a resource.
Since:
4.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the unique identifier for this entity.

    Methods inherited from interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.AuditProjection

    getCreated, getUpdated

    Methods inherited from interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.IdProjection

    getId
  • Method Details

    • getUniqueId

      String getUniqueId()
      Get the unique identifier for this entity.
      Returns:
      The globally unique identifier of this entity