public abstract class AbstractLogOrThrowWorkItemHandler extends Object implements org.kie.api.runtime.process.WorkItemHandler
Modifier and Type | Field and Description |
---|---|
protected String |
handlingProcessId |
protected String |
handlingStrategy |
protected boolean |
logThrownException |
protected int |
retries |
Constructor and Description |
---|
AbstractLogOrThrowWorkItemHandler() |
Modifier and Type | Method and Description |
---|---|
protected org.jbpm.workflow.instance.node.WorkItemNodeInstance |
findNodeInstance(long workItemId,
org.kie.api.runtime.process.NodeInstanceContainer container) |
protected void |
handleException(Throwable cause) |
protected void |
handleException(Throwable cause,
Map<String,Object> handlerInfoMap) |
void |
setLogThrownException(boolean logException) |
protected boolean logThrownException
protected String handlingProcessId
protected String handlingStrategy
protected int retries
public void setLogThrownException(boolean logException)
protected void handleException(Throwable cause)
protected org.jbpm.workflow.instance.node.WorkItemNodeInstance findNodeInstance(long workItemId, org.kie.api.runtime.process.NodeInstanceContainer container)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.