Class TreeAccessorWithDataNodeModel

java.lang.Object
de.xima.fc.workflow.designer.logic.TreeAccessorWithDataNodeModel
All Implemented Interfaces:
ITreeAccessor<NodeModel,UUID>, ITreeWithDataAccessor<NodeModel,UUID,Object>

public class TreeAccessorWithDataNodeModel extends Object implements ITreeWithDataAccessor<NodeModel,UUID,Object>
Accessor for treating NodeModels as a tree, so that they can be used with the execution analyzer.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • TreeAccessorWithDataNodeModel

      public TreeAccessorWithDataNodeModel(Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Mandant client)
      Creates A new tree accessor that reads the custom properties from the given map.
      Parameters:
      paramsMap - Map with the custom properties of the nodes.
      client - The current client scoped, used for finding client plugins.
  • Method Details