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