Class SAFlowNodeInstanceBuilderImpl
- java.lang.Object
-
- org.bonitasoft.engine.core.process.instance.model.archive.builder.impl.SAFlowNodeInstanceBuilderImpl
-
- All Implemented Interfaces:
SAFlowElementInstanceBuilder,SAFlowNodeInstanceBuilder
- Direct Known Subclasses:
SAActivityInstanceBuilderImpl,SAGatewayInstanceBuilderImpl
public abstract class SAFlowNodeInstanceBuilderImpl extends java.lang.Object implements SAFlowNodeInstanceBuilder
- Author:
- Baptiste Mesta, Matthieu Chaffotte
-
-
Field Summary
Fields Modifier and Type Field Description protected SAFlowNodeInstanceentity
-
Constructor Summary
Constructors Modifier Constructor Description protectedSAFlowNodeInstanceBuilderImpl(SAFlowNodeInstance entity)
-
-
-
Field Detail
-
entity
protected final SAFlowNodeInstance entity
-
-
Constructor Detail
-
SAFlowNodeInstanceBuilderImpl
protected SAFlowNodeInstanceBuilderImpl(SAFlowNodeInstance entity)
-
-