Uses of Enum Class
org.alfresco.repo.domain.activities.ActivityPostEntity.STATUS
Packages that use ActivityPostEntity.STATUS
Package
Description
-
Uses of ActivityPostEntity.STATUS in org.alfresco.repo.activities.feed
Methods in org.alfresco.repo.activities.feed with parameters of type ActivityPostEntity.STATUSModifier and TypeMethodDescriptionabstract intFeedTaskProcessor.updatePostStatus(long id, ActivityPostEntity.STATUS status) -
Uses of ActivityPostEntity.STATUS in org.alfresco.repo.activities.feed.local
Methods in org.alfresco.repo.activities.feed.local with parameters of type ActivityPostEntity.STATUSModifier and TypeMethodDescriptionintLocalFeedTaskProcessor.updatePostStatus(long id, ActivityPostEntity.STATUS status) -
Uses of ActivityPostEntity.STATUS in org.alfresco.repo.domain.activities
Methods in org.alfresco.repo.domain.activities that return ActivityPostEntity.STATUSModifier and TypeMethodDescriptionstatic ActivityPostEntity.STATUSReturns the enum constant of this class with the specified name.static ActivityPostEntity.STATUS[]ActivityPostEntity.STATUS.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.repo.domain.activities with parameters of type ActivityPostEntity.STATUSModifier and TypeMethodDescriptionintActivityPostDAO.deletePosts(Date keepDate, ActivityPostEntity.STATUS status) intActivityPostDAO.updatePost(long id, String network, String activityData, ActivityPostEntity.STATUS status) intActivityPostDAO.updatePostStatus(long id, ActivityPostEntity.STATUS status) -
Uses of ActivityPostEntity.STATUS in org.alfresco.repo.domain.activities.ibatis
Methods in org.alfresco.repo.domain.activities.ibatis with parameters of type ActivityPostEntity.STATUSModifier and TypeMethodDescriptionintActivityPostDAOImpl.deletePosts(Date keepDate, ActivityPostEntity.STATUS status) intActivityPostDAOImpl.updatePost(long id, String siteNetwork, String activityData, ActivityPostEntity.STATUS status) intActivityPostDAOImpl.updatePostStatus(long id, ActivityPostEntity.STATUS status)