public interface TagSearchService extends TagProvider
| Modifier and Type | Method and Description |
|---|---|
List<EntityData> |
findEntitesByTags(String[] tags,
String[] prefixes,
boolean matchAll,
Search search)
Search for all entities with a set of tags, prefixes, and a search
|
addTagsToEntity, getTagsForEntity, removeTagsFromEntity, setTagsForEntityList<EntityData> findEntitesByTags(String[] tags, String[] prefixes, boolean matchAll, Search search)
tags - a set of tags defined on these entities which should matchprefixes - (optional) limit the search to a given set of prefixesmatchAll - if true then all tags must be matched, else find entities with any tags in the set givensearch - (optional) search params which are used to limit the return (paging and max/limit)Copyright © 2023. All rights reserved.