All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gov.nasa.pds.api.registry.RequestBuildContext Maven / Gradle / Ivy

There is a newer version: 4.5.6
Show newest version
package gov.nasa.pds.api.registry;

import java.util.List;

public interface RequestBuildContext {
  public boolean justLatest(); // return just the latest LIDVIDs. return false if request is made
                               // for a
                               // specific version

  public List getFields(); // must not return null but an empty list

  public GroupConstraint getPresetCriteria(); // must not return null but an empty list
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy