Class TreeAccessorWithDataWorkflowNode

java.lang.Object
de.xima.fc.plugin.workflow.TreeAccessorWorkflowNode
de.xima.fc.plugin.workflow.TreeAccessorWithDataWorkflowNode
All Implemented Interfaces:
ITreeAccessor<WorkflowNode, UUID>, ITreeParentAccessor<WorkflowNode, UUID>, ITreeWithDataAccessor<WorkflowNode, UUID, Object>, ITreeAccessor<WorkflowNode, UUID>, ITreeParentAccessor<WorkflowNode, UUID>

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

    • TreeAccessorWithDataWorkflowNode

      public TreeAccessorWithDataWorkflowNode(Mandant client)
      Creates a new tree accessor for treating a workflow node as a tree node with children and the deserialized custom properties model as the node's data.
      Parameters:
      client - Client to check for node plugin when deserializing the custom properties.
  • Method Details