Uses of Class
org.alfresco.repo.domain.activities.ActivityPostEntity
Packages that use ActivityPostEntity
Package
Description
-
Uses of ActivityPostEntity in org.alfresco.repo.activities.feed
Methods in org.alfresco.repo.activities.feed that return types with arguments of type ActivityPostEntityModifier and TypeMethodDescriptionabstract List<ActivityPostEntity>FeedTaskProcessor.selectPosts(ActivityPostEntity selector) Methods in org.alfresco.repo.activities.feed with parameters of type ActivityPostEntityModifier and TypeMethodDescriptionprotected booleanFeedTaskProcessor.acceptActivity(ActivityPostEntity activityPost, List<FeedControlEntity> feedControls) abstract List<ActivityPostEntity>FeedTaskProcessor.selectPosts(ActivityPostEntity selector) -
Uses of ActivityPostEntity in org.alfresco.repo.activities.feed.local
Methods in org.alfresco.repo.activities.feed.local that return types with arguments of type ActivityPostEntityModifier and TypeMethodDescriptionLocalFeedTaskProcessor.selectPosts(ActivityPostEntity selector) Methods in org.alfresco.repo.activities.feed.local with parameters of type ActivityPostEntityModifier and TypeMethodDescriptionLocalFeedTaskProcessor.selectPosts(ActivityPostEntity selector) -
Uses of ActivityPostEntity in org.alfresco.repo.domain.activities
Methods in org.alfresco.repo.domain.activities that return types with arguments of type ActivityPostEntityModifier and TypeMethodDescriptionActivityPostDAO.selectPosts(ActivityPostEntity activityPost, int maxItems) Methods in org.alfresco.repo.domain.activities with parameters of type ActivityPostEntityModifier and TypeMethodDescriptionlongActivityPostDAO.insertPost(ActivityPostEntity activityPost) ActivityPostDAO.selectPosts(ActivityPostEntity activityPost, int maxItems) -
Uses of ActivityPostEntity in org.alfresco.repo.domain.activities.ibatis
Methods in org.alfresco.repo.domain.activities.ibatis that return types with arguments of type ActivityPostEntityModifier and TypeMethodDescriptionActivityPostDAOImpl.selectPosts(ActivityPostEntity activityPost, int maxItems) Methods in org.alfresco.repo.domain.activities.ibatis with parameters of type ActivityPostEntityModifier and TypeMethodDescriptionlongActivityPostDAOImpl.insertPost(ActivityPostEntity activityPost) ActivityPostDAOImpl.selectPosts(ActivityPostEntity activityPost, int maxItems)