public class Deletion
extends java.lang.Object
IDelete
Modifier and Type | Class and Description |
---|---|
static class |
Deletion.Builder
Inner class which can be used to generate a Deletion.
|
Constructor and Description |
---|
Deletion(ome.io.nio.AbstractFileSystemService afs,
ome.system.OmeroContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
deleteFiles(com.google.common.collect.SetMultimap<java.lang.String,java.lang.Long> deleteTargets)
For each Report use the map of tables to deleted ids to remove the files
under Files, Pixels and Thumbnails if the ids no longer exist in the db.
|
public Deletion(ome.io.nio.AbstractFileSystemService afs, ome.system.OmeroContext ctx)
public void deleteFiles(com.google.common.collect.SetMultimap<java.lang.String,java.lang.Long> deleteTargets)