Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
d46e0f4f
Commit
d46e0f4f
authored
15 years ago
by
tpylak
Browse files
Options
Downloads
Patches
Plain Diff
LMS-1338 fix unit tests
SVN: 14651
parent
af135555
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/shared/ICommonServer.java.expected
+8
-0
8 additions, 0 deletions
...x/cisd/openbis/generic/shared/ICommonServer.java.expected
with
8 additions
and
0 deletions
openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/shared/ICommonServer.java.expected
+
8
−
0
View file @
d46e0f4f
...
@@ -508,6 +508,14 @@ public interface ICommonServer extends IServer
...
@@ -508,6 +508,14 @@ public interface ICommonServer extends IServer
@ReturnValueFilter(validatorClass = ExternalDataValidator.class)
@ReturnValueFilter(validatorClass = ExternalDataValidator.class)
public List<ExternalData> searchForDataSets(String sessionToken, DetailedSearchCriteria criteria);
public List<ExternalData> searchForDataSets(String sessionToken, DetailedSearchCriteria criteria);
/**
* For given {@link TechId} returns the corresponding {@link ExternalData}.
*/
@Transactional(readOnly = true)
@RolesAllowed(RoleSet.OBSERVER)
public ExternalData getDataSetInfo(String sessionToken,
@AuthorizationGuard(guardClass = DataSetTechIdPredicate.class) TechId datasetId);
/**
/**
* Performs an <i>Hibernate Search</i> based on given parameters.
* Performs an <i>Hibernate Search</i> based on given parameters.
*/
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment