Uses of Class
org.openiam.idm.srvc.batch.domain.BatchTaskScheduleEntity
-
-
Uses of BatchTaskScheduleEntity in org.openiam.esb.core.batch.thread
Fields in org.openiam.esb.core.batch.thread with type parameters of type BatchTaskScheduleEntity Modifier and Type Field Description protected List<BatchTaskScheduleEntity>
AbstractBatchTaskThread. scheduledTasks
Constructor parameters in org.openiam.esb.core.batch.thread with type arguments of type BatchTaskScheduleEntity Constructor Description AbstractBatchTaskThread(BatchTaskEntity entity, org.springframework.context.ApplicationContext ctx, List<BatchTaskScheduleEntity> scheduledTasks)
BatchTaskGroovyThread(BatchTaskEntity entity, org.springframework.context.ApplicationContext ctx, List<BatchTaskScheduleEntity> scheduledTasks)
BatchTaskSpringThread(BatchTaskEntity entity, org.springframework.context.ApplicationContext ctx, List<BatchTaskScheduleEntity> scheduledTasks)
-
Uses of BatchTaskScheduleEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return BatchTaskScheduleEntity Modifier and Type Method Description BatchTaskScheduleEntity
BatchTaskScheduleDozerConverter. convertEntity(BatchTaskScheduleEntity entity, boolean isDeep)
BatchTaskScheduleEntity
BatchTaskScheduleDozerConverter. convertToEntity(BatchTaskSchedule entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type BatchTaskScheduleEntity Modifier and Type Method Description List<BatchTaskScheduleEntity>
BatchTaskScheduleDozerConverter. convertToEntityList(List<BatchTaskSchedule> list, boolean isDeep)
Set<BatchTaskScheduleEntity>
BatchTaskScheduleDozerConverter. convertToEntitySet(Set<BatchTaskSchedule> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type BatchTaskScheduleEntity Modifier and Type Method Description BatchTaskScheduleEntity
BatchTaskScheduleDozerConverter. convertEntity(BatchTaskScheduleEntity entity, boolean isDeep)
BatchTaskSchedule
BatchTaskScheduleDozerConverter. convertToDTO(BatchTaskScheduleEntity entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type BatchTaskScheduleEntity Modifier and Type Method Description List<BatchTaskSchedule>
BatchTaskScheduleDozerConverter. convertToDTOList(List<BatchTaskScheduleEntity> list, boolean isDeep)
Set<BatchTaskSchedule>
BatchTaskScheduleDozerConverter. convertToDTOSet(Set<BatchTaskScheduleEntity> set, boolean isDeep)
-
Uses of BatchTaskScheduleEntity in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return types with arguments of type BatchTaskScheduleEntity Modifier and Type Method Description List<BatchTaskScheduleEntity>
BatchService. getIncompleteSchduledTasksBefore(Date date)
Method parameters in org.openiam.esb.core.service with type arguments of type BatchTaskScheduleEntity Modifier and Type Method Description OpenIAMRunnable
BatchService. getRunnable(String id, List<BatchTaskScheduleEntity> scheduledTasks)
-
Uses of BatchTaskScheduleEntity in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return types with arguments of type BatchTaskScheduleEntity Modifier and Type Method Description List<BatchTaskScheduleEntity>
BatchServiceImpl. getIncompleteSchduledTasksBefore(Date date)
Method parameters in org.openiam.esb.core.service.impl with type arguments of type BatchTaskScheduleEntity Modifier and Type Method Description OpenIAMRunnable
BatchServiceImpl. getRunnable(String id, List<BatchTaskScheduleEntity> scheduledTasks)
-
Uses of BatchTaskScheduleEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return types with arguments of type BatchTaskScheduleEntity Modifier and Type Method Description List<BatchTaskScheduleEntity>
BatchTaskScheduleRepository. findByCompletedAndNextScheduledRunBefore(boolean completed, Date nextScheduledRun)
-
Uses of BatchTaskScheduleEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type BatchTaskScheduleEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<BatchTaskScheduleEntity>
BatchTaskScheduleRepositoryImpl. buildSpecifications(BatchTaskScheduleSearchBean sb)
protected Class<BatchTaskScheduleEntity>
BatchTaskScheduleRepositoryImpl. getEntityClass()
protected AbstractKeyEntityRepository<BatchTaskScheduleEntity,String>
BatchTaskScheduleRepositoryImpl. getRepository()
-
Uses of BatchTaskScheduleEntity in org.openiam.idm.srvc.batch.domain
Methods in org.openiam.idm.srvc.batch.domain with parameters of type BatchTaskScheduleEntity Modifier and Type Method Description void
BatchTaskEntity. addScheduledTask(BatchTaskScheduleEntity schedule)
-