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