.. java:import:: org.caosdb.server.database.exceptions TransactionException .. java:import:: org.caosdb.server.entity EntityID .. java:import:: org.caosdb.server.utils Undoable DeleteEntityPropertiesImpl ========================== .. java:package:: org.caosdb.server.database.backend.interfaces :noindex: .. java:type:: public interface DeleteEntityPropertiesImpl extends BackendTransactionImpl, Undoable Methods ------- execute ^^^^^^^ .. java:method:: public abstract void execute(EntityID id) throws TransactionException :outertype: DeleteEntityPropertiesImpl