Uses of Class
org.apache.syncope.common.lib.to.TaskTO
Package
Description
-
Uses of TaskTO in org.apache.syncope.client.console.commons
-
Uses of TaskTO in org.apache.syncope.client.console.rest
-
Uses of TaskTO in org.apache.syncope.client.console.tasks
Modifier 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
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
-
Uses of TaskTO in org.apache.syncope.common.lib.types
Modifier and TypeMethodDescriptionstatic TaskType
TaskType.fromTOClass
(Class<? extends TaskTO> clazz) -
Uses of TaskTO in org.apache.syncope.common.rest.api.service
Modifier 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
Modifier 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) Modifier and TypeMethodDescriptionprotected TaskTO
TaskLogic.resolveReference
(Method method, Object... args) -
Uses of TaskTO in org.apache.syncope.core.persistence.api.entity.task
Modifier and TypeMethodDescriptionTaskUtilsFactory.getInstance
(Class<? extends TaskTO> taskClass) -
Uses of TaskTO in org.apache.syncope.core.persistence.jpa.entity.task
Modifier and TypeMethodDescriptionJPATaskUtilsFactory.getInstance
(Class<? extends TaskTO> taskClass) -
Uses of TaskTO in org.apache.syncope.core.persistence.neo4j.entity.task
Modifier and TypeMethodDescriptionNeo4jTaskUtilsFactory.getInstance
(Class<? extends TaskTO> taskClass) -
Uses of TaskTO in org.apache.syncope.core.provisioning.api.data
-
Uses of TaskTO in org.apache.syncope.core.provisioning.java.data
-
Uses of TaskTO in org.apache.syncope.core.rest.cxf.service