Uses of Class
org.openiam.base.ws.DateSearchParam
-
Packages that use DateSearchParam Package Description org.openiam.esb.elasticsearch.repository.impl org.openiam.esb.repository.impl org.openiam.idm.searchbeans -
-
Uses of DateSearchParam in org.openiam.esb.elasticsearch.repository.impl
Methods in org.openiam.esb.elasticsearch.repository.impl with parameters of type DateSearchParam Modifier and Type Method Description protected org.springframework.data.elasticsearch.core.query.CriteriaAbstractElasticSearchRepository. getWhereCriteria(String term, DateSearchParam param) -
Uses of DateSearchParam in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type DateSearchParam Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<T>AbstractKeyEntityRepositoryImpl. buildSpecification(String propertyName, DateSearchParam param) -
Uses of DateSearchParam in org.openiam.idm.searchbeans
Fields in org.openiam.idm.searchbeans declared as DateSearchParam Modifier and Type Field Description protected DateSearchParamUserSearchBean. conversionDateTokenprotected DateSearchParamUserSearchBean. createDateTokenprotected DateSearchParamUserSearchBean. lastDateTokenLast date of this user's validityprotected DateSearchParamUserSearchBean. startDateTokenDate when the user's validity starts
-