Uses of Interface
org.apache.syncope.core.provisioning.api.job.JobDelegate
-
-
Uses of JobDelegate in org.apache.syncope.core.provisioning.api.job
Subinterfaces of JobDelegate in org.apache.syncope.core.provisioning.api.job Modifier and Type Interface Description interfaceSchedTaskJobDelegate -
Uses of JobDelegate in org.apache.syncope.core.provisioning.api.job.report
Subinterfaces of JobDelegate in org.apache.syncope.core.provisioning.api.job.report Modifier and Type Interface Description interfaceReportJobDelegate -
Uses of JobDelegate in org.apache.syncope.core.provisioning.api.notification
Subinterfaces of JobDelegate in org.apache.syncope.core.provisioning.api.notification Modifier and Type Interface Description interfaceNotificationJobDelegate -
Uses of JobDelegate in org.apache.syncope.core.provisioning.java.job
Classes in org.apache.syncope.core.provisioning.java.job that implement JobDelegate Modifier and Type Class Description classAbstractSchedTaskJobDelegate<T extends SchedTask>classElasticsearchReindexRemove and rebuild all Elasticsearch indexes with information from existing users, groups and any objects.classExpiredAccessTokenCleanupclassExpiredBatchCleanupclassGroupMemberProvisionTaskJobDelegateclassMacroJobDelegateclassOpenSearchReindexRemove and rebuild all OpenSearch indexes with information from existing users, groups and any objects.Methods in org.apache.syncope.core.provisioning.java.job that return JobDelegate Modifier and Type Method Description JobDelegateAbstractInterruptableJob. getDelegate()JobDelegateTaskJob. getDelegate() -
Uses of JobDelegate in org.apache.syncope.core.provisioning.java.job.notification
Classes in org.apache.syncope.core.provisioning.java.job.notification that implement JobDelegate Modifier and Type Class Description classAbstractNotificationJobDelegateclassMailNotificationJobDelegateMethods in org.apache.syncope.core.provisioning.java.job.notification that return JobDelegate Modifier and Type Method Description JobDelegateNotificationJob. getDelegate() -
Uses of JobDelegate in org.apache.syncope.core.provisioning.java.job.report
Classes in org.apache.syncope.core.provisioning.java.job.report that implement JobDelegate Modifier and Type Class Description classAbstractReportJobDelegateMethods in org.apache.syncope.core.provisioning.java.job.report that return JobDelegate Modifier and Type Method Description JobDelegateReportJob. getDelegate() -
Uses of JobDelegate in org.apache.syncope.core.provisioning.java.pushpull
Classes in org.apache.syncope.core.provisioning.java.pushpull that implement JobDelegate Modifier and Type Class Description classAbstractProvisioningJobDelegate<T extends ProvisioningTask<T>>classPullJobDelegateclassPushJobDelegateclassSinglePullJobDelegateclassSinglePushJobDelegate -
Uses of JobDelegate in org.apache.syncope.core.provisioning.java.pushpull.stream
Classes in org.apache.syncope.core.provisioning.java.pushpull.stream that implement JobDelegate Modifier and Type Class Description classStreamPullJobDelegateclassStreamPushJobDelegate -
Uses of JobDelegate in org.apache.syncope.fit.core.reference
Classes in org.apache.syncope.fit.core.reference that implement JobDelegate Modifier and Type Class Description classSampleReportJobDelegateclassTestSampleJobDelegateSample implementation for executing a scheduled task.
-