Uses of Class
ome.services.graphs.GraphException

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

Subclasses of GraphException in ome.services.delete
 class DeleteException
          Exception which will be thrown by activities within DeleteSpec implementations.
 

Methods in ome.services.delete that throw GraphException
 GraphStep DeleteStepFactory.create(int idx, List<GraphStep> stack, GraphSpec spec, GraphEntry entry, long[] ids)
           
 void DeleteStep.onRelease(Class<ome.model.IObject> k, Set<Long> ids)
           
 

Uses of GraphException in ome.services.export
 

Methods in ome.services.export that throw GraphException
 void ExporterIndex.add(GraphStep step, long[] ids)
           
 GraphStep ExporterStepFactory.create(int idx, List<GraphStep> stack, GraphSpec spec, GraphEntry entry, long[] ids)
           
 long ExporterIndex.getIdByOrder(int order)
          Returns the id of an object based on the order in which it was added.
<T extends ome.model.IObject>
T
ExporterStepFactory.getObject(String name, int order)
           
 void ExporterStep.onRelease(Class<ome.model.IObject> k, Set<Long> ids)
           
 

Uses of GraphException in ome.services.graphs
 

Methods in ome.services.graphs that throw GraphException
 GraphStep GraphStepFactory.create(int idx, List<GraphStep> stack, GraphSpec spec, GraphEntry entry, long[] ids)
           
 String GraphState.execute(int j)
           
 int AnnotationGraphSpec.initialize(long id, String superspec, Map<String,String> dontmodify)
           
 int BaseGraphSpec.initialize(long id, String superspec, Map<String,String> options)
           
 int GraphEntry.initialize(long id, String superspec, Map<String,String> options)
          Called during GraphSpec.initialize(long, String, Map) to give the entry a chance to modify its #op based on the options and to initialize subspecs.
 int GraphSpec.initialize(long id, String supersec, Map<String,String> options)
          Called as each delete command is started.
protected  void BaseGraphSpec.join(QueryBuilder qb, String from, String fromAlias, String to, String toAlias)
          Used to generate a join statement on the QueryBuilder making use of {@link ExtendedMetadata#getRelationship(String, String).
abstract  void GraphStep.onRelease(Class<ome.model.IObject> k, Set<Long> ids)
           
 void GraphOpts.push(GraphOpts.Op op, boolean modified, EventContext ec)
          Adds the given operation to the current list if the user has permissions to do so.
 void GraphStep.push(GraphOpts opts)
           
 void GraphEntry.push(GraphOpts opts, EventContext ec)
           
 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.
 void GraphStep.release(GraphStep.Callback cb)
           
 void GraphState.release(String savepoint, int count)
           
 void GraphStep.Callback.release(String savepoint, int count)
           
 void GraphStep.rollback(GraphStep.Callback cb)
           
 void GraphState.rollback(String savepoint, int count)
           
 void GraphStep.Callback.rollback(String savepoint, int count)
           
 void GraphSpec.runTopLevel(org.hibernate.Session session, List<Long> ids)
          Workaround for the removal of GraphSpec#delete when refactoring to GraphState.
 String GraphStep.start(GraphStep.Callback cb)
           
 

Constructors in ome.services.graphs that throw GraphException
GraphState(GraphStepFactory factory, ome.util.SqlAction sql, org.hibernate.Session session, GraphSpec spec)
           
 



OmeroJava Api

Version: 4.3.3-00d1137e-b2894

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