Skip to content

Commit

Permalink
Remove ReplacePolicy from RepositoryObjectWrapper.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ppouchin committed Mar 11, 2024
1 parent bff7bb7 commit eae143d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/main/java/fr/igred/omero/RepositoryObjectWrapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -250,19 +250,4 @@ public void copyAnnotationLinks(Client client, RepositoryObjectWrapper<?> object
public abstract void reload(Browser browser)
throws ServiceException, AccessException, ExecutionException;


/**
* Policy to specify how to handle objects when they are replaced.
*/
public enum ReplacePolicy {
/** Unlink objects only */
UNLINK,

/** Delete all objects */
DELETE,

/** Delete orphaned objects */
DELETE_ORPHANED
}

}

0 comments on commit eae143d

Please sign in to comment.