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 void
CaseEventListener. afterCaseCommentAdded(CaseCommentEvent event)
default void
CaseEventListener. afterCaseCommentRemoved(CaseCommentEvent event)
default void
CaseEventListener. afterCaseCommentUpdated(CaseCommentEvent event)
default void
CaseEventListener. beforeCaseCommentAdded(CaseCommentEvent event)
default void
CaseEventListener. beforeCaseCommentRemoved(CaseCommentEvent event)
default void
CaseEventListener. 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 void
CommentNotificationEventListener. afterCaseCommentAdded(CaseCommentEvent event)
void
CommentNotificationEventListener. afterCaseCommentUpdated(CaseCommentEvent event)
protected void
CommentNotificationEventListener. 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)
-