Uses of Class
org.openiam.mq.constants.api.am.ResourceAPI
-
Packages that use ResourceAPI Package Description org.openiam.common.beans.mq org.openiam.esb.core.mq org.openiam.mq.constants.api.am -
-
Uses of ResourceAPI in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq with parameters of type ResourceAPI Modifier and Type Method Description Response
ResourceRabbitMQService. addEntitlementToResource(String resourceId, String entitlementId, Set<String> rightIds, Date startDate, Date endDate, ResourceAPI resourceAPI)
Response
ResourceRabbitMQService. removeEntitlementFromResource(String resourceId, String entitlementId, ResourceAPI resourceAPI)
-
Uses of ResourceAPI in org.openiam.esb.core.mq
Methods in org.openiam.esb.core.mq that return types with arguments of type ResourceAPI Modifier and Type Method Description protected AbstractListener.RequestProcessor<ResourceAPI,BaseCrudServiceRequest>
ResourceQueueListener. getCrudRequestProcessor()
protected AbstractListener.RequestProcessor<ResourceAPI,EmptyServiceRequest>
ResourceQueueListener. getEmptyRequestProcessor()
protected AbstractListener.RequestProcessor<ResourceAPI,IdServiceRequest>
ResourceQueueListener. getGetRequestProcessor()
protected AbstractListener.RequestProcessor<ResourceAPI,BaseSearchServiceRequest>
FindBeansResourceQueueListener. getSearchRequestProcessor()
protected AbstractListener.RequestProcessor<ResourceAPI,BaseSearchServiceRequest>
ResourceQueueListener. getSearchRequestProcessor()
Methods in org.openiam.esb.core.mq with parameters of type ResourceAPI Modifier and Type Method Description Response
ResourceQueueListener. processingApiRequest(ResourceAPI api, AccessRequestRequest request)
Separated rabbit handler to processing ofAccessRequestRequest
API.Response
ResourceQueueListener. processingApiRequest(ResourceAPI api, ApplicationCategoriesRequest request)
Separated rabbit handler to processing ofAccessRequestRequest
API.Response
ResourceQueueListener. processingApiRequest(ResourceAPI api, IdsDeepCopyRequest request)
Separated rabbit handler to processing of GetQuestionnaires API.Response
ResourceQueueListener. processingApiRequest(ResourceAPI api, MembershipRequest request)
Response
ResourceQueueListener. processingApiRequest(ResourceAPI api, MembershipsRequest request)
Response
ResourceQueueListener. processingApiRequest(ResourceAPI api, QuestionnaireSaveServiceRequest request)
Response
ResourceQueueListener. processingApiRequest(ResourceAPI api, ResourceRequest request)
Response
ResourceQueueListener. processingApiRequest(ResourceAPI api, UserOneLevelRequestServiceRequest request)
Separated rabbit handler to processing ofUserOneLevelRequestServiceRequest
API. -
Uses of ResourceAPI in org.openiam.mq.constants.api.am
Methods in org.openiam.mq.constants.api.am that return ResourceAPI Modifier and Type Method Description static ResourceAPI
ResourceAPI. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResourceAPI[]
ResourceAPI. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-