public class GraphUtil extends Object
Constructor and Description |
---|
GraphUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
combineFacadeRequests(List<omero.cmd.Request> requests)
Deprecated.
because facade classes are deprecated
|
static Map<String,List<Long>> |
copyMultimapForResponse(com.google.common.collect.SetMultimap<String,Long> result)
Copy a multimap to a new map.
|
@Deprecated public static void combineFacadeRequests(List<omero.cmd.Request> requests)
GraphModify2
requests because they already allow the caller to specify multiple target model objects
should they wish those objects to be processed together.
Call this method before calling IRequest.init(omero.cmd.Helper)
on the requests.requests
- the list of requests to adjustpublic static Map<String,List<Long>> copyMultimapForResponse(com.google.common.collect.SetMultimap<String,Long> result)
result
- a result from a graph operationStringLongListMap
API binding
Version: 5.2.4-ice35-b23
Copyright © 2016 The University of Dundee & Open Microscopy Environment. All Rights Reserved.