public class TagsHandler extends Object implements ITagsHandler
| Constructor and Description |
|---|
TagsHandler() |
| Modifier and Type | Method and Description |
|---|---|
tags |
GetTagByTagName(String tagName) |
String |
GetTagIdAndChildrenIds(Guid tagId) |
String |
GetTagIdsAndChildrenIdsByRegExp(String tagNameRegExp) |
String |
GetTagNameAndChildrenNames(Guid tagId) |
String |
GetTagNamesAndChildrenNamesByRegExp(String tagNameRegExp) |
static boolean |
IsUserAttachedToTag(Guid tagId,
Guid userId) |
static boolean |
IsUserGroupAttachedToTag(Guid tagId,
Guid groupId) |
static boolean |
IsVdsAttachedToTag(Guid tagId,
int vdsId) |
static boolean |
IsVmAttachedToTag(Guid tagId,
Guid vmId) |
void |
MoveTag(Guid tagId,
Guid newParent) |
public tags GetTagByTagName(String tagName)
GetTagByTagName in interface ITagsHandlerpublic String GetTagIdsAndChildrenIdsByRegExp(String tagNameRegExp)
GetTagIdsAndChildrenIdsByRegExp in interface ITagsHandlerpublic String GetTagNamesAndChildrenNamesByRegExp(String tagNameRegExp)
GetTagNamesAndChildrenNamesByRegExp in interface ITagsHandlerpublic String GetTagIdAndChildrenIds(Guid tagId)
GetTagIdAndChildrenIds in interface ITagsHandlerpublic String GetTagNameAndChildrenNames(Guid tagId)
GetTagNameAndChildrenNames in interface ITagsHandlerpublic static boolean IsVdsAttachedToTag(Guid tagId, int vdsId)
Copyright © 2012. All Rights Reserved.