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