All Superinterfaces:
IdProjection
All Known Subinterfaces:
BaseProjection, FinishedJobProjection, JobCommonFieldsProjection, JobExecutionProjection, JobMetadataProjection, JobProjection, JobSpecificationProjection, UniqueIdProjection
All Known Implementing Classes:
ApplicationEntity, AuditEntity, BaseEntity, ClusterEntity, CommandEntity, FileEntity, JobEntity, TagEntity, UniqueIdEntity

public interface AuditProjection extends IdProjection
Returns all the base entity attributes.
Since:
3.3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Get when this entity was created.
    Get when this entity was updated.

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

    getId
  • Method Details

    • getCreated

      Instant getCreated()
      Get when this entity was created.
      Returns:
      The created timestamp
    • getUpdated

      Instant getUpdated()
      Get when this entity was updated.
      Returns:
      The updated timestamp