Deprecated API
Contents
-
Deprecated MethodsMethodDescriptionqueries cannot specify sorting by score.caching modes are ignoredThis method does not cast any string to the actual type of the property being queried. Instead it does string comparison, which is inconsistent with the rest of the query engine. It is an inefficient replacement of full text search that actually does a very slow full table scan that can lead to heavy slowdowns on big databases.
AbstractEntitySearchCriteria.withAnyDateProperty()AbstractEntitySearchCriteria.withAnyNumberProperty()AbstractEntitySearchCriteria.withAnyStringProperty()AbstractEntitySearchCriteria.withAnyBooleanProperty()This method casts any string to the actual type of the property being queried. This leads in some cases to cast errors or missing operators for the type later on during query parsing. More often than not, these errors are completely avoidable simply by using the typed methods:AbstractEntitySearchCriteria.withDateProperty(String)AbstractEntitySearchCriteria.withNumberProperty(String)AbstractEntitySearchCriteria.withStringProperty(String)AbstractEntitySearchCriteria.withBooleanProperty(String)use}invalid @link
{@link #setManagedInternally(Boolean)()Because the parameters refer to an internal openBIS class (TechID).Please useIGeneralInformationService.listVocabularies(String)instead.
-
Deprecated Enum Constants