.. java:import:: org.caosdb.server.entity EntityID EntityTransactionInterface ========================== .. java:package:: org.caosdb.server.transaction :noindex: .. java:type:: public interface EntityTransactionInterface extends TransactionInterface This interface is implemented by all transactions of entities (as opposed to transaction which only concern users or other kinds of transactions). :author: Timm Fitschen Methods ------- matchIdPattern ^^^^^^^^^^^^^^ .. java:method:: public boolean matchIdPattern(String id) :outertype: EntityTransactionInterface matchIdPattern ^^^^^^^^^^^^^^ .. java:method:: public boolean matchIdPattern(EntityID id) :outertype: EntityTransactionInterface