Uses of Interface
org.apache.syncope.core.persistence.api.entity.task.PullTask
-
-
Uses of PullTask in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type PullTask Modifier and Type Method Description List<PullTask>TaskDAO. findByPullActions(Implementation pullActions)List<PullTask>TaskDAO. findByReconFilterBuilder(Implementation reconFilterBuilder)Methods in org.apache.syncope.core.persistence.api.dao with parameters of type PullTask Modifier and Type Method Description List<Remediation>RemediationDAO. findByPullTask(PullTask pullTask) -
Uses of PullTask in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return PullTask Modifier and Type Method Description PullTaskRemediation. getPullTask()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type PullTask Modifier and Type Method Description voidRemediation. setPullTask(PullTask pullTask) -
Uses of PullTask in org.apache.syncope.core.persistence.api.entity.task
Methods in org.apache.syncope.core.persistence.api.entity.task that return PullTask Modifier and Type Method Description PullTaskAnyTemplatePullTask. getPullTask()Methods in org.apache.syncope.core.persistence.api.entity.task with parameters of type PullTask Modifier and Type Method Description voidAnyTemplatePullTask. setPullTask(PullTask pullTask) -
Uses of PullTask in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type PullTask Modifier and Type Method Description List<PullTask>JPATaskDAO. findByPullActions(Implementation pullActions)List<PullTask>JPATaskDAO. findByReconFilterBuilder(Implementation reconFilterBuilder)Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type PullTask Modifier and Type Method Description List<Remediation>JPARemediationDAO. findByPullTask(PullTask pullTask) -
Uses of PullTask in org.apache.syncope.core.persistence.jpa.entity
Methods in org.apache.syncope.core.persistence.jpa.entity that return PullTask Modifier and Type Method Description PullTaskJPARemediation. getPullTask()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type PullTask Modifier and Type Method Description voidJPARemediation. setPullTask(PullTask pullTask) -
Uses of PullTask in org.apache.syncope.core.persistence.jpa.entity.task
Classes in org.apache.syncope.core.persistence.jpa.entity.task that implement PullTask Modifier and Type Class Description classJPAPullTaskMethods in org.apache.syncope.core.persistence.jpa.entity.task that return PullTask Modifier and Type Method Description PullTaskJPAAnyTemplatePullTask. getPullTask()PullTaskJPAPullTaskExec. getTask()Methods in org.apache.syncope.core.persistence.jpa.entity.task with parameters of type PullTask Modifier and Type Method Description voidJPAAnyTemplatePullTask. setPullTask(PullTask pullTask) -
Uses of PullTask in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull with type parameters of type PullTask Modifier and Type Field Description protected ProvisioningProfile<PullTask,PullActions>PullJobDelegate. profileMethods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type PullTask Modifier and Type Method Description protected StringPullJobDelegate. doExecuteProvisioning(PullTask pullTask, Connector connector, boolean dryRun, String executor, org.quartz.JobExecutionContext context)protected ReconFilterBuilderPullJobDelegate. getReconFilterBuilder(PullTask pullTask)Constructor parameters in org.apache.syncope.core.provisioning.java.pushpull with type arguments of type PullTask Constructor Description PullResultHandlerDispatcher(ProvisioningProfile<PullTask,PullActions> profile, SyncopePullExecutor executor) -
Uses of PullTask in org.apache.syncope.core.provisioning.java.utils
Methods in org.apache.syncope.core.provisioning.java.utils with parameters of type PullTask Modifier and Type Method Description <C extends AnyCR>
CConnObjectUtils. getAnyCR(ConnectorObject obj, PullTask pullTask, AnyTypeKind anyTypeKind, Provision provision, boolean generatePassword)Build a UserCR / GroupCR / AnyObjectCR out of connector object attributes and schema mapping.protected <T extends AnyTO>
TConnObjectUtils. getAnyTOFromConnObject(ConnectorObject obj, PullTask pullTask, AnyTypeKind anyTypeKind, Provision provision)<U extends AnyUR>
UConnObjectUtils. getAnyUR(String key, ConnectorObject obj, AnyTO original, PullTask pullTask, AnyTypeKind anyTypeKind, Provision provision)BuildAnyURout of connector object attributes and schema mapping.
-