|
Jive API (3.0.13) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Community | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Jive SBS. |
| com.jivesoftware.community.event | Provides mechanisms to be notified of actions in the system such as new messages being created. |
| com.jivesoftware.community.media | |
| com.jivesoftware.community.user.profile | |
| com.jivesoftware.community.util | Jive SBS utility classes. |
| com.jivesoftware.community.widget | |
| Uses of Community in com.jivesoftware.community |
|---|
| Methods in com.jivesoftware.community that return Community | |
|---|---|
Community |
CommunityManager.createCommunity(Community parentCommunity,
String name,
String displayName,
String description)
Creates a new Community as a sub-community of a specified community using the name and description. |
Community |
CommunityManager.createCommunity(String name,
String displayName,
String description)
Creates a new Community as a sub-community of the root community using the name and description. |
Community |
ArchiveManager.getArchiveCommunity(Community community)
Returns the "archive community" for the specified community. |
Community |
CommunityManager.getCommunity(long communityID)
Returns the Community with the supplied communityID. |
Community |
Community.getParentCommunity()
Deprecated. use getParentContainer instead |
Community |
Community.getParentContainer()
Returns the parent community of this community. |
Community |
CommunityManager.getRootCommunity()
Returns the "root" community that all other communities are children of. |
| Methods in com.jivesoftware.community that return types with arguments of type Community | |
|---|---|
JiveIterator<Community> |
CommunityManager.getCommunities(Community community)
Returns an Iterable for the child communities of the specified community. |
JiveIterator<Community> |
CommunityManager.getCommunities(Community community,
int startIndex,
int numResults)
Returns an Iterable for the child communities of this community using a start index and the number of results to return. |
JiveIterator<Community> |
CommunityManager.getRecursiveCommunities(Community community)
Returns an Iterable for all sub-communities of a community, including sub-communities of sub-communities, etc. |
| Methods in com.jivesoftware.community with parameters of type Community | |
|---|---|
Community |
CommunityManager.createCommunity(Community parentCommunity,
String name,
String displayName,
String description)
Creates a new Community as a sub-community of a specified community using the name and description. |
static CommentResultFilter |
CommentResultFilter.createDefaultFilter(Community community)
Creates a default comment ResultFilter: no filtering with results sorted on the comment creation date. |
void |
CommunityManager.deleteCommunity(Community community)
Deletes a community. |
Community |
ArchiveManager.getArchiveCommunity(Community community)
Returns the "archive community" for the specified community. |
int |
ArchiveManager.getArchiveDays(Community community)
Returns the number of days that threads in community must be inactive before being archived. |
int |
ArchiveManager.getArchiveMode(Community community)
Returns the archive mode for the community. |
JiveIterator<Community> |
CommunityManager.getCommunities(Community community)
Returns an Iterable for the child communities of the specified community. |
JiveIterator<Community> |
CommunityManager.getCommunities(Community community,
int startIndex,
int numResults)
Returns an Iterable for the child communities of this community using a start index and the number of results to return. |
int |
CommunityManager.getCommunityCount(Community community)
Returns the number of sub-communities under the specified community. |
int |
CommunityManager.getCommunityDepth(Community community)
Returns the depth of a community relative to the root. |
Locale |
LocaleManager.getLocale(Community community,
User user,
HttpServletRequest req)
Returns a Locale object for the specified entity, if one exists. |
JiveIterator<Community> |
CommunityManager.getRecursiveCommunities(Community community)
Returns an Iterable for all sub-communities of a community, including sub-communities of sub-communities, etc. |
int |
CommunityManager.getRecursiveCommunityCount(Community community)
Returns the count of all sub-communities of a community, including sub-communities of sub-communities, etc. |
boolean |
ArchiveManager.isArchivingEnabled(Community community)
Returns true if archiving is enabled for the specified community. |
boolean |
CommunityManager.isUniqueDisplayName(Community community,
String displayName)
Deprecated. |
boolean |
CommunityManager.isUniqueHierarchicalDisplayName(Community parentCommunity,
String subspaceName)
Returns true if the full hierarchical display name for the parent community and its subspace is unique within the community hierarchy, false otherwise. |
boolean |
CommunityManager.isUniqueHierarchicalName(Community parentCommunity,
String subspaceName)
Returns true if the full hierarchical name for the parent community and its subspace is unique within the community hiearchy, false otherwise. |
boolean |
CommunityManager.isUniqueName(Community community,
String name)
Deprecated. |
void |
CommunityManager.mergeCommunities(Community destCommunity,
Community srcCommunity)
Merges the content of two communities by copying the content from srcCommunity to destCommunity. |
void |
CommunityManager.moveCommunity(Community srcCommunity,
Community destinationCommunity)
Moves a community to another community. |
void |
ArchiveManager.setArchiveCommunity(Community community,
Community archiveCommunity)
Sets the "archive community" for the specified community. |
void |
ArchiveManager.setArchiveDays(Community archive,
int days)
Sets the number of days that threads in community must be inactive before being archived. |
void |
ArchiveManager.setArchiveMode(Community community,
int mode)
Returns the archive mode for the community. |
void |
ArchiveManager.setArchivingEnabled(Community community,
boolean enabled)
Enables or disables archiving for the specified community. |
void |
CommunityManager.setCommunityIndex(Community parent,
Community subCommunity,
int newIndex)
Sets the display order of a sub-community. |
void |
CommunityManager.update(Community community)
Persists settings community changes, and broadcasts changes across the cluster. |
| Uses of Community in com.jivesoftware.community.event |
|---|
| Constructors in com.jivesoftware.community.event with parameters of type Community | |
|---|---|
CommunityEvent(CommunityEvent.Type eventType,
Community community)
|
|
CommunityEvent(CommunityEvent.Type eventType,
Community community,
Map<String,Object> params)
|
|
| Uses of Community in com.jivesoftware.community.media |
|---|
| Methods in com.jivesoftware.community.media that return Community | |
|---|---|
Community |
MediaActionSupport.getCommunity()
|
| Uses of Community in com.jivesoftware.community.user.profile |
|---|
| Methods in com.jivesoftware.community.user.profile that return Community | |
|---|---|
Community |
ProfileSearchQuery.getCommunity()
Gets the community used for this query. |
| Methods in com.jivesoftware.community.user.profile with parameters of type Community | |
|---|---|
void |
ProfileSearchQuery.setCommunity(Community community)
Sets the community the user wants to find an expert in. |
| Constructors in com.jivesoftware.community.user.profile with parameters of type Community | |
|---|---|
ProfileSearchQuery(String keywords,
String prefix,
List<ProfileSearchFilter> filters,
String tag,
org.apache.lucene.search.Sort sort,
boolean searchUsername,
boolean searchName,
boolean searchNamePhonetically,
boolean searchEmail,
boolean searchProfile,
boolean admin,
Community community,
boolean returnDisabledUsers,
boolean returnExternalUsers,
boolean returnOnlineUsers)
Creates a new query, results sorted by the given sort. |
|
| Uses of Community in com.jivesoftware.community.util |
|---|
| Methods in com.jivesoftware.community.util that return types with arguments of type Community | |
|---|---|
static List<Community> |
SkinUtils.getParentCommunities(Community community)
Returns a list of parent communities for the given forum in top-down order. |
| Methods in com.jivesoftware.community.util with parameters of type Community | |
|---|---|
static String |
BlogUtils.getNestedContainerContext(Community community)
|
static List<Community> |
SkinUtils.getParentCommunities(Community community)
Returns a list of parent communities for the given forum in top-down order. |
static String |
SkinUtils.getSkinProperty(Community community,
String name)
Searches for the property name in the given community. |
static boolean |
SkinUtils.isNew(Community community,
Date time)
Returns true if the community has been modified since the specified time. |
| Uses of Community in com.jivesoftware.community.widget |
|---|
| Methods in com.jivesoftware.community.widget that return Community | |
|---|---|
Community |
CommunityWidgetContext.getCommunity()
Get the community from the widget context. |
| Constructors in com.jivesoftware.community.widget with parameters of type Community | |
|---|---|
CommunityWidgetContext(User user,
AuthToken authToken,
HttpServletRequest request,
HttpServletResponse response,
Community community)
Creates a CommunityWidgetContext with all the necessary
information for a widget author to render their widget. |
|
CommunityWidgetContext(User user,
AuthToken authToken,
HttpServletRequest request,
HttpServletResponse response,
Community community,
boolean edit)
Creates a CommunityWidgetContext of a given type with all the necessary
information for a widget author to render their widget. |
|
|
Jive Product Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||