Interface ManagedObjectFlowConfiguration<F extends java.lang.Enum<F>>
-
public interface ManagedObjectFlowConfiguration<F extends java.lang.Enum<F>>
Configuration of aFlow
instigated by aManagedObjectSource
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description F
getFlowKey()
Obtains the key for thisFlow
.java.lang.String
getFlowName()
Obtains the name to identify thisFlow
.ManagedFunctionReference
getManagedFunctionReference()
Obtains theManagedFunctionReference
for thisFlow
.
-
-
-
Method Detail
-
getFlowName
java.lang.String getFlowName()
Obtains the name to identify thisFlow
.- Returns:
- Name identifying this
Flow
.
-
getManagedFunctionReference
ManagedFunctionReference getManagedFunctionReference()
Obtains theManagedFunctionReference
for thisFlow
.- Returns:
ManagedFunctionReference
to theFlow
.
-
-