Class CreateTable

java.lang.Object
org.compiere.process.SvrProcess
org.idempiere.process.CreateTable
All Implemented Interfaces:
ProcessCall

public class CreateTable extends SvrProcess
IDEMPIERE-4858 - Create/Complete Table process
Author:
Carlos Ruiz, Nicolas Micoud - TGI
  • Field Details

    • WORKFLOW_COLUMNS

      public static final String[] WORKFLOW_COLUMNS
  • Constructor Details

    • CreateTable

      public CreateTable()
  • Method Details

    • prepare

      protected void prepare()
      Prepare - e.g., get Parameters.
      Specified by:
      prepare in class SvrProcess
    • doIt

      protected String doIt()
      Perform process.
      Specified by:
      doIt in class SvrProcess
      Returns:
      Message
      Throws:
      Exception