Modifier and Type | Method and Description |
---|---|
Tag[] |
RemoteRegistry.getTags(String resourcePath) |
Modifier and Type | Method and Description |
---|---|
Tag[] |
Registry.getTags(String resourcePath)
Returns all tags used for tagging the given resource.
|
Modifier and Type | Method and Description |
---|---|
Tag[] |
CacheBackedRegistry.getTags(String resourcePath) |
Modifier and Type | Method and Description |
---|---|
Tag[] |
TagsDAO.getTagsWithCount(ResourceImpl resourceImpl)
Method to get tags added to the given resource, along with the count.
|
Modifier and Type | Method and Description |
---|---|
Tag[] |
GhostRegistry.getTags(String resourcePath) |
Modifier and Type | Method and Description |
---|---|
Tag[] |
EmbeddedRegistry.getTags(String path) |
Modifier and Type | Method and Description |
---|---|
Tag[] |
JDBCTagsVersionDAO.getTagsWithCount(ResourceImpl resourceImpl)
Method to get tags added to the given resource, along with the count.
|
Tag[] |
JDBCTagsDAO.getTagsWithCount(ResourceImpl resourceImpl) |
Modifier and Type | Method and Description |
---|---|
Tag[] |
RequestContext.getOldTags()
Method to get the Old Tags.
|
Tag[] |
Handler.getTags(RequestContext requestContext)
Gets called when getting tags.
|
Tag[] |
HandlerManager.getTags(RequestContext requestContext)
Manages the handler invocations of GET_TAGS method.
|
Tag[] |
HandlerLifecycleManager.getTags(RequestContext requestContext) |
Tag[] |
UserDefinedHandlerManager.getTags(RequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
void |
RequestContext.setOldTags(Tag[] oldTags)
Method to set Old Tags.
|
Modifier and Type | Method and Description |
---|---|
Tag[] |
MountHandler.getTags(RequestContext requestContext) |
Tag[] |
SimulationHandler.getTags(RequestContext requestContext) |
Tag[] |
SymLinkHandler.getTags(RequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
Tag[] |
UserRegistry.getTags(String resourcePath) |
Copyright © 2016 WSO2 Inc. All Rights Reserved.