Uses of Enum Class
tigase.extensions.tags.EntityType
Packages that use EntityType
-
Uses of EntityType in tigase.extensions.tags
Methods in tigase.extensions.tags that return EntityTypeModifier and TypeMethodDescriptionstatic EntityTypeEntityType.fromValue(short value) TagsRepository.getTagAssociationType(String domain, String tagId, tigase.xmpp.jid.BareJID jid) static EntityTypestatic EntityTypeReturns the enum constant of this class with the specified name.static EntityType[]EntityType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tigase.extensions.tags with parameters of type EntityTypeModifier and TypeMethodDescriptionvoidDefaultTagsLogic.assignTag(String domain, String tagId, EntityType type, tigase.xmpp.jid.BareJID jid, boolean required) voidTagsLogic.assignTag(String domain, String tagId, EntityType type, tigase.xmpp.jid.BareJID jid, boolean required) voidTagsRepository.assignTag(String domain, String tagId, EntityType type, tigase.xmpp.jid.BareJID jid, boolean required) Stream<tigase.xmpp.jid.BareJID>TagsRepository.queryJidsWithTag(String domain, String tagId, EntityType type, Boolean required) -
Uses of EntityType in tigase.extensions.tags.db
Methods in tigase.extensions.tags.db that return EntityTypeModifier and TypeMethodDescriptionTagsRepositoryJDBC.getTagAssociationType(String domain, String tagId, tigase.xmpp.jid.BareJID jid) TagsRepositoryPool.getTagAssociationType(String domain, String tagId, tigase.xmpp.jid.BareJID jid) Methods in tigase.extensions.tags.db with parameters of type EntityTypeModifier and TypeMethodDescriptionvoidTagsRepositoryJDBC.assignTag(String domain, String tagId, EntityType type, tigase.xmpp.jid.BareJID jid, boolean required) voidTagsRepositoryPool.assignTag(String domain, String tagId, EntityType type, tigase.xmpp.jid.BareJID jid, boolean required) Stream<tigase.xmpp.jid.BareJID>TagsRepositoryJDBC.queryJidsWithTag(String domain, String tagId, EntityType type, Boolean required) Stream<tigase.xmpp.jid.BareJID>TagsRepositoryPool.queryJidsWithTag(String domain, String tagId, EntityType type, Boolean required)