Uses of Class
org.openiam.idm.srvc.mngsys.dto.ManagedSystemObjectMatch
-
-
Uses of ManagedSystemObjectMatch in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq that return types with arguments of type ManagedSystemObjectMatch Modifier and Type Method Description List<ManagedSystemObjectMatch>
ManagedSystemRabbitMQService. getManagedSysObjectParam(String managedSystemId, String objectType)
-
Uses of ManagedSystemObjectMatch in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return ManagedSystemObjectMatch Modifier and Type Method Description ManagedSystemObjectMatch
ManagedSystemObjectMatchDozerConverter. convertDTO(ManagedSystemObjectMatch entity, boolean isDeep)
ManagedSystemObjectMatch
ManagedSystemObjectMatchDozerConverter. convertToDTO(ManagedSystemObjectMatchEntity userEntity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type ManagedSystemObjectMatch Modifier and Type Method Description List<ManagedSystemObjectMatch>
ManagedSystemObjectMatchDozerConverter. convertToDTOList(List<ManagedSystemObjectMatchEntity> list, boolean isDeep)
Set<ManagedSystemObjectMatch>
ManagedSystemObjectMatchDozerConverter. convertToDTOSet(Set<ManagedSystemObjectMatchEntity> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type ManagedSystemObjectMatch Modifier and Type Method Description ManagedSystemObjectMatch
ManagedSystemObjectMatchDozerConverter. convertDTO(ManagedSystemObjectMatch entity, boolean isDeep)
ManagedSystemObjectMatchEntity
ManagedSystemObjectMatchDozerConverter. convertToEntity(ManagedSystemObjectMatch entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type ManagedSystemObjectMatch Modifier and Type Method Description List<ManagedSystemObjectMatchEntity>
ManagedSystemObjectMatchDozerConverter. convertToEntityList(List<ManagedSystemObjectMatch> list, boolean isDeep)
Set<ManagedSystemObjectMatchEntity>
ManagedSystemObjectMatchDozerConverter. convertToEntitySet(Set<ManagedSystemObjectMatch> set, boolean isDeep)
-
Uses of ManagedSystemObjectMatch in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return types with arguments of type ManagedSystemObjectMatch Modifier and Type Method Description List<ManagedSystemObjectMatch>
ManagedSystemService. managedSysObjectParamDTO(String managedSystemId, String objectType)
Returns Managed System Object Match array for given managed system id and object type.Methods in org.openiam.esb.core.service with parameters of type ManagedSystemObjectMatch Modifier and Type Method Description String
ManagedSystemService. saveManagedSysObjectMatch(ManagedSystemObjectMatch dto)
Saves managed system object match entity. -
Uses of ManagedSystemObjectMatch in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return types with arguments of type ManagedSystemObjectMatch Modifier and Type Method Description List<ManagedSystemObjectMatch>
ManagedSystemServiceImpl. managedSysObjectParamDTO(String managedSystemId, String objectType)
Methods in org.openiam.esb.core.service.impl with parameters of type ManagedSystemObjectMatch Modifier and Type Method Description String
ManagedSystemServiceImpl. saveManagedSysObjectMatch(ManagedSystemObjectMatch dto)
-
Uses of ManagedSystemObjectMatch in org.openiam.idm.srvc.mngsys.dto
Methods in org.openiam.idm.srvc.mngsys.dto that return ManagedSystemObjectMatch Modifier and Type Method Description ManagedSystemObjectMatch
ManagedSysDto. getObjectMatchDetailsByType(String objectType)
Return a ManagedSystemObjectMatch for an object type.Methods in org.openiam.idm.srvc.mngsys.dto with parameters of type ManagedSystemObjectMatch Modifier and Type Method Description void
ManagedSysDto. addManagedSysObjectMatch(ManagedSystemObjectMatch match)
void
ManagedSysDto. removeManagedSysObjectMatch(ManagedSystemObjectMatch match)
-
Uses of ManagedSystemObjectMatch in org.openiam.srvc.idm
Methods in org.openiam.srvc.idm that return ManagedSystemObjectMatch Modifier and Type Method Description ManagedSystemObjectMatch[]
ManagedSystemWebService. managedSysObjectParam(String managedSystemId, String objectType)
Finds objects for an object type (like User, Group) for a ManagedSystem definition.ManagedSystemObjectMatch[]
ManagedSystemWebServiceImpl. managedSysObjectParam(String managedSystemId, String objectType)
Finds objects for an object type (like User, Group) for a ManagedSystem definitionMethods in org.openiam.srvc.idm with parameters of type ManagedSystemObjectMatch Modifier and Type Method Description Response
ManagedSystemWebService. saveManagedSystemObjectMatch(ManagedSystemObjectMatch obj)
Response
ManagedSystemWebServiceImpl. saveManagedSystemObjectMatch(ManagedSystemObjectMatch obj)
-