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