Uses of Interface
ome.services.graphs.GraphSpec

Packages that use GraphSpec
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 GraphSpec in ome.services.delete
 

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

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

Uses of GraphSpec in ome.services.export
 

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

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

Uses of GraphSpec in ome.services.graphs
 

Classes in ome.services.graphs that implement GraphSpec
 class AnnotationGraphSpec
          GraphSpec specialized for deleting annotations.
 class BaseGraphSpec
          GraphSpec which takes the id of some id as the root of deletion.
 

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

Methods in ome.services.graphs that return GraphSpec
 GraphSpec GraphEntry.getSubSpec()
           
 GraphSpec BaseGraphSpec.SubSpecIterator.next()
           
 

Methods in ome.services.graphs that return types with arguments of type GraphSpec
 Iterator<GraphSpec> BaseGraphSpec.walk()
           
 Iterator<GraphSpec> GraphSpec.walk()
          Returns an iterator over all subspecs and their subspecs, depth-first.
 

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

Constructors in ome.services.graphs with parameters of type GraphSpec
BaseGraphSpec.SubSpecIterator(GraphSpec spec)
           
GraphEntry(GraphSpec self, String value)
           
GraphEntry(GraphSpec self, String name, GraphEntry entry)
           
GraphState(GraphStepFactory factory, ome.util.SqlAction sql, org.hibernate.Session session, GraphSpec spec)
           
GraphStep(int idx, List<GraphStep> stack, GraphSpec spec, GraphEntry entry, long[] ids)
           
 



OmeroJava Api

Version: 4.3.3-00d1137e-b2894

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