Skip to content
Snippets Groups Projects
Commit 4ccb798e authored by felmer's avatar felmer
Browse files

SSDM-4647: remove methods externaldms.search.ExternalDmsSearchCriteria because...

SSDM-4647: remove methods externaldms.search.ExternalDmsSearchCriteria because they are identical to the methods of the super class

SVN: 37884
parent 82805cd9
No related branches found
No related tags found
No related merge requests found
......@@ -16,28 +16,11 @@
package ch.ethz.sis.openbis.generic.asapi.v3.dto.externaldms.search;
import ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.CodeSearchCriteria;
import ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.SearchCriteriaToStringBuilder;
import ch.systemsx.cisd.base.annotation.JsonObject;
@JsonObject("as.dto.externaldms.search.ExternalDmsSearchCriteria")
public class ExternalDmsSearchCriteria extends ch.ethz.sis.openbis.generic.asapi.v3.dto.dataset.search.ExternalDmsSearchCriteria
{
private static final long serialVersionUID = 1L;
public CodeSearchCriteria withCode()
{
return with(new CodeSearchCriteria());
}
@Override
protected SearchCriteriaToStringBuilder createBuilder()
{
SearchCriteriaToStringBuilder builder = super.createBuilder();
builder.setName("EXTERNAL_DMS");
return builder;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment