Uses of Enum Class
tigase.extensions.tags.TagScope
Packages that use TagScope
-
Uses of TagScope in tigase.extensions.tags
Subclasses with type arguments of type TagScope in tigase.extensions.tagsMethods in tigase.extensions.tags that return TagScopeModifier and TypeMethodDescriptionTag.getScope()static TagScopeTagScope.valueof(short value) static TagScopestatic TagScopeReturns the enum constant of this class with the specified name.static TagScope[]TagScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tigase.extensions.tags that return types with arguments of type TagScopeModifier and TypeMethodDescriptionDefaultTagsLogic.getScopesAllowedToManage(String domain, tigase.xmpp.jid.BareJID requestor) TagsLogic.getScopesAllowedToManage(String domain, tigase.xmpp.jid.BareJID requestor) Methods in tigase.extensions.tags with parameters of type TagScopeModifier and TypeMethodDescriptionvoidDefaultTagsLogic.checkCanCreateTag(String domain, TagScope scope, tigase.xmpp.jid.BareJID requestor) voidTagsLogic.checkCanCreateTag(String domain, TagScope scope, tigase.xmpp.jid.BareJID requestor) DefaultTagsLogic.createTag(String domain, TagScope scope, tigase.xmpp.jid.BareJID requestor, String name, String description, String color, String icon) TagsLogic.createTag(String domain, TagScope scope, tigase.xmpp.jid.BareJID requestor, String name, String description, String color, String icon) TagsRepository.createTag(String domain, TagScope scope, tigase.xmpp.jid.BareJID owner, String name, String description, String color, String icon) voidDefaultTagsLogic.updateTag(String domain, String tagId, TagScope scope, tigase.xmpp.jid.BareJID requestor, String name, String description, String color, String icon) voidTagsLogic.updateTag(String domain, String tagId, TagScope scope, tigase.xmpp.jid.BareJID requestor, String name, String description, String color, String icon) voidTagsRepository.updateTag(String domain, String tagId, TagScope scope, tigase.xmpp.jid.BareJID owner, String name, String description, String color, String icon) Method parameters in tigase.extensions.tags with type arguments of type TagScopeModifier and TypeMethodDescriptionstatic String[]TagScope.getOptionNames(Set<TagScope> scopes) static String[]TagScope.getOptionValues(Set<TagScope> scopes) Constructors in tigase.extensions.tags with parameters of type TagScope -
Uses of TagScope in tigase.extensions.tags.db
Methods in tigase.extensions.tags.db with parameters of type TagScopeModifier and TypeMethodDescriptionTagsRepositoryJDBC.createTag(String domain, TagScope scope, tigase.xmpp.jid.BareJID owner, String name, String description, String color, String icon) TagsRepositoryPool.createTag(String domain, TagScope scope, tigase.xmpp.jid.BareJID owner, String name, String description, String color, String icon) voidTagsRepositoryJDBC.updateTag(String domain, String tagId, TagScope scope, tigase.xmpp.jid.BareJID owner, String name, String description, String color, String icon) voidTagsRepositoryPool.updateTag(String domain, String tagId, TagScope scope, tigase.xmpp.jid.BareJID owner, String name, String description, String color, String icon)