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