Uses of Class
ome.services.delete.DeleteException

Packages that use DeleteException
ome.services.delete Implementations of the ome.api.IDelete service. 
 

Uses of DeleteException in ome.services.delete
 

Methods in ome.services.delete that throw DeleteException
 String DeleteState.execute(int j)
           
 int AnnotationDeleteSpec.initialize(long id, String superspec, Map<String,String> dontmodify)
           
 int BaseDeleteSpec.initialize(long id, String superspec, Map<String,String> options)
           
 int DeleteEntry.initialize(long id, String superspec, Map<String,String> options)
          Called during DeleteSpec.initialize(long, String, Map) to give the entry a chance to modify its #op based on the options and to initialize subspecs.
 int DeleteSpec.initialize(long id, String supersec, Map<String,String> options)
          Called as each delete command is started.
protected  void BaseDeleteSpec.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).
 void DeleteOpts.push(DeleteOpts.Op op, boolean modified, EventContext ec)
          Adds the given operation to the current list if the user has permissions to do so.
 void DeleteStep.push(DeleteOpts opts)
           
 void DeleteEntry.push(DeleteOpts opts, EventContext ec)
           
 long[][] AnnotationDeleteSpec.queryBackupIds(org.hibernate.Session session, int step, DeleteEntry subpath, QueryBuilder and)
           
 long[][] BaseDeleteSpec.queryBackupIds(org.hibernate.Session session, int step, DeleteEntry subpath, QueryBuilder and)
           
 long[][] DeleteSpec.queryBackupIds(org.hibernate.Session session, int step, DeleteEntry subpath, QueryBuilder and)
          If a given path is deleted before its sub-path, this points to a one-to-one relationship.
 void DeleteState.release(DeleteStep step)
           
 void DeleteState.rollback(DeleteStep step)
           
 void DeleteSpec.runTopLevel(org.hibernate.Session session, List<Long> ids)
          Workaround for the removal of DeleteSpec#delete when refactoring to DeleteState.
 

Constructors in ome.services.delete that throw DeleteException
DeleteState(OmeroContext ctx, org.hibernate.Session session, DeleteSpec spec)
           
 



OmeroJava Api

Version: Beta4.2.1-r8614-Beta4.2-b41

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