|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tag | |
---|---|
com.fatwire.gst.foundation.tagging | |
com.fatwire.gst.foundation.tagging.db |
Uses of Tag in com.fatwire.gst.foundation.tagging |
---|
Methods in com.fatwire.gst.foundation.tagging that return Tag | |
---|---|
static Tag |
TagUtils.asTag(String tagValue)
|
static Tag |
TagUtils.convertCacheDepStringToTag(String cacheDepString)
Convert the cache dep string to a Tag. |
Methods in com.fatwire.gst.foundation.tagging that return types with arguments of type Tag | |
---|---|
Collection<Tag> |
AssetTaggingService.getTags(com.fatwire.assetapi.data.AssetId id)
Look up the tags for an asset. |
Collection<Tag> |
AssetTaggingService.getTags(Collection<com.fatwire.assetapi.data.AssetId> ids)
Get the tags corresponding to a whole collection of AssetIds. |
Methods in com.fatwire.gst.foundation.tagging with parameters of type Tag | |
---|---|
static String |
TagUtils.convertTagToCacheDepString(Tag tag)
Return the cache dependency string format corresponding to the specified tag |
Collection<com.fatwire.assetapi.data.AssetId> |
AssetTaggingService.lookupTaggedAssets(Tag tag)
Return a collection of assets that are tagged with the specified tag. |
void |
AssetTaggingService.recordCacheDependency(Tag tag)
Record the specified tag as a dependency on the current pagelet |
Method parameters in com.fatwire.gst.foundation.tagging with type arguments of type Tag | |
---|---|
void |
AssetTaggingService.clearCacheForTag(Collection<Tag> tags)
Clear any pagelets containing the specified tags. |
Uses of Tag in com.fatwire.gst.foundation.tagging.db |
---|
Methods in com.fatwire.gst.foundation.tagging.db that return types with arguments of type Tag | |
---|---|
Collection<Tag> |
TableTaggingServiceImpl.getTags(com.fatwire.assetapi.data.AssetId id)
|
Collection<Tag> |
TableTaggingServiceImpl.getTags(Collection<com.fatwire.assetapi.data.AssetId> ids)
|
Methods in com.fatwire.gst.foundation.tagging.db with parameters of type Tag | |
---|---|
Collection<com.fatwire.assetapi.data.AssetId> |
TableTaggingServiceImpl.lookupTaggedAssets(Tag tag)
|
void |
TableTaggingServiceImpl.recordCacheDependency(Tag tag)
|
Method parameters in com.fatwire.gst.foundation.tagging.db with type arguments of type Tag | |
---|---|
void |
TableTaggingServiceImpl.clearCacheForTag(Collection<Tag> tags)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |