Uses of Class
org.openiam.mq.constants.api.GraphAdminAPI
-
Packages that use GraphAdminAPI Package Description org.openiam.authmanager.mq org.openiam.mq.constants.api -
-
Uses of GraphAdminAPI in org.openiam.authmanager.mq
Methods in org.openiam.authmanager.mq that return types with arguments of type GraphAdminAPI Modifier and Type Method Description protected AbstractListener.RequestProcessor<GraphAdminAPI,IdServiceRequest>GraphAdminQueueListener. getGetRequestProcessor()Methods in org.openiam.authmanager.mq with parameters of type GraphAdminAPI Modifier and Type Method Description ResponseGraphAdminQueueListener. processingApiRequest(GraphAdminAPI api, SaveGraphEdgeRequest request)ResponseGraphAdminQueueListener. processingApiRequest(GraphAdminAPI api, SaveGraphVertexRequest request) -
Uses of GraphAdminAPI in org.openiam.mq.constants.api
Methods in org.openiam.mq.constants.api that return GraphAdminAPI Modifier and Type Method Description static GraphAdminAPIGraphAdminAPI. valueOf(String name)Returns the enum constant of this type with the specified name.static GraphAdminAPI[]GraphAdminAPI. values()Returns an array containing the constants of this enum type, in the order they are declared.
-