Package | Description |
---|---|
org.wso2.carbon.registry.core.dao | |
org.wso2.carbon.registry.core.jdbc.dao |
Modifier and Type | Method and Description |
---|---|
TaggingDO |
TagsDAO.getTagging(long taggingID)
Method to get a tagging by the given id.
|
TaggingDO[] |
TagsDAO.getTagging(ResourceImpl resource)
Method to get all taggings added to a given resource.
|
TaggingDO[] |
TagsDAO.getTagging(ResourceImpl resource,
String tag,
String userID)
Method to get a tagging added to a given resource by the given user.
|
Modifier and Type | Method and Description |
---|---|
List<TaggingDO> |
TagsDAO.getTagDOs(ResourceImpl resourceImpl)
Method to get the data objects of tags added to the given resource.
|
Modifier and Type | Method and Description |
---|---|
void |
TagsDAO.addTaggings(ResourceImpl resource,
TaggingDO[] taggingDOs)
Method to persist tags.
|
Modifier and Type | Method and Description |
---|---|
TaggingDO |
JDBCTagsVersionDAO.getTagging(long taggingID)
Method to get a tagging by the given id.
|
TaggingDO |
JDBCTagsDAO.getTagging(long taggingID) |
TaggingDO[] |
JDBCTagsVersionDAO.getTagging(ResourceImpl resource)
Method to get all taggings added to a given resource.
|
TaggingDO[] |
JDBCTagsDAO.getTagging(ResourceImpl resource) |
TaggingDO[] |
JDBCTagsVersionDAO.getTagging(ResourceImpl resource,
String tag,
String userID)
Method to get a tagging added to a given resource by the given user.
|
TaggingDO[] |
JDBCTagsDAO.getTagging(ResourceImpl resource,
String tag,
String userID) |
Modifier and Type | Method and Description |
---|---|
List<TaggingDO> |
JDBCTagsVersionDAO.getTagDOs(ResourceImpl resourceImpl)
Method to get the data objects of tags added to the given resource.
|
List<TaggingDO> |
JDBCTagsDAO.getTagDOs(ResourceImpl resourceImpl) |
Modifier and Type | Method and Description |
---|---|
void |
JDBCTagsVersionDAO.addTaggings(ResourceImpl resource,
TaggingDO[] taggingDOs)
Method to persist tags.
|
void |
JDBCTagsDAO.addTaggings(ResourceImpl resource,
TaggingDO[] taggingDOs) |
Copyright © 2016 WSO2 Inc. All Rights Reserved.