Uses of Class
org.openiam.idm.srvc.mngsys.domain.ManagedSystemObjectMatchEntity
-
-
Uses of ManagedSystemObjectMatchEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return ManagedSystemObjectMatchEntity Modifier and Type Method Description ManagedSystemObjectMatchEntity
ManagedSystemObjectMatchDozerConverter. convertEntity(ManagedSystemObjectMatchEntity userEntity, boolean isDeep)
ManagedSystemObjectMatchEntity
ManagedSystemObjectMatchDozerConverter. convertToEntity(ManagedSystemObjectMatch entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type ManagedSystemObjectMatchEntity Modifier and Type Method Description List<ManagedSystemObjectMatchEntity>
ManagedSystemObjectMatchDozerConverter. convertToEntityList(List<ManagedSystemObjectMatch> list, boolean isDeep)
Set<ManagedSystemObjectMatchEntity>
ManagedSystemObjectMatchDozerConverter. convertToEntitySet(Set<ManagedSystemObjectMatch> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type ManagedSystemObjectMatchEntity Modifier and Type Method Description ManagedSystemObjectMatchEntity
ManagedSystemObjectMatchDozerConverter. convertEntity(ManagedSystemObjectMatchEntity userEntity, boolean isDeep)
ManagedSystemObjectMatch
ManagedSystemObjectMatchDozerConverter. convertToDTO(ManagedSystemObjectMatchEntity userEntity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type ManagedSystemObjectMatchEntity Modifier and Type Method Description List<ManagedSystemObjectMatch>
ManagedSystemObjectMatchDozerConverter. convertToDTOList(List<ManagedSystemObjectMatchEntity> list, boolean isDeep)
Set<ManagedSystemObjectMatch>
ManagedSystemObjectMatchDozerConverter. convertToDTOSet(Set<ManagedSystemObjectMatchEntity> set, boolean isDeep)
-
Uses of ManagedSystemObjectMatchEntity in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return types with arguments of type ManagedSystemObjectMatchEntity Modifier and Type Method Description List<ManagedSystemObjectMatchEntity>
ManagedSystemService. managedSysObjectParam(String managedSystemId, String objectType)
Returns list of managed system object match entities for given criteria. -
Uses of ManagedSystemObjectMatchEntity in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return types with arguments of type ManagedSystemObjectMatchEntity Modifier and Type Method Description List<ManagedSystemObjectMatchEntity>
ManagedSystemServiceImpl. managedSysObjectParam(String managedSystemId, String objectType)
-
Uses of ManagedSystemObjectMatchEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return types with arguments of type ManagedSystemObjectMatchEntity Modifier and Type Method Description List<ManagedSystemObjectMatchEntity>
ManagedSystemObjectMatchRepository. findByManagedSysId(String managedSysId)
List<ManagedSystemObjectMatchEntity>
ManagedSystemObjectMatchRepository. findBySystemId(String managedSystemId, String objectType)
-
Uses of ManagedSystemObjectMatchEntity in org.openiam.idm.srvc.mngsys.domain
Methods in org.openiam.idm.srvc.mngsys.domain with parameters of type ManagedSystemObjectMatchEntity Modifier and Type Method Description void
ManagedSysEntity. addMngSysObjectMatch(ManagedSystemObjectMatchEntity match)
-