Uses of Class
org.jbpm.casemgmt.api.event.CaseCommentEvent
-
Packages that use CaseCommentEvent Package Description org.jbpm.casemgmt.api.event org.jbpm.casemgmt.impl.event -
-
Uses of CaseCommentEvent in org.jbpm.casemgmt.api.event
Methods in org.jbpm.casemgmt.api.event with parameters of type CaseCommentEvent Modifier and Type Method Description default voidCaseEventListener. afterCaseCommentAdded(CaseCommentEvent event)default voidCaseEventListener. afterCaseCommentRemoved(CaseCommentEvent event)default voidCaseEventListener. afterCaseCommentUpdated(CaseCommentEvent event)default voidCaseEventListener. beforeCaseCommentAdded(CaseCommentEvent event)default voidCaseEventListener. beforeCaseCommentRemoved(CaseCommentEvent event)default voidCaseEventListener. beforeCaseCommentUpdated(CaseCommentEvent event) -
Uses of CaseCommentEvent in org.jbpm.casemgmt.impl.event
Methods in org.jbpm.casemgmt.impl.event with parameters of type CaseCommentEvent Modifier and Type Method Description voidCommentNotificationEventListener. afterCaseCommentAdded(CaseCommentEvent event)voidCommentNotificationEventListener. afterCaseCommentUpdated(CaseCommentEvent event)protected voidCommentNotificationEventListener. buildAndPublishNotification(CaseCommentEvent event)protected Map<String,Object>CommentNotificationEventListener. buildParams(CaseCommentEvent event, StringBuilder commentContent)protected Set<org.kie.api.task.model.OrganizationalEntity>CommentNotificationEventListener. collectOrgEntitiesByRole(List<String> mentionedRoles, CaseCommentEvent event, StringBuilder commentContent)
-