Skip to content
Snippets Groups Projects
Commit c2cb8594 authored by jakubs's avatar jakubs
Browse files

LMS-2764: fix the ICOmmonServer expected test

SVN: 24701
parent 6725667a
No related branches found
No related tags found
No related merge requests found
...@@ -1549,4 +1549,12 @@ public interface ICommonServer extends IServer ...@@ -1549,4 +1549,12 @@ public interface ICommonServer extends IServer
public void deletePermanently(final String sessionToken, public void deletePermanently(final String sessionToken,
@AuthorizationGuard(guardClass = DeletionTechIdCollectionPredicate.class) @AuthorizationGuard(guardClass = DeletionTechIdCollectionPredicate.class)
final List<TechId> deletionIds, boolean force); final List<TechId> deletionIds, boolean force);
/**
* Performs an <i>Hibernate Search</i> based on given parameters.
*/
@Transactional(readOnly = true)
@RolesAllowed(RoleWithHierarchy.SPACE_OBSERVER)
public List<Material> searchForMaterials(String sessionToken, DetailedSearchCriteria criteria);
} }
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