Class MWorkflowProcessor

All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, AdempiereProcessor, AdempiereProcessor2, I_AD_WorkflowProcessor, I_Persistent, Evaluatee

public class MWorkflowProcessor extends X_AD_WorkflowProcessor implements AdempiereProcessor, AdempiereProcessor2
Extended Workflow Processor Model for AD_WorkflowProcessor
Version:
$Id: MWorkflowProcessor.java,v 1.3 2006/07/30 00:51:05 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MWorkflowProcessor

      public MWorkflowProcessor(Properties ctx, String AD_WorkflowProcessor_UU, String trxName)
      UUID based Constructor
      Parameters:
      ctx - Context
      AD_WorkflowProcessor_UU - UUID key
      trxName - Transaction
    • MWorkflowProcessor

      public MWorkflowProcessor(Properties ctx, int AD_WorkflowProcessor_ID, String trxName)
      Standard Constructor
      Parameters:
      ctx - context
      AD_WorkflowProcessor_ID - id
      trxName - transaction
    • MWorkflowProcessor

      public MWorkflowProcessor(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
      Parameters:
      ctx - context
      rs - result set
      trxName - transaction
  • Method Details

    • getActive

      public static MWorkflowProcessor[] getActive(Properties ctx)
      Get active workflow processors
      Parameters:
      ctx - context
      Returns:
      active workflow processors
    • getServerID

      public String getServerID()
      Get Server ID
      Specified by:
      getServerID in interface AdempiereProcessor
      Returns:
      server id
    • getDateNextRun

      public Timestamp getDateNextRun(boolean requery)
      Get Date Next Run
      Specified by:
      getDateNextRun in interface AdempiereProcessor
      Parameters:
      requery - true to reload from DB
      Returns:
      next run date
    • getLogs

      public AdempiereProcessorLog[] getLogs()
      Get process logs
      Specified by:
      getLogs in interface AdempiereProcessor
      Returns:
      processor logs
    • deleteLog

      public int deleteLog()
      Delete old processor logs
      Returns:
      number of records deleted
    • beforeSave

      protected boolean beforeSave(boolean newRecord)
      Before Save
      Overrides:
      beforeSave in class PO
      Parameters:
      newRecord - new
      Returns:
      true
    • getFrequencyType

      public String getFrequencyType()
      Description copied from interface: AdempiereProcessor
      Get the frequency type
      Specified by:
      getFrequencyType in interface AdempiereProcessor
      Returns:
      frequency type
    • getFrequency

      public int getFrequency()
      Description copied from interface: AdempiereProcessor
      Get the frequency
      Specified by:
      getFrequency in interface AdempiereProcessor
      Returns:
      frequency
    • isIgnoreProcessingTime

      public boolean isIgnoreProcessingTime()
      Specified by:
      isIgnoreProcessingTime in interface AdempiereProcessor2
      Returns:
      True if previous DateNextRun should be use as base to calculate the new DateNextRun value. False to follow the legacy behaviour where current server time is use as the base to calculate the new DateNextRun value.
    • getScheduleType

      public String getScheduleType()
      Description copied from interface: AdempiereProcessor
      Get the schedule type
      Specified by:
      getScheduleType in interface AdempiereProcessor
      Returns:
      schedule type
    • getCronPattern

      public String getCronPattern()
      Description copied from interface: AdempiereProcessor
      Get the cron pattern
      Specified by:
      getCronPattern in interface AdempiereProcessor
      Returns:
      cron pattern