Uses of Class
org.openiam.idm.srvc.batch.domain.BatchTaskEntity
-
-
Uses of BatchTaskEntity in org.openiam.esb.core.batch
Methods in org.openiam.esb.core.batch with parameters of type BatchTaskEntity Modifier and Type Method Description void
BatchTaskScheduler. schedule(BatchTaskEntity entity)
-
Uses of BatchTaskEntity in org.openiam.esb.core.batch.thread
Fields in org.openiam.esb.core.batch.thread declared as BatchTaskEntity Modifier and Type Field Description protected BatchTaskEntity
AbstractBatchTaskThread. entity
Constructors in org.openiam.esb.core.batch.thread with parameters of type BatchTaskEntity 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 BatchTaskEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return BatchTaskEntity Modifier and Type Method Description BatchTaskEntity
BatchTaskDozerConverter. convertEntity(BatchTaskEntity entity, boolean isDeep)
BatchTaskEntity
BatchTaskDozerConverter. convertToEntity(BatchTask entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type BatchTaskEntity Modifier and Type Method Description List<BatchTaskEntity>
BatchTaskDozerConverter. convertToEntityList(List<BatchTask> list, boolean isDeep)
Set<BatchTaskEntity>
BatchTaskDozerConverter. convertToEntitySet(Set<BatchTask> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type BatchTaskEntity Modifier and Type Method Description BatchTaskEntity
BatchTaskDozerConverter. convertEntity(BatchTaskEntity entity, boolean isDeep)
BatchTask
BatchTaskDozerConverter. convertToDTO(BatchTaskEntity entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type BatchTaskEntity Modifier and Type Method Description List<BatchTask>
BatchTaskDozerConverter. convertToDTOList(List<BatchTaskEntity> list, boolean isDeep)
Set<BatchTask>
BatchTaskDozerConverter. convertToDTOSet(Set<BatchTaskEntity> set, boolean isDeep)
-
Uses of BatchTaskEntity in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return BatchTaskEntity Modifier and Type Method Description BatchTaskEntity
BatchService. findById(String id)
Methods in org.openiam.esb.core.service that return types with arguments of type BatchTaskEntity Modifier and Type Method Description List<BatchTaskEntity>
BatchService. findEntityBeans(BatchTaskSearchBean searchBean, int from, int size)
Methods in org.openiam.esb.core.service with parameters of type BatchTaskEntity Modifier and Type Method Description void
BatchService. save(BatchTaskEntity entity, boolean purgeNonExecutedTasks)
-
Uses of BatchTaskEntity in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return BatchTaskEntity Modifier and Type Method Description BatchTaskEntity
BatchServiceImpl. findById(String id)
Methods in org.openiam.esb.core.service.impl that return types with arguments of type BatchTaskEntity Modifier and Type Method Description List<BatchTaskEntity>
BatchServiceImpl. findEntityBeans(BatchTaskSearchBean searchBean, int from, int size)
Methods in org.openiam.esb.core.service.impl with parameters of type BatchTaskEntity Modifier and Type Method Description void
BatchServiceImpl. save(BatchTaskEntity entity, boolean purgeNonExecutedTasks)
-
Uses of BatchTaskEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return types with arguments of type BatchTaskEntity Modifier and Type Method Description List<BatchTaskEntity>
BatchTaskRepository. findByName(String name)
-
Uses of BatchTaskEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type BatchTaskEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<BatchTaskEntity>
BatchTaskRepositoryImpl. buildSpecifications(BatchTaskSearchBean sb)
protected Class<BatchTaskEntity>
BatchTaskRepositoryImpl. getEntityClass()
protected AbstractKeyEntityRepository<BatchTaskEntity,String>
BatchTaskRepositoryImpl. getRepository()
-