.. java:import:: java.util LinkedList .. java:import:: org.caosdb.server.database.exceptions TransactionException .. java:import:: org.caosdb.server.database.proto ProtoProperty .. java:import:: org.caosdb.server.entity EntityID RetrievePropertiesImpl ====================== .. java:package:: org.caosdb.server.database.backend.interfaces :noindex: .. java:type:: public interface RetrievePropertiesImpl extends BackendTransactionImpl Methods ------- execute ^^^^^^^ .. java:method:: public LinkedList execute(EntityID id, String version, boolean isHead) throws TransactionException :outertype: RetrievePropertiesImpl