| Package | Description |
|---|---|
| org.alfresco.repo.tagging | |
| org.alfresco.repo.tagging.script | |
| org.alfresco.service.cmr.tagging |
| Modifier and Type | Class and Description |
|---|---|
class |
TagDetailsImpl
Contains the details of a tag within a specific tag scope.
|
| Modifier and Type | Method and Description |
|---|---|
TagDetails |
TagScopeImpl.getTag(String tag) |
| Modifier and Type | Method and Description |
|---|---|
List<TagDetails> |
TagScopeImpl.getTags() |
List<TagDetails> |
TagScopeImpl.getTags(int topN) |
| Modifier and Type | Method and Description |
|---|---|
int |
TagDetailsImpl.compareTo(TagDetails o) |
| Modifier and Type | Method and Description |
|---|---|
TagDetails[] |
TagScope.getTags()
Gets all the tags, ordered by count, for the tag scope
|
TagDetails[] |
TagScope.getTopTags(int topN)
Gets the top N tags ordered by count
|
| Modifier and Type | Method and Description |
|---|---|
TagDetails |
TagScope.getTag(String tag) |
| Modifier and Type | Method and Description |
|---|---|
List<TagDetails> |
TagScope.getTags() |
List<TagDetails> |
TagScope.getTags(int topN) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.