Uses of Interface
org.apache.syncope.core.persistence.api.entity.policy.PushPolicy
-
-
Uses of PushPolicy in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type PushPolicy Modifier and Type Method Description List<PushPolicy>PolicyDAO. findByPushCorrelationRule(Implementation correlationRule) -
Uses of PushPolicy in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return PushPolicy Modifier and Type Method Description PushPolicyExternalResource. getPushPolicy()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type PushPolicy Modifier and Type Method Description voidExternalResource. setPushPolicy(PushPolicy pushPolicy) -
Uses of PushPolicy in org.apache.syncope.core.persistence.api.entity.policy
Methods in org.apache.syncope.core.persistence.api.entity.policy that return PushPolicy Modifier and Type Method Description PushPolicyPushCorrelationRuleEntity. getPushPolicy()Methods in org.apache.syncope.core.persistence.api.entity.policy with parameters of type PushPolicy Modifier and Type Method Description voidPushCorrelationRuleEntity. setPushPolicy(PushPolicy pullPolicy) -
Uses of PushPolicy in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type PushPolicy Modifier and Type Method Description List<PushPolicy>JPAPolicyDAO. findByPushCorrelationRule(Implementation correlationRule) -
Uses of PushPolicy in org.apache.syncope.core.persistence.jpa.entity
Methods in org.apache.syncope.core.persistence.jpa.entity that return PushPolicy Modifier and Type Method Description PushPolicyJPAExternalResource. getPushPolicy()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type PushPolicy Modifier and Type Method Description voidJPAExternalResource. setPushPolicy(PushPolicy pushPolicy) -
Uses of PushPolicy in org.apache.syncope.core.persistence.jpa.entity.policy
Classes in org.apache.syncope.core.persistence.jpa.entity.policy that implement PushPolicy Modifier and Type Class Description classJPAPushPolicyMethods in org.apache.syncope.core.persistence.jpa.entity.policy that return PushPolicy Modifier and Type Method Description PushPolicyJPAPushCorrelationRuleEntity. getPushPolicy()Methods in org.apache.syncope.core.persistence.jpa.entity.policy with parameters of type PushPolicy Modifier and Type Method Description voidJPAPushCorrelationRuleEntity. setPushPolicy(PushPolicy pushPolicy)
-