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