gov.nasa.pds.api.registry.LidvidsContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of registry-api-service Show documentation
Show all versions of registry-api-service Show documentation
Registry API Service contributing to the PDS Federated Search API
package gov.nasa.pds.api.registry;
import java.util.List;
public interface LidvidsContext {
public String getProductIdentifierStr();
public Integer getLimit();
public List getSortFields();
public List getSearchAfterValues();
public boolean getSingletonResultExpected();
}