Uses of Class
org.jivesoftware.smackx.privacy.packet.PrivacyItem
-
Packages that use PrivacyItem Package Description org.jivesoftware.smackx.privacy Smacks implementation of XEP-0016: Privacy Lists.org.jivesoftware.smackx.privacy.packet Element classes for XEP-0016: Privacy Lists. -
-
Uses of PrivacyItem in org.jivesoftware.smackx.privacy
Methods in org.jivesoftware.smackx.privacy that return types with arguments of type PrivacyItem Modifier and Type Method Description java.util.List<PrivacyItem>
PrivacyList. getItems()
Method parameters in org.jivesoftware.smackx.privacy with type arguments of type PrivacyItem Modifier and Type Method Description void
PrivacyListManager. createPrivacyList(java.lang.String listName, java.util.List<PrivacyItem> privacyItems)
The client has created a new list.void
PrivacyListListener. setPrivacyList(java.lang.String listName, java.util.List<PrivacyItem> listItem)
Set or update a privacy list with PrivacyItem.void
PrivacyListManager. updatePrivacyList(java.lang.String listName, java.util.List<PrivacyItem> privacyItems)
The client has edited an existing list.Constructor parameters in org.jivesoftware.smackx.privacy with type arguments of type PrivacyItem Constructor Description PrivacyList(boolean isActiveList, boolean isDefaultList, java.lang.String listName, java.util.List<PrivacyItem> privacyItems)
-
Uses of PrivacyItem in org.jivesoftware.smackx.privacy.packet
Methods in org.jivesoftware.smackx.privacy.packet that return PrivacyItem Modifier and Type Method Description PrivacyItem
Privacy. getItem(java.lang.String listName, int order)
PrivacyItem
Privacy. getItem(java.lang.String listName, UInt32 order)
Returns the privacy item in the specified order.Methods in org.jivesoftware.smackx.privacy.packet that return types with arguments of type PrivacyItem Modifier and Type Method Description java.util.List<PrivacyItem>
Privacy. getActivePrivacyList()
Returns the active privacy list ornull
if none was found.java.util.List<PrivacyItem>
Privacy. getDefaultPrivacyList()
Returns the default privacy list ornull
if none was found.java.util.Map<java.lang.String,java.util.List<PrivacyItem>>
Privacy. getItemLists()
Returns the collection of privacy list that the user holds.java.util.List<PrivacyItem>
Privacy. getPrivacyList(java.lang.String listName)
Returns a specific privacy list.java.util.List<PrivacyItem>
Privacy. setActivePrivacyList()
Set the active list based on the default list.java.util.List<PrivacyItem>
Privacy. setPrivacyList(java.lang.String listName, java.util.List<PrivacyItem> listItem)
Set or update a privacy list with privacy items.Method parameters in org.jivesoftware.smackx.privacy.packet with type arguments of type PrivacyItem Modifier and Type Method Description java.util.List<PrivacyItem>
Privacy. setPrivacyList(java.lang.String listName, java.util.List<PrivacyItem> listItem)
Set or update a privacy list with privacy items.
-