Uses of Enum Class
org.apache.syncope.common.lib.types.TaskType
Packages that use TaskType
Package
Description
-
Uses of TaskType in org.apache.syncope.client.console.commons
Fields in org.apache.syncope.client.console.commons declared as TaskTypeConstructors in org.apache.syncope.client.console.commons with parameters of type TaskType -
Uses of TaskType in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type TaskTypeModifier and TypeMethodDescriptionlonglongTaskRestClient.count(AnyTypeKind anyTypeKind, String entityKey, TaskType kind) longlongTaskRestClient.countByEntityKey(String entityKey, TaskType kind) voidTaskRestClient.create(TaskType type, SchedTaskTO taskTO) void<T extends TaskTO>
TvoidTaskRestClient.update(TaskType type, SchedTaskTO taskTO) -
Uses of TaskType in org.apache.syncope.client.console.tasks
Fields in org.apache.syncope.client.console.tasks declared as TaskTypeModifier and TypeFieldDescriptionprotected final TaskTypeSchedTaskDirectoryPanel.taskTypeprotected final TaskTypeSchedTaskWizardBuilder.typeConstructors in org.apache.syncope.client.console.tasks with parameters of type TaskTypeModifierConstructorDescriptionprotectedProvisioningTaskDirectoryPanel(TaskRestClient restClient, BaseModal<?> baseModal, MultilevelPanel multiLevelPanelRef, TaskType taskType, T newTaskTO, String resource, PageReference pageRef) ProvisioningTasksProvider(TaskType taskType, int paginatorRows) protectedSchedTaskDirectoryPanel(String id, TaskRestClient restClient, BaseModal<?> baseModal, MultilevelPanel multiLevelPanelRef, TaskType taskType, T newTaskTO, PageReference pageRef, boolean wizardInModal) SchedTasksProvider(TaskType taskType, int paginatorRows) SchedTaskWizardBuilder(TaskType type, T taskTO, RealmRestClient realmRestClient, TaskRestClient taskRestClient, PageReference pageRef) TasksProvider(int paginatorRows, TaskType type) -
Uses of TaskType in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return TaskTypeModifier and TypeMethodDescriptionstatic TaskTypeTaskType.fromTOClass(Class<? extends TaskTO> clazz) static TaskTypeReturns the enum constant of this class with the specified name.static TaskType[]TaskType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TaskType in org.apache.syncope.common.rest.api.beans
Methods in org.apache.syncope.common.rest.api.beans that return TaskTypeMethods in org.apache.syncope.common.rest.api.beans with parameters of type TaskTypeConstructors in org.apache.syncope.common.rest.api.beans with parameters of type TaskType -
Uses of TaskType in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type TaskTypeModifier and TypeMethodDescriptionTaskService.create(@NotNull TaskType type, @NotNull SchedTaskTO taskTO) Creates a new task.voidDeletes the task matching the provided key.<T extends TaskTO>
TReturns the task matching the given key.voidTaskService.update(@NotNull TaskType type, @NotNull SchedTaskTO taskTO) Updates the task matching the provided key. -
Uses of TaskType in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type TaskTypeModifier and TypeMethodDescription<T extends SchedTaskTO>
TTaskLogic.createSchedTask(TaskType type, T taskTO) <T extends TaskTO>
T<T extends TaskTO>
T<T extends TaskTO>
org.springframework.data.domain.Page<T> TaskLogic.search(TaskType type, String resource, String notification, AnyTypeKind anyTypeKind, String entityKey, org.springframework.data.domain.Pageable pageable, boolean details) <T extends SchedTaskTO>
TTaskLogic.updateSchedTask(TaskType type, SchedTaskTO taskTO) -
Uses of TaskType in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao with parameters of type TaskTypeModifier and TypeMethodDescriptionlongTaskDAO.count(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey) longTaskDAO.countToExec(TaskType type) void<T extends Task<T>>
voidvoidTaskDAO.deleteAll(ExternalResource resource, TaskType type) TaskDAO.findAll(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey, org.springframework.data.domain.Pageable pageable) TaskDAO.findByName(TaskType type, String name) TaskExecDAO.findLatestEnded(TaskType type, Task<?> task) TaskExecDAO.findLatestStarted(TaskType type, Task<?> task) TaskDAO.findToExec(TaskType type, org.springframework.data.domain.Pageable pageable) <T extends Task<T>>
voidTaskExecDAO.saveAndAdd(TaskType type, String taskKey, TaskExec<T> execution) -
Uses of TaskType in org.apache.syncope.core.persistence.api.entity.task
Methods in org.apache.syncope.core.persistence.api.entity.task that return TaskTypeMethods in org.apache.syncope.core.persistence.api.entity.task with parameters of type TaskType -
Uses of TaskType in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type TaskTypeModifier and TypeMethodDescriptionprotected final <T extends Task<T>>
StringBuilderJPATaskDAO.buildFindAllQuery(TaskType type) protected StringBuilderJPATaskDAO.buildFindAllQuery(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey, boolean orderByTaskExecInfo, List<Object> parameters) longJPATaskDAO.count(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey) longJPATaskDAO.countToExec(TaskType type) void<T extends Task<T>>
voidvoidJPATaskDAO.deleteAll(ExternalResource resource, TaskType type) JPATaskDAO.findAll(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey, org.springframework.data.domain.Pageable pageable) JPATaskDAO.findByName(TaskType type, String name) JPATaskExecDAO.findLatest(TaskType type, Task<?> task, String field) JPATaskExecDAO.findLatestEnded(TaskType type, Task<?> task) JPATaskExecDAO.findLatestStarted(TaskType type, Task<?> task) JPATaskExecDAO.findRecent(TaskType type, int max) JPATaskDAO.findToExec(TaskType type, org.springframework.data.domain.Pageable pageable) <T extends Task<T>>
voidJPATaskExecDAO.saveAndAdd(TaskType taskType, String taskKey, TaskExec<T> execution) -
Uses of TaskType in org.apache.syncope.core.persistence.jpa.entity.task
Fields in org.apache.syncope.core.persistence.jpa.entity.task declared as TaskTypeFields in org.apache.syncope.core.persistence.jpa.entity.task with type parameters of type TaskTypeMethods in org.apache.syncope.core.persistence.jpa.entity.task that return TaskTypeMethods in org.apache.syncope.core.persistence.jpa.entity.task with parameters of type TaskTypeConstructors in org.apache.syncope.core.persistence.jpa.entity.task with parameters of type TaskType -
Uses of TaskType in org.apache.syncope.core.persistence.neo4j.dao
Methods in org.apache.syncope.core.persistence.neo4j.dao with parameters of type TaskTypeModifier and TypeMethodDescriptionlongNeo4jTaskDAO.count(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey) longNeo4jTaskDAO.countToExec(TaskType type) void<T extends Task<T>>
voidvoidNeo4jTaskDAO.deleteAll(ExternalResource resource, TaskType type) static StringNeo4jTaskDAO.execRelationship(TaskType type) Neo4jTaskDAO.findAll(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey, org.springframework.data.domain.Pageable pageable) Neo4jTaskDAO.findByName(TaskType type, String name) Neo4jTaskExecDAO.findLatest(TaskType type, Task<?> task, String field) Neo4jTaskExecDAO.findLatestEnded(TaskType type, Task<?> task) Neo4jTaskExecDAO.findLatestStarted(TaskType type, Task<?> task) Neo4jTaskExecDAO.findRecent(TaskType type, int max) Neo4jTaskDAO.findToExec(TaskType type, org.springframework.data.domain.Pageable pageable) protected StringBuilderNeo4jTaskDAO.query(TaskType type, TaskUtils taskUtils, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey, Map<String, Object> parameters) <T extends Task<T>>
voidNeo4jTaskExecDAO.saveAndAdd(TaskType taskType, String taskKey, TaskExec<T> execution) -
Uses of TaskType in org.apache.syncope.core.persistence.neo4j.entity.task
Fields in org.apache.syncope.core.persistence.neo4j.entity.task declared as TaskTypeFields in org.apache.syncope.core.persistence.neo4j.entity.task with type parameters of type TaskTypeMethods in org.apache.syncope.core.persistence.neo4j.entity.task that return TaskTypeMethods in org.apache.syncope.core.persistence.neo4j.entity.task with parameters of type TaskTypeConstructors in org.apache.syncope.core.persistence.neo4j.entity.task with parameters of type TaskType -
Uses of TaskType in org.apache.syncope.core.provisioning.api.job
Methods in org.apache.syncope.core.provisioning.api.job with parameters of type TaskTypeModifier and TypeMethodDescriptionvoidSchedTaskJobDelegate.execute(TaskType taskType, String taskKey, JobExecutionContext context) Executes a Job to run the given Task. -
Uses of TaskType in org.apache.syncope.core.provisioning.api.pushpull
Constructors in org.apache.syncope.core.provisioning.api.pushpull with parameters of type TaskTypeModifierConstructorDescriptionProvisioningProfile(Connector connector, TaskType taskType, T task, ConflictResolutionAction conflictResolutionAction, List<A> actions, String executor, boolean dryRun) -
Uses of TaskType in org.apache.syncope.core.provisioning.java.job
Fields in org.apache.syncope.core.provisioning.java.job declared as TaskTypeMethods in org.apache.syncope.core.provisioning.java.job with parameters of type TaskTypeModifier and TypeMethodDescriptionvoidAbstractSchedTaskJobDelegate.execute(TaskType taskType, String taskKey, JobExecutionContext context) voidGroupMemberProvisionTaskJobDelegate.execute(TaskType taskType, String taskKey, JobExecutionContext context) protected voidAbstractSchedTaskJobDelegate.init(TaskType taskType, String taskKey, JobExecutionContext context) -
Uses of TaskType in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type TaskTypeModifier and TypeMethodDescriptionvoidLiveSyncJobDelegate.execute(TaskType taskType, String taskKey, JobExecutionContext context) protected voidAbstractProvisioningJobDelegate.init(TaskType taskType, String taskKey, JobExecutionContext context) protected voidLiveSyncJobDelegate.init(TaskType taskType, String taskKey, JobExecutionContext context) protected voidPullJobDelegate.init(TaskType taskType, String taskKey, JobExecutionContext context) protected voidPushJobDelegate.init(TaskType taskType, String taskKey, JobExecutionContext context) -
Uses of TaskType in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type TaskTypeModifier and TypeMethodDescriptionTaskServiceImpl.create(TaskType type, SchedTaskTO taskTO) void<T extends TaskTO>
TvoidTaskServiceImpl.update(TaskType type, SchedTaskTO taskTO)