Interface ManagedObjectStartupFunction
- All Known Implementing Classes:
ManagedObjectStartupFunctionImpl
public interface ManagedObjectStartupFunction
Startup
ManagedFunction for a ManagedObjectSource.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theFlowMetaDatafor the startup task.Obtains the parameter to invoke the startupManagedFunctionwith.
-
Method Details
-
getFlowMetaData
FlowMetaData getFlowMetaData()Obtains theFlowMetaDatafor the startup task.- Returns:
FlowMetaDatafor the startup task.
-
getParameter
Object getParameter()Obtains the parameter to invoke the startupManagedFunctionwith.- Returns:
- Parameter for the startup
ManagedFunction.
-