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
cb7f088c
Commit
cb7f088c
authored
13 years ago
by
cramakri
Browse files
Options
Downloads
Patches
Plain Diff
MINOR: Removed unnecessary deprecations.
SVN: 22042
parent
35f6fc87
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
screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/api/v1/IScreeningOpenbisServiceFacade.java
+0
-11
0 additions, 11 deletions
...reening/client/api/v1/IScreeningOpenbisServiceFacade.java
with
0 additions
and
11 deletions
screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/api/v1/IScreeningOpenbisServiceFacade.java
+
0
−
11
View file @
cb7f088c
...
...
@@ -110,11 +110,7 @@ public interface IScreeningOpenbisServiceFacade
/**
* For a given set of plates provides the list of all connected data sets containing feature
* vectors.
*
* @deprecated use {@link #listFeatureVectorDatasets(List, String)} with second argument set to
* <code>null</code>.
*/
@Deprecated
public
List
<
FeatureVectorDatasetReference
>
listFeatureVectorDatasets
(
List
<?
extends
PlateIdentifier
>
plates
);
...
...
@@ -145,11 +141,7 @@ public interface IScreeningOpenbisServiceFacade
/**
* For a given set of plates provides the list of all connected data sets containing
* segmentation images (overlays).
*
* @deprecated use {@link #listSegmentationImageDatasets(List, String)} with second argument set
* to <code>null</code>.
*/
@Deprecated
public
List
<
ImageDatasetReference
>
listSegmentationImageDatasets
(
List
<?
extends
PlateIdentifier
>
plates
);
...
...
@@ -330,15 +322,12 @@ public interface IScreeningOpenbisServiceFacade
* For a given set of plates and a set of features (given by their code), provide all the
* feature vectors.
*
* @deprecated use {@link #loadFeaturesForPlates(List, List, String)} with <code>null</code> as
* third argument.
* @param plates The plates to get the feature vectors for
* @param featureCodesOrNull The codes of the features to load, or <code>null</code>, if all
* available features should be loaded.
* @return The list of {@link FeatureVectorDataset}s, each element corresponds to one of the
* <var>featureDatasets</var>.
*/
@Deprecated
public
List
<
FeatureVectorDataset
>
loadFeaturesForPlates
(
List
<?
extends
PlateIdentifier
>
plates
,
final
List
<
String
>
featureCodesOrNull
);
...
...
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