Uses of Enum Class
fr.becpg.repo.activity.data.ActivityEvent
Packages that use ActivityEvent
Package
Description
-
Uses of ActivityEvent in fr.becpg.repo.activity
Methods in fr.becpg.repo.activity with parameters of type ActivityEventModifier and TypeMethodDescriptionbooleanEntityActivityService.postCommentActivity(org.alfresco.service.cmr.repository.NodeRef entityNodeRef, org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef, ActivityEvent activityEvent) postCommentActivity.EntityActivityService.postCommentActivity(org.alfresco.service.cmr.repository.NodeRef entityNodeRef, org.alfresco.service.cmr.repository.NodeRef commentNodeRef, ActivityEvent activityEvent, boolean notifyObservers) postCommentActivity.booleanEntityActivityServiceImpl.postCommentActivity(org.alfresco.service.cmr.repository.NodeRef entityNodeRef, org.alfresco.service.cmr.repository.NodeRef commentNodeRef, ActivityEvent activityEvent) postCommentActivity.EntityActivityServiceImpl.postCommentActivity(org.alfresco.service.cmr.repository.NodeRef entityNodeRef, org.alfresco.service.cmr.repository.NodeRef commentNodeRef, ActivityEvent activityEvent, boolean notifyObservers) postCommentActivity.booleanEntityActivityService.postContentActivity(org.alfresco.service.cmr.repository.NodeRef entityNodeRef, org.alfresco.service.cmr.repository.NodeRef contentNodeRef, ActivityEvent activityEvent) postContentActivity.booleanEntityActivityServiceImpl.postContentActivity(org.alfresco.service.cmr.repository.NodeRef entityNodeRef, org.alfresco.service.cmr.repository.NodeRef contentNodeRef, ActivityEvent activityEvent) postContentActivity.booleanEntityActivityService.postDatalistActivity(org.alfresco.service.cmr.repository.NodeRef entityNodeRef, org.alfresco.service.cmr.repository.NodeRef datalistItemNodeRef, ActivityEvent activityEvent, Map<org.alfresco.service.namespace.QName, org.alfresco.util.Pair<Serializable, Serializable>> updatedProperties) postDatalistActivity.booleanEntityActivityServiceImpl.postDatalistActivity(org.alfresco.service.cmr.repository.NodeRef entityNodeRef, org.alfresco.service.cmr.repository.NodeRef datalistNodeRef, ActivityEvent activityEvent, Map<org.alfresco.service.namespace.QName, org.alfresco.util.Pair<Serializable, Serializable>> updatedProperties) postDatalistActivity.booleanEntityActivityService.postEntityActivity(org.alfresco.service.cmr.repository.NodeRef entityNodeRef, ActivityType activityType, ActivityEvent activityEvent, Map<org.alfresco.service.namespace.QName, org.alfresco.util.Pair<Serializable, Serializable>> updatedProperties) postEntityActivity.booleanEntityActivityServiceImpl.postEntityActivity(org.alfresco.service.cmr.repository.NodeRef entityNodeRef, ActivityType activityType, ActivityEvent activityEvent, Map<org.alfresco.service.namespace.QName, org.alfresco.util.Pair<Serializable, Serializable>> updatedProperties) postEntityActivity. -
Uses of ActivityEvent in fr.becpg.repo.activity.data
Methods in fr.becpg.repo.activity.data that return ActivityEventModifier and TypeMethodDescriptionstatic ActivityEventReturns the enum constant of this class with the specified name.static ActivityEvent[]ActivityEvent.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ActivityEvent in fr.becpg.repo.activity.policy
Methods in fr.becpg.repo.activity.policy with parameters of type ActivityEventModifier and TypeMethodDescriptionprivate voidEntityActivityPolicy.registerActivity(org.alfresco.service.cmr.repository.NodeRef actionedUponNodeRef, org.alfresco.service.namespace.QName type, ActivityEvent activityEvent)