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