Uses of Interface
org.apache.syncope.core.persistence.api.entity.task.PushTask
-
-
Uses of PushTask in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type PushTask Modifier and Type Method Description List<PushTask>TaskDAO. findByPushActions(Implementation pushActions) -
Uses of PushTask in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type PushTask Modifier and Type Method Description List<PushTask>JPATaskDAO. findByPushActions(Implementation pushActions) -
Uses of PushTask in org.apache.syncope.core.persistence.jpa.entity.task
Classes in org.apache.syncope.core.persistence.jpa.entity.task that implement PushTask Modifier and Type Class Description classJPAPushTaskMethods in org.apache.syncope.core.persistence.jpa.entity.task that return PushTask Modifier and Type Method Description PushTaskJPAPushTaskExec. getTask() -
Uses of PushTask in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull with type parameters of type PushTask Modifier and Type Field Description protected ProvisioningProfile<PushTask,PushActions>PushJobDelegate. profileMethods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type PushTask Modifier and Type Method Description protected StringPushJobDelegate. doExecuteProvisioning(PushTask pushTask, Connector connector, boolean dryRun, String executor, org.quartz.JobExecutionContext context)Constructor parameters in org.apache.syncope.core.provisioning.java.pushpull with type arguments of type PushTask Constructor Description PushResultHandlerDispatcher(ProvisioningProfile<PushTask,PushActions> profile, SyncopePushExecutor executor)
-