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