Uses of Interface
org.apache.syncope.core.persistence.api.entity.Remediation
Packages that use Remediation
Package
Description
-
Uses of Remediation in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type RemediationModifier and TypeMethodDescriptionRemediationDAO.findAll(OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) RemediationDAO.findByAnyType(AnyType anyType) RemediationDAO.findByPullTask(PullTask pullTask) -
Uses of Remediation in org.apache.syncope.core.persistence.common.validation
Methods in org.apache.syncope.core.persistence.common.validation with parameters of type RemediationModifier and TypeMethodDescriptionbooleanRemediationValidator.isValid(Remediation remediation, ConstraintValidatorContext context) -
Uses of Remediation in org.apache.syncope.core.persistence.jpa.dao.repo
Methods in org.apache.syncope.core.persistence.jpa.dao.repo that return types with arguments of type RemediationModifier and TypeMethodDescriptionRemediationRepoExt.findAll(OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) RemediationRepoExtImpl.findAll(OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) -
Uses of Remediation in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement Remediation -
Uses of Remediation in org.apache.syncope.core.persistence.neo4j.dao.repo
Methods in org.apache.syncope.core.persistence.neo4j.dao.repo that return types with arguments of type RemediationModifier and TypeMethodDescriptionRemediationRepoExt.findAll(OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) RemediationRepoExtImpl.findAll(OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) RemediationRepoExt.findByAnyType(AnyType anyType) RemediationRepoExtImpl.findByAnyType(AnyType anyType) RemediationRepoExt.findByPullTask(PullTask pullTask) RemediationRepoExtImpl.findByPullTask(PullTask pullTask) -
Uses of Remediation in org.apache.syncope.core.persistence.neo4j.entity
Classes in org.apache.syncope.core.persistence.neo4j.entity that implement Remediation -
Uses of Remediation in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type RemediationModifier and TypeMethodDescriptionRemediationDataBinder.getRemediationTO(Remediation remediation) -
Uses of Remediation in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type RemediationModifier and TypeMethodDescriptionRemediationDataBinderImpl.getRemediationTO(Remediation remediation)