It is possible to tag (a text label) any content, including folders. This service
provides an API for creating, deleting, and adding tags, and other tag management
methods.
Information | TaggingService |
---|---|
Support Status | Full Support |
Architecture Information | Platform Architecture |
Description | Tags are simple text labels that are attached to a piece of content. Each piece of content can have multiple tags. Folders also have a TagScope object which encapsulates information about the tags used on content in that folder. The JavaScript TagScope object provides a simple illustration of what a TagScope represents. The TagScope object contains an array that lists Tags in count order. There are methods to find out how many times a particualr tag is used. |
Deployment - App Server | Deploy as AMP or Simple Module (JAR) package. |
Deployment - SDK Project | Use SDK archetypes to produce AMP or Simple Module. |
Java API | Java API documentation |
Java example | // Get tags applied to node List<String> tags = taggingService.getTags(nodeRef); |
More Information |