Uses of Class
org.apache.syncope.core.logic.TaskLogic
-
Packages that use TaskLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service org.apache.syncope.fit.core.reference -
-
Uses of TaskLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return TaskLogic Modifier and Type Method Description TaskLogic
IdRepoLogicContext. taskLogic(JobManager jobManager, PropagationTaskExecutor taskExecutor, TaskExecDAO taskExecDAO, TaskDAO taskDAO, SchedulerFactoryBean scheduler, JobStatusDAO jobStatusDAO, ExternalResourceDAO externalResourceDAO, NotificationJobDelegate notificationJobDelegate, TaskDataBinder taskDataBinder, TaskUtilsFactory taskUtilsFactory, NotificationDAO notificationDAO)
-
Uses of TaskLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type TaskLogic Modifier and Type Method Description TaskService
IdRepoRESTCXFContext. taskService(TaskLogic taskLogic)
-
Uses of TaskLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as TaskLogic Modifier and Type Field Description protected TaskLogic
TaskServiceImpl. logic
Constructors in org.apache.syncope.core.rest.cxf.service with parameters of type TaskLogic Constructor Description TaskServiceImpl(TaskLogic logic)
-
Uses of TaskLogic in org.apache.syncope.fit.core.reference
Methods in org.apache.syncope.fit.core.reference with parameters of type TaskLogic Modifier and Type Method Description ElasticsearchInit
CoreReferenceContext. elasticsearchInit(ImplementationDAO implementationDAO, EntityFactory entityFactory, TaskLogic taskLogic)
OpenSearchInit
CoreReferenceContext. openSearchInit(ImplementationDAO implementationDAO, EntityFactory entityFactory, TaskLogic taskLogic)
Constructors in org.apache.syncope.fit.core.reference with parameters of type TaskLogic Constructor Description ElasticsearchInit(ImplementationDAO implementationDAO, EntityFactory entityFactory, TaskLogic taskLogic)
OpenSearchInit(ImplementationDAO implementationDAO, EntityFactory entityFactory, TaskLogic taskLogic)
-