Interface JobEntityManager

    • Method Detail

      • insertJobEntity

        boolean insertJobEntity​(JobEntity jobEntity)
        Insert the JobEntity, similar to insert(JobEntity), but returns a boolean in case the insert did not go through. This could happen if the execution related to the JobEntity has been removed.
      • findJobByCorrelationId

        JobEntity findJobByCorrelationId​(String correlationId)
        Find the job with the given correlation id
      • deleteJobsByExecutionId

        void deleteJobsByExecutionId​(String executionId)