public interface ITagService
| Modifier and Type | Method and Description |
|---|---|
void |
associateTags(Id resourceId,
Id tagAssociateTypeId,
java.util.Set<Id> tagIds) |
void |
associateTags(Id resourceId,
java.util.Set<Id> tagIds) |
void |
associateTags(java.util.Set<Id> resourceIds,
Id tagAssociateTypeId,
java.util.Set<Id> tagIds) |
void |
associateTags(java.util.Set<Id> resourceIds,
java.util.Set<Id> tagIds) |
ITag |
createTag(ITag newTag) |
void |
disableTag(Id tagId) |
void |
disableTags(java.util.Set<Id> tagIds) |
void |
disassociateTags(Id resourceId,
java.util.Set<Id> tagIds) |
void |
disassociateTags(java.util.Set<Id> resourceIds,
java.util.Set<Id> tagIds) |
void |
enableTag(Id tagId) |
void |
enableTags(java.util.Set<Id> tagIds) |
java.util.List<ITag> |
getAssociatedTags(Id resourceId,
Id labelId) |
ITag |
getTag(Id tagId) |
ITag |
getTag(java.lang.String tagName) |
ITagFactory |
getTagFactory()
Returns a new tag factory object.
|
TagList |
getTags(IFindOptions options) |
void |
updateTag(ITag tag) |
ITagFactory getTagFactory()
ITag getTag(Id tagId) throws TagServiceException
tagId - TagServiceExceptionITag getTag(java.lang.String tagName) throws TagServiceException
tagName - TagServiceExceptionTagList getTags(IFindOptions options) throws TagServiceException
options - TagServiceExceptionvoid enableTag(Id tagId) throws TagServiceException
tagId - TagServiceExceptionvoid enableTags(java.util.Set<Id> tagIds) throws TagServiceException
tagIds - TagServiceExceptionvoid disableTag(Id tagId) throws TagServiceException
tagId - TagServiceExceptionvoid disableTags(java.util.Set<Id> tagIds) throws TagServiceException
tagIds - TagServiceExceptionITag createTag(ITag newTag) throws TagServiceException
newTag - TagServiceExceptionvoid updateTag(ITag tag) throws TagServiceException
tag - TagServiceExceptionvoid associateTags(Id resourceId, java.util.Set<Id> tagIds) throws TagServiceException
resourceId - tagIds - TagServiceExceptionvoid associateTags(java.util.Set<Id> resourceIds, java.util.Set<Id> tagIds) throws TagServiceException
resourceIds - tagIds - TagServiceExceptionvoid associateTags(Id resourceId, Id tagAssociateTypeId, java.util.Set<Id> tagIds) throws TagServiceException
resourceId - tagAssociateTypeId - tagIds - TagServiceExceptionvoid associateTags(java.util.Set<Id> resourceIds, Id tagAssociateTypeId, java.util.Set<Id> tagIds) throws TagServiceException
resourceIds - tagAssociateTypeId - tagIds - TagServiceExceptionvoid disassociateTags(Id resourceId, java.util.Set<Id> tagIds) throws TagServiceException
resourceId - tagIds - TagServiceExceptionvoid disassociateTags(java.util.Set<Id> resourceIds, java.util.Set<Id> tagIds) throws TagServiceException
resourceIds - tagIds - TagServiceException
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2022. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.