Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.webservices.Property

Packages that use Property
com.jivesoftware.forum.webservices   
com.jivesoftware.forum.webservices.server   
 

Uses of Property in com.jivesoftware.forum.webservices
 

Methods in com.jivesoftware.forum.webservices that return Property
 Property[] SystemPropertiesService.getProperties()
          Obtains all Jive System Properties.
 Property[] ForumCategoryService.getProperties(long categoryID)
          Returns all tbe extended properties for the category with the specified id.
 Property[] ForumMessageService.getProperties(long messageID)
          Returns all tbe extended properties for the message with the specified ID.
 Property[] ForumService.getProperties(long forumID)
          Returns all tbe extended properties for the forum with the forum with specified ID.
 Property[] ForumThreadService.getProperties(long threadID)
          Returns all tbe extended properties for the thread with the specified ID.
 Property[] GroupService.getProperties(long groupID)
          Returns an array of all the extended properties for a group.
 Property[] ForumMessageService.getUnfilteredProperties(long messageID)
          Returns the properties without applying filters to them first.
 Property[] ProfileService.getUserProperties(long userID)
          Return all extended properties for the user with the specified id.
 

Uses of Property in com.jivesoftware.forum.webservices.server
 

Methods in com.jivesoftware.forum.webservices.server that return Property
 Property[] SystemPropertiesServiceImpl.getProperties()
           
 Property[] ForumCategoryServiceImpl.getProperties(long categoryID)
           
 Property[] ForumMessageServiceImpl.getProperties(long messageID)
           
 Property[] ForumServiceImpl.getProperties(long forumID)
           
 Property[] ForumThreadServiceImpl.getProperties(long threadID)
           
 Property[] GroupServiceImpl.getProperties(long groupID)
           
 Property[] ForumMessageServiceImpl.getUnfilteredProperties(long messageID)
           
 Property[] ProfileServiceImpl.getUserProperties(long userID)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.