Class FlowMetaDataImpl
- java.lang.Object
- 
- net.officefloor.frame.impl.execute.flow.FlowMetaDataImpl
 
- 
- All Implemented Interfaces:
- FlowMetaData
 
 public class FlowMetaDataImpl extends java.lang.Object implements FlowMetaData Implementation of theFlowMetaData.- Author:
- Daniel Sagenschneider
 
- 
- 
Constructor SummaryConstructors Constructor Description FlowMetaDataImpl(boolean isSpawnThreadState, ManagedFunctionMetaData<?,?> initialFunctionMetaData)Initiate.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedFunctionMetaData<?,?>getInitialFunctionMetaData()booleanisSpawnThreadState()Indicates whether theFlowshould be instigated within a spawnedThreadState.
 
- 
- 
- 
Constructor Detail- 
FlowMetaDataImplpublic FlowMetaDataImpl(boolean isSpawnThreadState, ManagedFunctionMetaData<?,?> initialFunctionMetaData)Initiate.- Parameters:
- isSpawnThreadState- Indicates whether the- Flowshould be instigated in a spawned- ThreadState.
- initialFunctionMetaData-- ManagedFunctionMetaDataof the initial- ManagedFunctionof the- Flow.
 
 
- 
 - 
Method Detail- 
getInitialFunctionMetaDatapublic ManagedFunctionMetaData<?,?> getInitialFunctionMetaData() Description copied from interface:FlowMetaData- Specified by:
- getInitialFunctionMetaDatain interface- FlowMetaData
- Returns:
- ManagedFunctionMetaDataof the initial- ManagedFunctionwithin the- Flow.
 
 - 
isSpawnThreadStatepublic boolean isSpawnThreadState() Description copied from interface:FlowMetaDataIndicates whether theFlowshould be instigated within a spawnedThreadState.- Specified by:
- isSpawnThreadStatein interface- FlowMetaData
- Returns:
- trueto execute the- Flowwithin a spawned- ThreadState.
 
 
- 
 
-