Interface OfficeStartupFunction
- All Known Implementing Classes:
OfficeStartupFunctionImpl
public interface OfficeStartupFunction
Startup task for an
Office.- 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.
-