.. java:import:: java.util List .. java:import:: org.caosdb.server.database.proto SparseEntity GetAllNamesImpl =============== .. java:package:: org.caosdb.server.database.backend.interfaces :noindex: .. java:type:: public interface GetAllNamesImpl extends BackendTransactionImpl Interface for the retrieval of all known names from the backend. The returned list contains SparseEntities which have only their name, role and acl defined. Methods ------- execute ^^^^^^^ .. java:method:: List execute() :outertype: GetAllNamesImpl