Uses of Class
org.openiam.mq.constants.api.ExtLogAPI
-
Packages that use ExtLogAPI Package Description org.openiam.esb.core.mq org.openiam.mq.constants.api -
-
Uses of ExtLogAPI in org.openiam.esb.core.mq
Methods in org.openiam.esb.core.mq with parameters of type ExtLogAPI Modifier and Type Method Description void
ExternalLogListener. processingApiRequest(ExtLogAPI api, String request)
Response
ExternalLogListener. processingApiRequest(ExtLogAPI api, IdmAuditLogRequest request)
-
Uses of ExtLogAPI in org.openiam.mq.constants.api
Methods in org.openiam.mq.constants.api that return ExtLogAPI Modifier and Type Method Description static ExtLogAPI
ExtLogAPI. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExtLogAPI[]
ExtLogAPI. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-