.. java:import:: org.caosdb.server.database.backend.transaction GetFileRecordByPath .. java:import:: org.caosdb.server.database.backend.transaction RetrieveSparseEntity .. java:import:: org.caosdb.server.entity EntityInterface .. java:import:: org.caosdb.server.entity.container TransactionContainer RetrieveSparseEntityByPath ========================== .. java:package:: org.caosdb.server.transaction :noindex: .. java:type:: public class RetrieveSparseEntityByPath extends Transaction Constructors ------------ RetrieveSparseEntityByPath ^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public RetrieveSparseEntityByPath(String path) :outertype: RetrieveSparseEntityByPath Methods ------- cleanUp ^^^^^^^ .. java:method:: @Override protected void cleanUp() :outertype: RetrieveSparseEntityByPath getEntity ^^^^^^^^^ .. java:method:: public EntityInterface getEntity() :outertype: RetrieveSparseEntityByPath init ^^^^ .. java:method:: @Override protected void init() throws Exception :outertype: RetrieveSparseEntityByPath logHistory ^^^^^^^^^^ .. java:method:: @Override public boolean logHistory() :outertype: RetrieveSparseEntityByPath postCheck ^^^^^^^^^ .. java:method:: @Override protected void postCheck() :outertype: RetrieveSparseEntityByPath postTransaction ^^^^^^^^^^^^^^^ .. java:method:: @Override protected void postTransaction() throws Exception :outertype: RetrieveSparseEntityByPath preCheck ^^^^^^^^ .. java:method:: @Override protected void preCheck() throws InterruptedException, Exception :outertype: RetrieveSparseEntityByPath preTransaction ^^^^^^^^^^^^^^ .. java:method:: @Override protected void preTransaction() throws InterruptedException :outertype: RetrieveSparseEntityByPath transaction ^^^^^^^^^^^ .. java:method:: @Override protected void transaction() throws Exception :outertype: RetrieveSparseEntityByPath