ome.services.delete
Class DeleteOpts
java.lang.Object
ome.services.delete.DeleteOpts
public class DeleteOpts
- extends Object
Manager for option instances for an entire delete graph. As method calls are
made, this instance gets passed around and the appropriate ops
are pushed
or popped
changing the current
state of affairs.
- Since:
- Beta4.2.1
- Author:
- Josh Moore, josh at glencoesoftware.com
- See Also:
IDelete
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteOpts
public DeleteOpts()
push
public void push(DeleteOpts.Op op,
boolean modified,
EventContext ec)
throws DeleteException
- Adds the given operation to the current list if the user
has permissions to do so.
- Parameters:
op
- Current DeleteOpts.Op
to add to the stackmodified
- Whether or not the value was changed by the userdetails
- Active user login
- Throws:
DeleteException
pop
public void pop()
isForce
public boolean isForce()
OmeroJava Api
Version: Beta4.2.1-r8614-Beta4.2-b41
Copyright © 2009 The University of Dundee. All Rights Reserved.