Uses of Class
ome.services.graphs.GraphStep

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

Subclasses of GraphStep in ome.services.delete
 class DeleteStep
          Single action performed by DeleteState.
 

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

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

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

Uses of GraphStep in ome.services.export
 

Subclasses of GraphStep in ome.services.export
 class ExporterStep
          Marker action used during export.
 

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

Methods in ome.services.export with parameters of type GraphStep
 void ExporterIndex.add(GraphStep step, long[] ids)
           
 

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

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

Uses of GraphStep in ome.services.graphs
 

Fields in ome.services.graphs declared as GraphStep
 GraphStep GraphStep.parent
          Final member of stack which is the direct ancestor of this step.
 

Fields in ome.services.graphs with type parameters of type GraphStep
 LinkedList<GraphStep> GraphStep.stack
          Stack of other GraphStep instances which show where this step is in the entire graph.
 

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

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

Constructor parameters in ome.services.graphs with type arguments of type GraphStep
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.