Skip to content
Snippets Groups Projects
Commit 3fc408e7 authored by izabel's avatar izabel
Browse files

[LMS-1875] fix regression test

SVN: 18595
parent a0402479
No related branches found
No related tags found
No related merge requests found
......@@ -127,13 +127,14 @@ public interface ICommonServer extends IServer
public void keepSessionAlive(String sessionToken);
/**
* Returns all scripts.
* Returns scripts compatible with selected {@link EntityKind} and all the scripts if
* {@link EntityKind} is not specified.
*
* @return a sorted list of {@link Script}s.
*/
@Transactional(readOnly = true)
@RolesAllowed(RoleWithHierarchy.SPACE_OBSERVER)
public List<Script> listScripts(String sessionToken);
public List<Script> listScripts(String sessionToken, EntityKind entityKindOrNull);
/**
* Returns all spaces which belong to the specified database instance. *
......
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