Uses of Class
org.apache.syncope.common.lib.to.TaskTO
Packages that use TaskTO
Package
Description
-
Uses of TaskTO in org.apache.syncope.client.console.commons
Classes in org.apache.syncope.client.console.commons with type parameters of type TaskTO -
Uses of TaskTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with type parameters of type TaskTO -
Uses of TaskTO in org.apache.syncope.client.console.tasks
Classes in org.apache.syncope.client.console.tasks with type parameters of type TaskTOModifier and TypeClassDescriptionclass
TaskDirectoryPanel<T extends TaskTO>
TasksDirectoryPanel
.protected class
TaskDirectoryPanel.TasksProvider<T extends TaskTO>
class
TaskExecutionDetails<T extends TaskTO>
Task executions. -
Uses of TaskTO in org.apache.syncope.common.lib.to
Subclasses of TaskTO in org.apache.syncope.common.lib.toModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
-
Uses of TaskTO in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return types with arguments of type TaskTOMethod parameters in org.apache.syncope.common.lib.types with type arguments of type TaskTOModifier and TypeMethodDescriptionstatic TaskType
TaskType.fromTOClass
(Class<? extends TaskTO> clazz) -
Uses of TaskTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with type parameters of type TaskTOModifier and TypeMethodDescription<T extends TaskTO>
TReturns the task matching the given key.<T extends TaskTO>
PagedResult<T> Returns a paged list of existing tasks matching the given query. -
Uses of TaskTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with type parameters of type TaskTOModifier and TypeMethodDescription<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) Methods in org.apache.syncope.core.logic that return TaskTOModifier and TypeMethodDescriptionprotected TaskTO
TaskLogic.resolveReference
(Method method, Object... args) -
Uses of TaskTO in org.apache.syncope.core.persistence.api.entity.task
Methods in org.apache.syncope.core.persistence.api.entity.task with type parameters of type TaskTOMethods in org.apache.syncope.core.persistence.api.entity.task with parameters of type TaskTOMethod parameters in org.apache.syncope.core.persistence.api.entity.task with type arguments of type TaskTOModifier and TypeMethodDescriptionTaskUtilsFactory.getInstance
(Class<? extends TaskTO> taskClass) -
Uses of TaskTO in org.apache.syncope.core.persistence.jpa.entity.task
Methods in org.apache.syncope.core.persistence.jpa.entity.task with parameters of type TaskTOMethod parameters in org.apache.syncope.core.persistence.jpa.entity.task with type arguments of type TaskTOModifier and TypeMethodDescriptionJPATaskUtilsFactory.getInstance
(Class<? extends TaskTO> taskClass) -
Uses of TaskTO in org.apache.syncope.core.persistence.neo4j.entity.task
Methods in org.apache.syncope.core.persistence.neo4j.entity.task with parameters of type TaskTOMethod parameters in org.apache.syncope.core.persistence.neo4j.entity.task with type arguments of type TaskTOModifier and TypeMethodDescriptionNeo4jTaskUtilsFactory.getInstance
(Class<? extends TaskTO> taskClass) -
Uses of TaskTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with type parameters of type TaskTO -
Uses of TaskTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with type parameters of type TaskTO -
Uses of TaskTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with type parameters of type TaskTO