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
b55d7350
Commit
b55d7350
authored
12 years ago
by
brinn
Browse files
Options
Downloads
Patches
Plain Diff
Remove duplicate documentation of @since in javadoc text.
SVN: 26111
parent
f253b107
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openbis_api/source/java/ch/systemsx/cisd/openbis/generic/shared/api/v1/IGeneralInformationService.java
+5
-3
5 additions, 3 deletions
...bis/generic/shared/api/v1/IGeneralInformationService.java
with
5 additions
and
3 deletions
openbis_api/source/java/ch/systemsx/cisd/openbis/generic/shared/api/v1/IGeneralInformationService.java
+
5
−
3
View file @
b55d7350
...
@@ -187,9 +187,11 @@ public interface IGeneralInformationService extends IRpcService
...
@@ -187,9 +187,11 @@ public interface IGeneralInformationService extends IRpcService
String
experimentIdentifierString
);
String
experimentIdentifierString
);
/**
/**
* Return all data sets attached to the given samples.
Available since minor version 1.
* Return all data sets attached to the given samples.
*
*
* @param samples The samples for which we return attached data sets.
* @param samples The samples for which we return attached data sets.
*
* @since 1.1
*/
*/
public
List
<
DataSet
>
listDataSets
(
String
sessionToken
,
List
<
Sample
>
samples
);
public
List
<
DataSet
>
listDataSets
(
String
sessionToken
,
List
<
Sample
>
samples
);
...
@@ -268,7 +270,7 @@ public interface IGeneralInformationService extends IRpcService
...
@@ -268,7 +270,7 @@ public interface IGeneralInformationService extends IRpcService
/**
/**
* Returns the download URL for the data store of specified data set or null if such data set
* Returns the download URL for the data store of specified data set or null if such data set
* does not exist.
Available since minor version 4.
* does not exist.
*
*
* @since 1.4
* @since 1.4
*/
*/
...
@@ -282,7 +284,7 @@ public interface IGeneralInformationService extends IRpcService
...
@@ -282,7 +284,7 @@ public interface IGeneralInformationService extends IRpcService
public
List
<
DataSetType
>
listDataSetTypes
(
String
sessionToken
);
public
List
<
DataSetType
>
listDataSetTypes
(
String
sessionToken
);
/**
/**
* Returns map of avaialable vocabulary terms.
Available since minor version 6.
* Returns map of avaialable vocabulary terms.
* <p>
* <p>
* The method cannot be fully utilized over JSON-RPC, because there is no sensible way to
* The method cannot be fully utilized over JSON-RPC, because there is no sensible way to
* (de)serialize a {@link Vocabulary} object to/from String. Any working implementation will
* (de)serialize a {@link Vocabulary} object to/from String. Any working implementation will
...
...
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