Package | Description |
---|---|
org.jbpm.casemgmt.api.event | |
org.jbpm.casemgmt.impl.event |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.