.. java:import:: java.util List .. java:import:: org.caosdb.server.database BackendTransaction .. java:import:: org.caosdb.server.database.backend.interfaces GetIDByNameImpl .. java:import:: org.caosdb.server.database.exceptions EntityDoesNotExistException .. java:import:: org.caosdb.server.database.exceptions EntityWasNotUniqueException .. java:import:: org.caosdb.server.database.exceptions TransactionException .. java:import:: org.caosdb.server.entity EntityID GetIDByName =========== .. java:package:: org.caosdb.server.database.backend.transaction :noindex: .. java:type:: public class GetIDByName extends BackendTransaction Constructors ------------ GetIDByName ^^^^^^^^^^^ .. java:constructor:: public GetIDByName(String name) :outertype: GetIDByName GetIDByName ^^^^^^^^^^^ .. java:constructor:: public GetIDByName(String name, boolean unique) :outertype: GetIDByName GetIDByName ^^^^^^^^^^^ .. java:constructor:: public GetIDByName(String name, String role) :outertype: GetIDByName GetIDByName ^^^^^^^^^^^ .. java:constructor:: public GetIDByName(String name, String role, boolean unique) :outertype: GetIDByName Methods ------- execute ^^^^^^^ .. java:method:: @Override public void execute() throws TransactionException :outertype: GetIDByName getId ^^^^^ .. java:method:: public EntityID getId() :outertype: GetIDByName getList ^^^^^^^ .. java:method:: public List getList() :outertype: GetIDByName