Skip to content
Snippets Groups Projects
Commit 720bc0ca authored by felmer's avatar felmer
Browse files

LMS-1941 test fixed

SVN: 19460
parent 6e6cb47f
No related branches found
No related tags found
No related merge requests found
......@@ -345,13 +345,14 @@ public interface ICommonServer extends IServer
/**
* Performs an <i>Hibernate Search</i> based on given parameters.
* @param maxSize
*/
@Transactional(readOnly = true)
@RolesAllowed(RoleWithHierarchy.SPACE_OBSERVER)
@ReturnValueFilter(validatorClass = MatchingEntityValidator.class)
public List<MatchingEntity> listMatchingEntities(final String sessionToken,
final SearchableEntity[] searchableEntities, final String queryText,
final boolean useWildcardSearchMode);
final boolean useWildcardSearchMode, int maxSize);
/**
* List experiment types.
......
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