Uses of Class
org.openiam.am.srvc.domain.URIPatternEntity
-
-
Uses of URIPatternEntity in org.openiam.esb.am.model
Subclasses of URIPatternEntity in org.openiam.esb.am.model Modifier and Type Class Description classURIPatternEntityWrapper -
Uses of URIPatternEntity in org.openiam.esb.am.service
Methods in org.openiam.esb.am.service that return URIPatternEntity Modifier and Type Method Description URIPatternEntityContentProviderService. getURIPatternsForContentProviderMatchingPattern(String contentProviderId, String pattern)Methods in org.openiam.esb.am.service that return types with arguments of type URIPatternEntity Modifier and Type Method Description Set<URIPatternEntity>ContentProviderService. createDefaultURIPatterns(String providerId, URL kibanaURL, URL rabbitmqAdminURL) -
Uses of URIPatternEntity in org.openiam.esb.am.service.impl
Methods in org.openiam.esb.am.service.impl that return URIPatternEntity Modifier and Type Method Description URIPatternEntityContentProviderServiceImpl. getURIPatternsForContentProviderMatchingPattern(String contentProviderId, String pattern)Methods in org.openiam.esb.am.service.impl that return types with arguments of type URIPatternEntity Modifier and Type Method Description Set<URIPatternEntity>ContentProviderServiceImpl. createDefaultURIPatterns(String providerId, URL kibanaURL, URL rabbitmqAdminURL)Methods in org.openiam.esb.am.service.impl with parameters of type URIPatternEntity Modifier and Type Method Description protected StringContentProviderServiceImpl. saveURIPatternInternal(URIPatternEntity entity) -
Uses of URIPatternEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return URIPatternEntity Modifier and Type Method Description URIPatternEntityURIPatternDozerConverter. convertEntity(URIPatternEntity userEntity, boolean isDeep)URIPatternEntityURIPatternDozerConverter. convertToEntity(URIPattern entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type URIPatternEntity Modifier and Type Method Description List<URIPatternEntity>URIPatternDozerConverter. convertToEntityList(List<URIPattern> list, boolean isDeep)Set<URIPatternEntity>URIPatternDozerConverter. convertToEntitySet(Set<URIPattern> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type URIPatternEntity Modifier and Type Method Description URIPatternEntityURIPatternDozerConverter. convertEntity(URIPatternEntity userEntity, boolean isDeep)URIPatternURIPatternDozerConverter. convertToDTO(URIPatternEntity userEntity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type URIPatternEntity Modifier and Type Method Description List<URIPattern>URIPatternDozerConverter. convertToDTOList(List<URIPatternEntity> list, boolean isDeep)Set<URIPattern>URIPatternDozerConverter. convertToDTOSet(Set<URIPatternEntity> set, boolean isDeep) -
Uses of URIPatternEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return URIPatternEntity Modifier and Type Method Description URIPatternEntityURIPatternRepository. findByResourceId(String resourceId)Find URIPatternEntity by their corresponding ResourceID.URIPatternEntityURIPatternRepository. findURIByContentProviderIdAndPattern(String contentProviderId, String pattern)Find the URIPAtternEntity by the corresponding ContentProvider ID and Pattern -
Uses of URIPatternEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type URIPatternEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<URIPatternEntity>URIPatternRepositoryImpl. buildSpecifications(URIPatternSearchBean sb)protected Class<URIPatternEntity>URIPatternRepositoryImpl. getEntityClass()protected AbstractKeyEntityRepository<URIPatternEntity,String>URIPatternRepositoryImpl. getRepository() -
Uses of URIPatternEntity in org.openiam.idm.srvc.meta.domain
Methods in org.openiam.idm.srvc.meta.domain with parameters of type URIPatternEntity Modifier and Type Method Description voidMetadataElementPageTemplateEntity. addURIPattern(URIPatternEntity entity)
-