Interface INeedWorkflow

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      de.uplanet.lucy.server.workflow.IWorkflow getWorkflow()
      Get the workflow this object belongs to.
      void setWorkflow​(de.uplanet.lucy.server.workflow.IWorkflow p_wf)
      Set the workflow this object belongs to.
    • Method Detail

      • getWorkflow

        de.uplanet.lucy.server.workflow.IWorkflow getWorkflow()
        Get the workflow this object belongs to.
        Returns:
        The workflow this object belongs to.
      • setWorkflow

        void setWorkflow​(de.uplanet.lucy.server.workflow.IWorkflow p_wf)
        Set the workflow this object belongs to.
        Parameters:
        p_wf - The workflow this object belongs to.