Uses of Interface
org.apache.syncope.core.persistence.api.entity.policy.PullPolicy
-
-
Uses of PullPolicy in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type PullPolicy Modifier and Type Method Description List<PullPolicy>PolicyDAO. findByPullCorrelationRule(Implementation correlationRule) -
Uses of PullPolicy in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return PullPolicy Modifier and Type Method Description PullPolicyExternalResource. getPullPolicy()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type PullPolicy Modifier and Type Method Description voidExternalResource. setPullPolicy(PullPolicy pullPolicy) -
Uses of PullPolicy in org.apache.syncope.core.persistence.api.entity.policy
Methods in org.apache.syncope.core.persistence.api.entity.policy that return PullPolicy Modifier and Type Method Description PullPolicyPullCorrelationRuleEntity. getPullPolicy()Methods in org.apache.syncope.core.persistence.api.entity.policy with parameters of type PullPolicy Modifier and Type Method Description voidPullCorrelationRuleEntity. setPullPolicy(PullPolicy pullPolicy) -
Uses of PullPolicy in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type PullPolicy Modifier and Type Method Description List<PullPolicy>JPAPolicyDAO. findByPullCorrelationRule(Implementation correlationRule) -
Uses of PullPolicy in org.apache.syncope.core.persistence.jpa.entity
Methods in org.apache.syncope.core.persistence.jpa.entity that return PullPolicy Modifier and Type Method Description PullPolicyJPAExternalResource. getPullPolicy()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type PullPolicy Modifier and Type Method Description voidJPAExternalResource. setPullPolicy(PullPolicy pullPolicy) -
Uses of PullPolicy in org.apache.syncope.core.persistence.jpa.entity.policy
Classes in org.apache.syncope.core.persistence.jpa.entity.policy that implement PullPolicy Modifier and Type Class Description classJPAPullPolicyMethods in org.apache.syncope.core.persistence.jpa.entity.policy that return PullPolicy Modifier and Type Method Description PullPolicyJPAPullCorrelationRuleEntity. getPullPolicy()Methods in org.apache.syncope.core.persistence.jpa.entity.policy with parameters of type PullPolicy Modifier and Type Method Description voidJPAPullCorrelationRuleEntity. setPullPolicy(PullPolicy pullPolicy)
-