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