Package-level declarations
Types
Link copied to clipboard
interface ErrorRepo : JpaRepository<TaskErrorEntity, Long> , JpaSpecificationExecutor<TaskErrorEntity>
Link copied to clipboard
Link copied to clipboard
@Entity
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Entity
Link copied to clipboard
@Entity
Link copied to clipboard
@Entity
Link copied to clipboard
Link copied to clipboard
interface TaskExecutorTypeRepo : JpaRepository<TaskExecutorType, Long> , JpaSpecificationExecutor<TaskExecutorType>
Link copied to clipboard
data class TaskExtraData(var progress: TaskProgress? = null, val input: TaskData? = null, var output: TaskData? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Entity
Link copied to clipboard
interface TaskTypeRepo : JpaRepository<TaskTypeEntity, Long> , JpaSpecificationExecutor<TaskTypeEntity>