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