Class WorkflowElementWithDeserializedModel<TData,TElement>

java.lang.Object
de.xima.fc.workflow.processor.model.WorkflowElementWithDeserializedModel<TData,TElement>
Type Parameters:
TData - Type of the workflow element's properties model.
TElement - Type of the workflow element, i.e. a node or trigger.
All Implemented Interfaces:
IElementKeyProviding, IWorkflowElementWithDeserializedModel<TData,TElement>

public final class WorkflowElementWithDeserializedModel<TData,TElement> extends Object implements IWorkflowElementWithDeserializedModel<TData,TElement>
Implementation of IWorkflowElementWithDeserializedModel that loads the data lazily when requested.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • Method Details