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