Package | Description |
---|---|
com.fatwire.gst.foundation.tagging | |
com.fatwire.gst.foundation.tagging.db |
Modifier and Type | Method and Description |
---|---|
static Tag |
TagUtils.asTag(String tagValue)
Deprecated.
|
static Tag |
TagUtils.convertCacheDepStringToTag(String cacheDepString)
Deprecated.
Convert the cache dep string to a Tag.
|
Modifier and Type | Method and Description |
---|---|
Collection<Tag> |
AssetTaggingService.getTags(com.fatwire.assetapi.data.AssetId id)
Deprecated.
Look up the tags for an asset.
|
Collection<Tag> |
AssetTaggingService.getTags(Collection<com.fatwire.assetapi.data.AssetId> ids)
Deprecated.
Get the tags corresponding to a whole collection of AssetIds.
|
Modifier and Type | Method and Description |
---|---|
static String |
TagUtils.convertTagToCacheDepString(Tag tag)
Deprecated.
Return the cache dependency string format corresponding to the specified
tag
|
Collection<com.fatwire.assetapi.data.AssetId> |
AssetTaggingService.lookupTaggedAssets(Tag tag)
Deprecated.
Return a collection of assets that are tagged with the specified tag.
|
void |
AssetTaggingService.recordCacheDependency(Tag tag)
Deprecated.
Record the specified tag as a dependency on the current pagelet
|
Modifier and Type | Method and Description |
---|---|
void |
AssetTaggingService.clearCacheForTag(Collection<Tag> tags)
Deprecated.
Clear any pagelets containing the specified tags.
|
Modifier and Type | Method and Description |
---|---|
Collection<Tag> |
TableTaggingServiceImpl.getTags(com.fatwire.assetapi.data.AssetId id)
Deprecated.
|
Collection<Tag> |
TableTaggingServiceImpl.getTags(Collection<com.fatwire.assetapi.data.AssetId> ids)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Collection<com.fatwire.assetapi.data.AssetId> |
TableTaggingServiceImpl.lookupTaggedAssets(Tag tag)
Deprecated.
|
void |
TableTaggingServiceImpl.recordCacheDependency(Tag tag)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
TableTaggingServiceImpl.clearCacheForTag(Collection<Tag> tags)
Deprecated.
|
Copyright © 2016–2017. All rights reserved.