|
Jive API (4.5.7.0) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityDescriptor | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Jive SBS. |
| com.jivesoftware.community.comments.events | |
| com.jivesoftware.community.comments.type | |
| com.jivesoftware.community.event | Provides mechanisms to be notified of actions in the system such as new messages being created. |
| com.jivesoftware.community.impl.activity | |
| com.jivesoftware.community.polls.events | |
| com.jivesoftware.community.search | Search support classes for Jive SBS. |
| Uses of EntityDescriptor in com.jivesoftware.community |
|---|
| Subclasses of EntityDescriptor in com.jivesoftware.community | |
|---|---|
class |
ContainerAwareEntityDescriptor
An entity descriptor that holds information about the container the entity belongs to (if any) at the time of creation. |
| Methods in com.jivesoftware.community that return EntityDescriptor | |
|---|---|
EntityDescriptor |
ActivityEventHandlingStrategy.getActivityActor(com.jivesoftware.base.event.v2.BaseJiveEvent event)
Returns an entity descriptor for the actor in the activity (eg. a user). |
EntityDescriptor |
ActivityEventHandlingStrategy.getActivityTargetContainer(com.jivesoftware.base.event.v2.BaseJiveEvent event)
Returns an entity descriptor for the container of the object that the activity in the event payload targets. |
EntityDescriptor |
ActivityEventHandlingStrategy.getActivityTargetObject(com.jivesoftware.base.event.v2.BaseJiveEvent event)
Returns an entity descriptor for the object that the activity in the event payload targets. |
EntityDescriptor |
SearchQueryResult.getEntityDescriptor()
This method returns a EntityDescriptor that points to the object this query result pertains to. |
EntityDescriptor |
SearchQueryCriteria.getFilteredObject()
Returns the container that query results are restricted to. |
EntityDescriptor |
RecentContentEventHandlingStrategy.getOldContainerDescriptor(com.jivesoftware.base.event.v2.BaseJiveEvent event)
Returns an entity descriptor for the event payload's "old" container. |
EntityDescriptor |
RecentContentEventHandlingStrategy.getTargetContainerDescriptor(com.jivesoftware.base.event.v2.BaseJiveEvent event)
Returns an entity descriptor for the event payload's container. |
| Methods in com.jivesoftware.community that return types with arguments of type EntityDescriptor | |
|---|---|
java.util.Map<EntityDescriptor,java.lang.Long> |
StatusLevelCalculator.getAllPointLevels(User user)
Returns the status level points for a user for all communities the user has points in |
java.util.List<EntityDescriptor> |
SearchQueryCriteria.getFilteredContainers()
Returns the containers that query results are restricted to. |
java.util.List<EntityDescriptor> |
TagSetManager.getObjectsByTagSet(TagSet tagSet)
Returns all the objects associated with the given tagset. |
java.util.List<EntityDescriptor> |
RecentContentInfoProvider.getRecentContentContainersForUser(User user)
Returns the containers most recently chosen by the user for the creation of recent content for the type which owns this provider. |
| Methods in com.jivesoftware.community with parameters of type EntityDescriptor | |
|---|---|
void |
ActivityManager.addActivity(EntityDescriptor object,
EntityDescriptor parent,
EntityDescriptor user,
Activity.Type activityType)
Adds a new activity to the ActivityManager |
JiveIterator<Announcement> |
AnnouncementManager.getAnnouncements(EntityDescriptor jiveContainer)
Returns all currently viewable announcements in a container. |
com.jivesoftware.community.impl.QueryContainer |
RecentContentInfoProvider.getContentContainerInfoQuery(java.util.List<java.lang.Long> objectIDs,
EntityDescriptor container)
Given a list of object ids, and the container housing them, this method returns a SQL query exposing the following colums: objectID, containerType, containerID, userID. |
JiveIterator<TagSet> |
TagSetManager.getTagSets(EntityDescriptor object)
Returns all TagSets which are defined for the specified EntityDescriptor. |
void |
DraftManager.moveDraftToContainer(EntityDescriptor destination,
Draft draft)
Moves the draft to the a different container. |
void |
TagManager.removeCommunityTags(EntityDescriptor user,
EntityDescriptor object)
Removes all community tags the given user has associated with the given JiveObject. |
void |
SearchQueryCriteria.setFilterOnContainers(EntityDescriptor... containers)
Restricts the query results to content objects created inside a specific containers. |
void |
SearchQueryCriteria.setFilterOnObject(EntityDescriptor jiveObject)
Restricts the query results to specific jiveobject. |
| Method parameters in com.jivesoftware.community with type arguments of type EntityDescriptor | |
|---|---|
void |
TagSetManager.addTagSet(TagSet newTagSet,
java.util.List<EntityDescriptor> jiveObjects)
Add a tag set to a list of jive objects |
| Uses of EntityDescriptor in com.jivesoftware.community.comments.events |
|---|
| Methods in com.jivesoftware.community.comments.events that return EntityDescriptor | |
|---|---|
EntityDescriptor |
CommentEvent.getCommentContentResource()
|
EntityDescriptor |
CommentEvent.getContainer()
|
| Uses of EntityDescriptor in com.jivesoftware.community.comments.type |
|---|
| Methods in com.jivesoftware.community.comments.type that return EntityDescriptor | |
|---|---|
EntityDescriptor |
CommentableTypeInfoProvider.getParentObject(com.jivesoftware.community.comments.CommentContentResource commentTarget)
Get an entity descriptor indicating the comment target's parent's object type and object id. |
| Methods in com.jivesoftware.community.comments.type with parameters of type EntityDescriptor | |
|---|---|
boolean |
CommentableTypeInfoProvider.isCommentAttachedToCommentTarget(EntityDescriptor commentTarget,
EntityDescriptor comment)
Returns true if the comment is attached to the comment target. |
| Uses of EntityDescriptor in com.jivesoftware.community.event |
|---|
| Constructors in com.jivesoftware.community.event with parameters of type EntityDescriptor | |
|---|---|
DocumentEvent(DocumentEvent.Type type,
EntityDescriptor d,
JiveContainer c)
|
|
DocumentEvent(DocumentEvent.Type type,
EntityDescriptor d,
JiveContainer c,
java.util.Map<java.lang.String,? extends java.lang.Object> params)
|
|
MessageEvent(MessageEvent.Type eventType,
EntityDescriptor message,
EntityDescriptor thread,
JiveContainer container,
java.util.Map<java.lang.String,? extends java.lang.Object> params)
Creates a new message event. |
|
MessageEvent(MessageEvent.Type eventType,
EntityDescriptor message,
JiveContainer container,
java.util.Map<java.lang.String,? extends java.lang.Object> params)
Creates a new message event. |
|
SearchIndexEvent(SearchIndexEvent.Type eventType,
EntityDescriptor jiveObject)
|
|
SearchIndexEvent(SearchIndexEvent.Type eventType,
EntityDescriptor jiveObject,
java.util.Map<java.lang.String,? extends java.lang.Object> params)
|
|
TagEvent(TagEvent.Type eventType,
ContentTag tag,
java.util.Map<java.lang.String,java.lang.Object> params,
JiveObject parent,
EntityDescriptor owner)
Creates a new tag event. |
|
| Uses of EntityDescriptor in com.jivesoftware.community.impl.activity |
|---|
| Methods in com.jivesoftware.community.impl.activity that return EntityDescriptor | |
|---|---|
EntityDescriptor |
DefaultContentActivityEventHandlingStrategy.getActivityActor(com.jivesoftware.base.event.v2.BaseJiveEvent event)
Only ContentEvent events are supported. |
EntityDescriptor |
DefaultContentActivityEventHandlingStrategy.getActivityTargetContainer(com.jivesoftware.base.event.v2.BaseJiveEvent event)
Only ContentEvent events are supported. |
EntityDescriptor |
DefaultContentActivityEventHandlingStrategy.getActivityTargetObject(com.jivesoftware.base.event.v2.BaseJiveEvent event)
Only ContentEvent events are supported. |
| Uses of EntityDescriptor in com.jivesoftware.community.polls.events |
|---|
| Methods in com.jivesoftware.community.polls.events that return EntityDescriptor | |
|---|---|
EntityDescriptor |
PollEvent.getContainer()
|
EntityDescriptor |
PollEvent.getJiveContainer()
|
EntityDescriptor |
PollEvent.getUser()
|
| Uses of EntityDescriptor in com.jivesoftware.community.search |
|---|
| Methods in com.jivesoftware.community.search that return types with arguments of type EntityDescriptor | |
|---|---|
java.util.List<EntityDescriptor> |
BaseIndexInfoProvider.getIDs(long minID,
long maxID,
java.util.Date minDate,
java.util.Date maxDate)
|
java.util.List<EntityDescriptor> |
IndexInfoProvider.getIDs(long minID,
long maxID,
java.util.Date minDate,
java.util.Date maxDate)
Returns a list of IDs where minID <= ID <= maxID and create/publish date was after min date |
|
Jive Product Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||