Class SIntermediateThrowEventInstanceBuilderImpl
- java.lang.Object
-
- org.bonitasoft.engine.core.process.instance.model.builder.impl.SFlowNodeInstanceBuilderImpl
-
- org.bonitasoft.engine.core.process.instance.model.builder.event.impl.SEventInstanceBuilderImpl
-
- org.bonitasoft.engine.core.process.instance.model.builder.event.impl.SIntermediateThrowEventInstanceBuilderImpl
-
- All Implemented Interfaces:
SEventInstanceBuilder,SIntermediateThrowEventInstanceBuilder,SFlowNodeInstanceBuilder
public class SIntermediateThrowEventInstanceBuilderImpl extends SEventInstanceBuilderImpl implements SIntermediateThrowEventInstanceBuilder
- Author:
- Matthieu Chaffotte, Baptiste Mesta, Celine Souchet
-
-
Field Summary
-
Fields inherited from class org.bonitasoft.engine.core.process.instance.model.builder.impl.SFlowNodeInstanceBuilderImpl
entity
-
-
Constructor Summary
Constructors Constructor Description SIntermediateThrowEventInstanceBuilderImpl(SIntermediateThrowEventInstance entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SEventInstancedone()-
Methods inherited from class org.bonitasoft.engine.core.process.instance.model.builder.impl.SFlowNodeInstanceBuilderImpl
getFlowNodeType, setLastUpdateDate, setLoopCounter, setParentActivityInstanceId, setParentContainerId, setParentProcessInstanceId, setProcessDefinitionId, setReachedStateDate, setRootContainerId, setRootProcessInstanceId, setState, setStateCategory
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bonitasoft.engine.core.process.instance.model.builder.SFlowNodeInstanceBuilder
getFlowNodeType, setLastUpdateDate, setLoopCounter, setParentActivityInstanceId, setParentContainerId, setParentProcessInstanceId, setProcessDefinitionId, setReachedStateDate, setRootContainerId, setRootProcessInstanceId, setState, setStateCategory
-
-
-
-
Constructor Detail
-
SIntermediateThrowEventInstanceBuilderImpl
public SIntermediateThrowEventInstanceBuilderImpl(SIntermediateThrowEventInstance entity)
-
-
Method Detail
-
done
public SEventInstance done()
- Specified by:
donein interfaceSEventInstanceBuilder- Specified by:
donein interfaceSFlowNodeInstanceBuilder
-
-