Uses of Class
org.openiam.mq.constants.api.idm.AsynchReconciliationServiceAPI
-
Packages that use AsynchReconciliationServiceAPI Package Description org.openiam.mq.constants.api.idm org.openiam.recon.mq -
-
Uses of AsynchReconciliationServiceAPI in org.openiam.mq.constants.api.idm
Methods in org.openiam.mq.constants.api.idm that return AsynchReconciliationServiceAPI Modifier and Type Method Description static AsynchReconciliationServiceAPI
AsynchReconciliationServiceAPI. valueOf(String name)
Returns the enum constant of this type with the specified name.static AsynchReconciliationServiceAPI[]
AsynchReconciliationServiceAPI. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AsynchReconciliationServiceAPI in org.openiam.recon.mq
Methods in org.openiam.recon.mq that return types with arguments of type AsynchReconciliationServiceAPI Modifier and Type Method Description protected AbstractListener.RequestProcessor<AsynchReconciliationServiceAPI,BaseCrudServiceRequest>
AsynchronReconciliationMessageListener. getCrudRequestProcessor()
protected AbstractListener.RequestProcessor<AsynchReconciliationServiceAPI,IdServiceRequest>
AsynchronReconciliationMessageListener. getGetRequestProcessor()
Methods in org.openiam.recon.mq with parameters of type AsynchReconciliationServiceAPI Modifier and Type Method Description Response
AsynchronReconciliationMessageListener. processingRequest(AsynchReconciliationServiceAPI api, SyncLineObjectsRequest request)
-