Interface IWorkpageFunctionExecute


public interface IWorkpageFunctionExecute
Interface to be implemented by
  • Method Details

    • executeFunction

      IWorkpage executeFunction(IWorkpageDispatcher rootDispatcher, IWorkpageStartInfo workpageStartInfo)
      Returns:
      If the function creates a workpage ==> then this workpage should be returned. If the function does not create a workpage then null can be returned.