Uses of Class
ome.services.graphs.GraphEntry

Packages that use GraphEntry
ome.services.delete Implementations of the ome.api.IDelete service. 
ome.services.export Helpers for implementing the necessary interfaces from Bio-Formats for mapping OMERO objects (ome.model.*) to OME-XML and OME-TIFF 
ome.services.graphs Server classes for handling complicated graphs of model objects. 
 

Uses of GraphEntry in ome.services.delete
 

Methods in ome.services.delete with parameters of type GraphEntry
 GraphStep DeleteStepFactory.create(int idx, List<GraphStep> stack, GraphSpec spec, GraphEntry entry, long[] ids)
           
 

Constructors in ome.services.delete with parameters of type GraphEntry
DeleteStep(OmeroContext ctx, int idx, List<GraphStep> stack, GraphSpec spec, GraphEntry entry, long[] ids)
           
 

Uses of GraphEntry in ome.services.export
 

Methods in ome.services.export with parameters of type GraphEntry
 GraphStep ExporterStepFactory.create(int idx, List<GraphStep> stack, GraphSpec spec, GraphEntry entry, long[] ids)
           
 

Constructors in ome.services.export with parameters of type GraphEntry
ExporterStep(int idx, List<GraphStep> stack, GraphSpec spec, GraphEntry entry, long[] ids)
           
 

Uses of GraphEntry in ome.services.graphs
 

Fields in ome.services.graphs declared as GraphEntry
 GraphEntry GraphStep.entry
          GraphEntry instance which is active for this step.
 

Fields in ome.services.graphs with type parameters of type GraphEntry
protected  List<GraphEntry> BaseGraphSpec.entries
          The paths which make up this delete specification.
 

Methods in ome.services.graphs that return types with arguments of type GraphEntry
 List<GraphEntry> BaseGraphSpec.entries()
           
 List<GraphEntry> GraphSpec.entries()
          Returns a copy of the list of GraphEntry instances contained in this GraphSpec
 

Methods in ome.services.graphs with parameters of type GraphEntry
 void GraphTables.add(GraphEntry entry, long[][] results)
           
 Iterator<List<long[]>> GraphTables.columnSets(GraphEntry entry, long[] match)
          Returns all column sets where the first LENGTH - 1 members of "match" coincide with the values of the columns in the set.
 GraphStep GraphStepFactory.create(int idx, List<GraphStep> stack, GraphSpec spec, GraphEntry entry, long[] ids)
           
 long[][] AnnotationGraphSpec.queryBackupIds(org.hibernate.Session session, int step, GraphEntry subpath, QueryBuilder and)
           
 long[][] BaseGraphSpec.queryBackupIds(org.hibernate.Session session, int step, GraphEntry subpath, QueryBuilder and)
           
 long[][] GraphSpec.queryBackupIds(org.hibernate.Session session, int step, GraphEntry subpath, QueryBuilder and)
          If a given path is deleted before its sub-path, this points to a one-to-one relationship.
 

Constructors in ome.services.graphs with parameters of type GraphEntry
GraphEntry(GraphSpec self, String name, GraphEntry entry)
           
GraphStep(int idx, List<GraphStep> stack, GraphSpec spec, GraphEntry entry, long[] ids)
           
 



OmeroJava Api

Version: 4.3.4-dbcbce5a-b4

Copyright © 2009 The University of Dundee. All Rights Reserved.