Uses of Class
org.netxms.client.objects.queries.ObjectQueryResult
Packages that use ObjectQueryResult
- 
Uses of ObjectQueryResult in org.netxms.clientMethods in org.netxms.client that return types with arguments of type ObjectQueryResultModifier and TypeMethodDescriptionNXCSession.queryObjectDetails(String query, long rootObjectId, List<String> properties, List<String> orderBy, Map<String, String> inputFields, long contextObjectId, boolean readAllComputedProperties, int limit, Consumer<Integer> progressCallback) Query objects on server side and read certain object properties.