Uses of Class
org.openiam.am.srvc.domain.URIPatternMetaEntity
-
Packages that use URIPatternMetaEntity Package Description org.openiam.am.srvc.domain org.openiam.esb.core.dozer.converter -
-
Uses of URIPatternMetaEntity in org.openiam.am.srvc.domain
Methods in org.openiam.am.srvc.domain that return URIPatternMetaEntity Modifier and Type Method Description URIPatternMetaEntity
URIPatternEntity. getMetaEntity(String id)
Methods in org.openiam.am.srvc.domain with parameters of type URIPatternMetaEntity Modifier and Type Method Description void
URIPatternEntity. addMetaEntity(URIPatternMetaEntity enitity)
-
Uses of URIPatternMetaEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return URIPatternMetaEntity Modifier and Type Method Description URIPatternMetaEntity
URIPatternMetaDozerConverter. convertEntity(URIPatternMetaEntity userEntity, boolean isDeep)
URIPatternMetaEntity
URIPatternMetaDozerConverter. convertToEntity(URIPatternMeta entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type URIPatternMetaEntity Modifier and Type Method Description List<URIPatternMetaEntity>
URIPatternMetaDozerConverter. convertToEntityList(List<URIPatternMeta> list, boolean isDeep)
Set<URIPatternMetaEntity>
URIPatternMetaDozerConverter. convertToEntitySet(Set<URIPatternMeta> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type URIPatternMetaEntity Modifier and Type Method Description URIPatternMetaEntity
URIPatternMetaDozerConverter. convertEntity(URIPatternMetaEntity userEntity, boolean isDeep)
URIPatternMeta
URIPatternMetaDozerConverter. convertToDTO(URIPatternMetaEntity userEntity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type URIPatternMetaEntity Modifier and Type Method Description List<URIPatternMeta>
URIPatternMetaDozerConverter. convertToDTOList(List<URIPatternMetaEntity> list, boolean isDeep)
Set<URIPatternMeta>
URIPatternMetaDozerConverter. convertToDTOSet(Set<URIPatternMetaEntity> set, boolean isDeep)
-