Uses of Class
org.openiam.mq.constants.api.common.ReportAPI
-
Packages that use ReportAPI Package Description org.openiam.esb.core.mq org.openiam.mq.constants.api.common -
-
Uses of ReportAPI in org.openiam.esb.core.mq
Methods in org.openiam.esb.core.mq that return types with arguments of type ReportAPI Modifier and Type Method Description protected AbstractListener.RequestProcessor<ReportAPI,BaseCrudServiceRequest>
ReportQueueListener. getCrudRequestProcessor()
protected AbstractListener.RequestProcessor<ReportAPI,EmptyServiceRequest>
ReportQueueListener. getEmptyRequestProcessor()
protected AbstractListener.RequestProcessor<ReportAPI,IdServiceRequest>
ReportQueueListener. getGetRequestProcessor()
protected AbstractListener.RequestProcessor<ReportAPI,BaseSearchServiceRequest>
ReportQueueListener. getSearchRequestProcessor()
Methods in org.openiam.esb.core.mq with parameters of type ReportAPI Modifier and Type Method Description Response
ReportQueueListener. processingApiRequest(ReportAPI api, ReportRequest request)
-
Uses of ReportAPI in org.openiam.mq.constants.api.common
Methods in org.openiam.mq.constants.api.common that return ReportAPI Modifier and Type Method Description static ReportAPI
ReportAPI. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReportAPI[]
ReportAPI. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-