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 class
URIPatternEntityWrapper
-
Uses of URIPatternEntity in org.openiam.esb.am.service
Methods in org.openiam.esb.am.service that return URIPatternEntity Modifier and Type Method Description URIPatternEntity
ContentProviderService. 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 URIPatternEntity
ContentProviderServiceImpl. 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 String
ContentProviderServiceImpl. 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 URIPatternEntity
URIPatternDozerConverter. convertEntity(URIPatternEntity userEntity, boolean isDeep)
URIPatternEntity
URIPatternDozerConverter. 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 URIPatternEntity
URIPatternDozerConverter. convertEntity(URIPatternEntity userEntity, boolean isDeep)
URIPattern
URIPatternDozerConverter. 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 URIPatternEntity
URIPatternRepository. findByResourceId(String resourceId)
Find URIPatternEntity by their corresponding ResourceID.URIPatternEntity
URIPatternRepository. 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 void
MetadataElementPageTemplateEntity. addURIPattern(URIPatternEntity entity)
-