Class TrackingDataSetCriteria

  • All Implemented Interfaces:
    java.io.Serializable

    public class TrackingDataSetCriteria
    extends java.lang.Object
    implements java.io.Serializable
    Criteria for tracking data sets with technical id bigger than the specified one. Optional, the search is restricted to data sets connected to samples of a certain type.

    Connected samples should be loaded as well as their parent and container samples according to SampleType hierarchy depths. All referenced samples should have all properties loaded.

    See Also:
    Serialized Form
    • Constructor Detail

      • TrackingDataSetCriteria

        public TrackingDataSetCriteria​(long lastSeenDataSetId)
      • TrackingDataSetCriteria

        public TrackingDataSetCriteria​(java.lang.String connectedSampleTypeCodeOrNull,
                                       long lastSeenDataSetId)
    • Method Detail

      • getConnectedSampleTypeCode

        public java.lang.String getConnectedSampleTypeCode()
      • getLastSeenDataSetId

        public long getLastSeenDataSetId()
      • shouldResultBeEnriched

        public boolean shouldResultBeEnriched()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object