Package net.officefloor.frame.test
Class ReflectiveGovernanceBuilder.ReflectiveGovernanceActivityBuilder
- java.lang.Object
-
- net.officefloor.frame.test.ReflectiveGovernanceBuilder.ReflectiveGovernanceActivityBuilder
-
- Enclosing class:
- ReflectiveGovernanceBuilder
public class ReflectiveGovernanceBuilder.ReflectiveGovernanceActivityBuilder extends java.lang.Object
ReflectiveGovernance
action.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
buildAsynchronousFlow()
BuildsAsynchronousFlow
.void
buildFlow(java.lang.String functionName, java.lang.Class<?> argumentType, boolean isSpawnThread)
Builds theFlow
.void
buildGovernanceContext()
Builds theGovernanceContext
.
-
-
-
Method Detail
-
buildGovernanceContext
public void buildGovernanceContext()
Builds theGovernanceContext
.
-
buildFlow
public void buildFlow(java.lang.String functionName, java.lang.Class<?> argumentType, boolean isSpawnThread)
Builds theFlow
.- Parameters:
functionName
-ManagedFunction
name.argumentType
- Type of argument passed to theFlow
.isSpawnThread
- Flags whether to spawn aThreadState
.
-
buildAsynchronousFlow
public void buildAsynchronousFlow()
BuildsAsynchronousFlow
.
-
-