Uses of Class
org.alfresco.repo.domain.activities.ActivityPostEntity
-
Packages that use ActivityPostEntity Package Description org.alfresco.repo.activities.feed org.alfresco.repo.activities.feed.local org.alfresco.repo.domain.activities org.alfresco.repo.domain.activities.ibatis -
-
Uses of ActivityPostEntity in org.alfresco.repo.activities.feed
Methods in org.alfresco.repo.activities.feed that return types with arguments of type ActivityPostEntity Modifier and Type Method Description abstract java.util.List<ActivityPostEntity>FeedTaskProcessor. selectPosts(ActivityPostEntity selector)Methods in org.alfresco.repo.activities.feed with parameters of type ActivityPostEntity Modifier and Type Method Description protected booleanFeedTaskProcessor. acceptActivity(ActivityPostEntity activityPost, java.util.List<FeedControlEntity> feedControls)abstract java.util.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 ActivityPostEntity Modifier and Type Method Description java.util.List<ActivityPostEntity>LocalFeedTaskProcessor. selectPosts(ActivityPostEntity selector)Methods in org.alfresco.repo.activities.feed.local with parameters of type ActivityPostEntity Modifier and Type Method Description java.util.List<ActivityPostEntity>LocalFeedTaskProcessor. 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 ActivityPostEntity Modifier and Type Method Description java.util.List<ActivityPostEntity>ActivityPostDAO. selectPosts(ActivityPostEntity activityPost, int maxItems)Methods in org.alfresco.repo.domain.activities with parameters of type ActivityPostEntity Modifier and Type Method Description longActivityPostDAO. insertPost(ActivityPostEntity activityPost)java.util.List<ActivityPostEntity>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 ActivityPostEntity Modifier and Type Method Description java.util.List<ActivityPostEntity>ActivityPostDAOImpl. selectPosts(ActivityPostEntity activityPost, int maxItems)Methods in org.alfresco.repo.domain.activities.ibatis with parameters of type ActivityPostEntity Modifier and Type Method Description longActivityPostDAOImpl. insertPost(ActivityPostEntity activityPost)java.util.List<ActivityPostEntity>ActivityPostDAOImpl. selectPosts(ActivityPostEntity activityPost, int maxItems)
-