public static class DebugInfoExecutionTree.DebugInfoExecutionTreeNode extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
activityId |
protected String |
activityName |
protected List<DebugInfoExecutionTree.DebugInfoExecutionTreeNode> |
childNodes |
protected String |
id |
protected DebugInfoExecutionTree.DebugInfoExecutionTreeNode |
parentNode |
protected String |
processDefinitionId |
Constructor and Description |
---|
DebugInfoExecutionTree.DebugInfoExecutionTreeNode() |
Modifier and Type | Method and Description |
---|---|
String |
getActivityId() |
String |
getActivityName() |
List<DebugInfoExecutionTree.DebugInfoExecutionTreeNode> |
getChildNodes() |
protected String |
getCurrentFlowElementInfo() |
String |
getId() |
DebugInfoExecutionTree.DebugInfoExecutionTreeNode |
getParentNode() |
String |
getProcessDefinitionId() |
void |
print(org.slf4j.Logger logger) |
protected void |
print(org.slf4j.Logger logger,
String prefix,
boolean isTail) |
void |
setActivityId(String activityId) |
void |
setActivityName(String activityName) |
void |
setChildNodes(List<DebugInfoExecutionTree.DebugInfoExecutionTreeNode> childNodes) |
void |
setId(String id) |
void |
setParentNode(DebugInfoExecutionTree.DebugInfoExecutionTreeNode parentNode) |
void |
setProcessDefinitionId(String processDefinitionId) |
protected String id
protected String processDefinitionId
protected String activityId
protected String activityName
protected DebugInfoExecutionTree.DebugInfoExecutionTreeNode parentNode
protected List<DebugInfoExecutionTree.DebugInfoExecutionTreeNode> childNodes
public DebugInfoExecutionTree.DebugInfoExecutionTreeNode()
public void print(org.slf4j.Logger logger)
protected void print(org.slf4j.Logger logger, String prefix, boolean isTail)
protected String getCurrentFlowElementInfo()
public String getId()
public void setId(String id)
public String getProcessDefinitionId()
public void setProcessDefinitionId(String processDefinitionId)
public String getActivityId()
public void setActivityId(String activityId)
public String getActivityName()
public void setActivityName(String activityName)
public DebugInfoExecutionTree.DebugInfoExecutionTreeNode getParentNode()
public void setParentNode(DebugInfoExecutionTree.DebugInfoExecutionTreeNode parentNode)
public List<DebugInfoExecutionTree.DebugInfoExecutionTreeNode> getChildNodes()
public void setChildNodes(List<DebugInfoExecutionTree.DebugInfoExecutionTreeNode> childNodes)
Copyright © 2017 Alfresco. All rights reserved.