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