Uses of Class
org.alfresco.repo.domain.activities.ActivityPostEntity.STATUS
-
-
Uses of ActivityPostEntity.STATUS in org.alfresco.repo.activities.feed
Methods in org.alfresco.repo.activities.feed with parameters of type ActivityPostEntity.STATUS Modifier and Type Method Description abstract 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.STATUS Modifier and Type Method Description intLocalFeedTaskProcessor. 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.STATUS Modifier and Type Method Description static ActivityPostEntity.STATUSActivityPostEntity.STATUS. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ActivityPostEntity.STATUS[]ActivityPostEntity.STATUS. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.repo.domain.activities with parameters of type ActivityPostEntity.STATUS Modifier and Type Method Description intActivityPostDAO. deletePosts(java.util.Date keepDate, ActivityPostEntity.STATUS status)intActivityPostDAO. updatePost(long id, java.lang.String network, java.lang.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.STATUS Modifier and Type Method Description intActivityPostDAOImpl. deletePosts(java.util.Date keepDate, ActivityPostEntity.STATUS status)intActivityPostDAOImpl. updatePost(long id, java.lang.String siteNetwork, java.lang.String activityData, ActivityPostEntity.STATUS status)intActivityPostDAOImpl. updatePostStatus(long id, ActivityPostEntity.STATUS status)
-