Uses of Class
org.apache.syncope.common.lib.to.PropagationTaskTO
Packages that use PropagationTaskTO
Package
Description
-
Uses of PropagationTaskTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return PropagationTaskTOMethods in org.apache.syncope.client.console.rest that return types with arguments of type PropagationTaskTOModifier and TypeMethodDescriptionTaskRestClient.listPropagationTasks
(String resource, int page, int size, SortParam<String> sort) TaskRestClient.listPropagationTasks
(AnyTypeKind anyTypeKind, String entityKey, int page, int size, SortParam<String> sort) -
Uses of PropagationTaskTO in org.apache.syncope.client.console.tasks
Methods in org.apache.syncope.client.console.tasks that return types with arguments of type PropagationTaskTOModifier and TypeMethodDescriptionPropagationTaskDirectoryPanel.getActions
(IModel<PropagationTaskTO> model) protected List
<IColumn<PropagationTaskTO, String>> PropagationTaskDirectoryPanel.getColumns()
AnyPropagationTaskDirectoryPanel.AnyPropagationTasksProvider.iterator
(long first, long count) PropagationTaskDirectoryPanel.PropagationTasksProvider.iterator
(long first, long count) Methods in org.apache.syncope.client.console.tasks with parameters of type PropagationTaskTOModifier and TypeMethodDescriptionprotected abstract void
PropagationTaskDirectoryPanel.viewTaskDetails
(PropagationTaskTO taskTO, AjaxRequestTarget target) Method parameters in org.apache.syncope.client.console.tasks with type arguments of type PropagationTaskTOModifier and TypeMethodDescriptionPropagationTaskDirectoryPanel.getActions
(IModel<PropagationTaskTO> model) Constructors in org.apache.syncope.client.console.tasks with parameters of type PropagationTaskTO -
Uses of PropagationTaskTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return types with arguments of type PropagationTaskTOModifier and TypeMethodDescriptionTaskLogic.purgePropagations
(OffsetDateTime since, List<ExecStatus> statuses, List<String> resources) -
Uses of PropagationTaskTO in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type PropagationTaskTOModifier and TypeMethodDescriptionTaskDAO.purgePropagations
(OffsetDateTime since, List<ExecStatus> statuses, List<String> resources) -
Uses of PropagationTaskTO in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type PropagationTaskTOModifier and TypeMethodDescriptionJPATaskDAO.purgePropagations
(OffsetDateTime since, List<ExecStatus> statuses, List<String> resources) -
Uses of PropagationTaskTO in org.apache.syncope.core.persistence.neo4j.dao
Methods in org.apache.syncope.core.persistence.neo4j.dao that return types with arguments of type PropagationTaskTOModifier and TypeMethodDescriptionNeo4jTaskDAO.purgePropagations
(OffsetDateTime since, List<ExecStatus> statuses, List<String> resources)