Uses of Class
net.bluemind.tag.api.Tag
Packages that use Tag
-
Uses of Tag in net.bluemind.tag.api
Subinterfaces with type arguments of type Tag in net.bluemind.tag.apiModifier and TypeInterfaceDescriptioninterfaceThis API is used to manage per-user invalid input: '&' per-domain lists ofTag(keyword and color).Fields in net.bluemind.tag.api declared as TagMethods in net.bluemind.tag.api that return TagMethods in net.bluemind.tag.api that return types with arguments of type TagModifier and TypeMethodDescriptionITags.all()Find allTags.ITagsPromise.all()ITags.getComplete(String uid) Fetch aTagfrom its uid.ITagsPromise.getComplete(String uid) ITags.multipleGet(List<String> uids) Fetch multipleTags from their uids.ITagsPromise.multipleGet(List<String> uids) Methods in net.bluemind.tag.api with parameters of type TagModifier and TypeMethodDescriptionvoidCreate a newTag.voidITagsAsync.create(String uid, Tag tag, AsyncHandler<Void> handler) static TagChanges.ItemAddstatic TagChanges.ItemModifystatic TagRefvoidUpdate aTag.voidITagsAsync.update(String uid, Tag tag, AsyncHandler<Void> handler) Method parameters in net.bluemind.tag.api with type arguments of type TagModifier and TypeMethodDescriptionvoidITagsAsync.all(AsyncHandler<List<ItemValue<Tag>>> handler) static TagRefvoidITagsAsync.getComplete(String uid, AsyncHandler<ItemValue<Tag>> handler) voidITagsAsync.multipleGet(List<String> uids, AsyncHandler<List<ItemValue<Tag>>> handler)