Interface ManagedObjectSourceFlow
-
public interface ManagedObjectSourceFlow- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlinkFunction(java.lang.String functionName)
-
-
-
Method Detail
-
linkFunction
void linkFunction(java.lang.String functionName)
Links in a
Flowby specifying the firstManagedFunctionof theFlow.The
ManagedFunctionmust be registered by thisManagedObjectSource.- Parameters:
functionName- Name ofManagedFunction.
-
-