Class FlowMetaDataImpl
java.lang.Object
net.officefloor.frame.impl.execute.flow.FlowMetaDataImpl
- All Implemented Interfaces:
FlowMetaData
Implementation of the
FlowMetaData.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionFlowMetaDataImpl(boolean isSpawnThreadState, ManagedFunctionMetaData<?, ?> initialFunctionMetaData) Initiate. -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether theFlowshould be instigated within a spawnedThreadState.
-
Constructor Details
-
FlowMetaDataImpl
public FlowMetaDataImpl(boolean isSpawnThreadState, ManagedFunctionMetaData<?, ?> initialFunctionMetaData) Initiate.- Parameters:
isSpawnThreadState- Indicates whether theFlowshould be instigated in a spawnedThreadState.initialFunctionMetaData-ManagedFunctionMetaDataof the initialManagedFunctionof theFlow.
-
-
Method Details
-
getInitialFunctionMetaData
Description copied from interface:FlowMetaData- Specified by:
getInitialFunctionMetaDatain interfaceFlowMetaData- Returns:
ManagedFunctionMetaDataof the initialManagedFunctionwithin theFlow.
-
isSpawnThreadState
public boolean isSpawnThreadState()Description copied from interface:FlowMetaDataIndicates whether theFlowshould be instigated within a spawnedThreadState.- Specified by:
isSpawnThreadStatein interfaceFlowMetaData- Returns:
trueto execute theFlowwithin a spawnedThreadState.
-