Interface TagSearchProvider
-
- All Known Subinterfaces:
TagSearchable
public interface TagSearchProviderDeprecated.useTagProvideableandTagProviderinsteadDefines the methods necessary for searching for entities by tags (shared interface)- Author:
- Aaron Zeckoski (aaron@caret.cam.ac.uk)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description List<String>findEntityRefsByTags(String[] tags)Deprecated.useTagProvideableandTagProviderinstead
-
-
-
Method Detail
-
findEntityRefsByTags
List<String> findEntityRefsByTags(String[] tags)
Deprecated.useTagProvideableandTagProviderinsteadSearch for all entities with a set of tags (as defined by theTaggableinterface)- Parameters:
tags- a set of tags defined on these entities in theTaggableinterfaceparams- (optional) incoming set of parameters which may be used to send data specific to this request, may be null- Returns:
- a list of globally unique references to entities with these tags
-
-