Uses of Class
org.apache.syncope.common.lib.to.PushTaskTO
-
-
Uses of PushTaskTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type PushTaskTO Modifier and Type Method Description void
ReconciliationRestClient. push(ReconQuery reconQuery, PushTaskTO pushTask)
-
Uses of PushTaskTO in org.apache.syncope.client.console.tasks
Methods in org.apache.syncope.client.console.tasks that return PushTaskTO Modifier and Type Method Description PushTaskTO
PushTaskWrapper. fillFilterConditions()
Methods in org.apache.syncope.client.console.tasks that return types with arguments of type PushTaskTO Modifier and Type Method Description protected ProvisioningTaskDirectoryPanel.ProvisioningTasksProvider<PushTaskTO>
PushTaskDirectoryPanel. dataProvider()
Constructors in org.apache.syncope.client.console.tasks with parameters of type PushTaskTO Constructor Description PushTaskWrapper(PushTaskTO pushTaskTO)
-
Uses of PushTaskTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type PushTaskTO Modifier and Type Method Description List<ProvisioningReport>
ReconciliationService. push(ReconQuery query, @NotNull PushTaskTO pushTask)
Pushes the matching user, group, any object or linked account in Syncope onto the External Resource. -
Uses of PushTaskTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type PushTaskTO Modifier and Type Method Description List<ProvisioningReport>
ReconciliationLogic. push(String anyTypeKey, String resourceKey, String anyKey, PushTaskTO pushTask)
List<ProvisioningReport>
ReconciliationLogic. push(String anyTypeKey, String resourceKey, Filter filter, Set<String> moreAttrsToGet, PushTaskTO pushTask)
-
Uses of PushTaskTO in org.apache.syncope.core.provisioning.api.pushpull
Methods in org.apache.syncope.core.provisioning.api.pushpull with parameters of type PushTaskTO Modifier and Type Method Description List<ProvisioningReport>
SyncopeSinglePushExecutor. push(ExternalResource resource, Provision provision, Connector connector, Any<?> any, PushTaskTO pushTaskTO, String executor)
ProvisioningReport
SyncopeSinglePushExecutor. push(ExternalResource resource, Provision provision, Connector connector, LinkedAccount account, PushTaskTO pushTaskTO, String executor)
-
Uses of PushTaskTO in org.apache.syncope.core.provisioning.api.pushpull.stream
Methods in org.apache.syncope.core.provisioning.api.pushpull.stream with parameters of type PushTaskTO Modifier and Type Method Description List<ProvisioningReport>
SyncopeStreamPushExecutor. push(AnyType anyType, List<? extends Any<?>> anys, List<String> columns, Connector connector, List<String> propagationActions, PushTaskTO pushTaskTO, String executor)
-
Uses of PushTaskTO in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type PushTaskTO Modifier and Type Method Description protected void
SinglePushJobDelegate. before(ExternalResource resource, Connector connector, PushTaskTO pushTaskTO, String executor)
List<ProvisioningReport>
SinglePushJobDelegate. push(ExternalResource resource, Provision provision, Connector connector, Any<?> any, PushTaskTO pushTaskTO, String executor)
ProvisioningReport
SinglePushJobDelegate. push(ExternalResource resource, Provision provision, Connector connector, LinkedAccount account, PushTaskTO pushTaskTO, String executor)
-
Uses of PushTaskTO in org.apache.syncope.core.provisioning.java.pushpull.stream
Methods in org.apache.syncope.core.provisioning.java.pushpull.stream with parameters of type PushTaskTO Modifier and Type Method Description List<ProvisioningReport>
StreamPushJobDelegate. push(AnyType anyType, List<? extends Any<?>> anys, List<String> columns, Connector connector, List<String> propagationActions, PushTaskTO pushTaskTO, String executor)
-
Uses of PushTaskTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type PushTaskTO Modifier and Type Method Description List<ProvisioningReport>
ReconciliationServiceImpl. push(ReconQuery query, PushTaskTO pushTask)
-