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