Class SampleParentsSearchCriteria
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.AbstractSearchCriteria
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.AbstractCompositeSearchCriteria
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.AbstractObjectSearchCriteria<ISampleId>
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.AbstractEntitySearchCriteria<ISampleId>
ch.ethz.sis.openbis.generic.asapi.v3.dto.sample.search.AbstractSampleSearchCriteria<SampleParentsSearchCriteria>
ch.ethz.sis.openbis.generic.asapi.v3.dto.sample.search.SampleParentsSearchCriteria
- All Implemented Interfaces:
ISearchCriteria,Serializable
@JsonObject("as.dto.sample.search.SampleParentsSearchCriteria")
public class SampleParentsSearchCriteria
extends AbstractSampleSearchCriteria<SampleParentsSearchCriteria>
- See Also:
-
Field Summary
Fields inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.AbstractCompositeSearchCriteria
criteria, operator -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.sample.search.AbstractSampleSearchCriteria
createBuilder, getRelation, withAndOperator, withExperiment, withIdentifier, withOrOperator, withoutContainer, withoutExperiment, withoutProject, withoutSpace, withProject, withSpace, withTypeMethods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.AbstractEntitySearchCriteria
isNegated, negate, setNegated, withAnyBooleanProperty, withAnyDateProperty, withAnyField, withAnyNumberProperty, withAnyProperty, withAnyStringProperty, withBooleanProperty, withCode, withCodes, withDateProperty, withModificationDate, withModifier, withNumberProperty, withPermId, withProperty, withRegistrationDate, withRegistrator, withSampleProperty, withStringProperty, withTag, withVocabularyPropertyMethods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.AbstractObjectSearchCriteria
withIdMethods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.AbstractCompositeSearchCriteria
getCriteria, getOperator, setCriteria, toString, toString, with, withOperatorMethods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.AbstractSearchCriteria
equals, hashCode
-
Constructor Details
-
SampleParentsSearchCriteria
public SampleParentsSearchCriteria()
-