Class ListDomainsAction

java.lang.Object
google.registry.tools.server.ListObjectsAction<Domain>
google.registry.tools.server.ListDomainsAction
All Implemented Interfaces:
Runnable

public final class ListDomainsAction extends ListObjectsAction<Domain>
An action that lists domains, for use by the nomulus list_domains command.
  • Field Details

  • Method Details

    • getPrimaryKeyFields

      public com.google.common.collect.ImmutableSet<String> getPrimaryKeyFields()
    • loadObjects

      public com.google.common.collect.ImmutableSet<Domain> loadObjects()