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