Class MWFEventAudit

All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_WF_EventAudit, I_Persistent, Evaluatee

public class MWFEventAudit extends X_AD_WF_EventAudit
Extended Workflow Event Audit model for AD_WF_EventAudit
Version:
$Id: MWFEventAudit.java,v 1.3 2006/07/30 00:51:06 jjanke Exp $
Author:
Jorg Janke, Teo Sarca, SC ARHIPAC SERVICE SRL
  • BF [ 1801842 ] DB connection fix and improvements for concurrent threads
  • BF [ 1943723 ] WF Activity History is not translated
  • See Also:
    • Constructor Details

      • MWFEventAudit

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

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

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

        public MWFEventAudit(MWFActivity activity)
        Activity Constructor
        Parameters:
        activity - activity
    • Method Details

      • get

        @Deprecated(forRemoval=true, since="11") public static MWFEventAudit[] get(Properties ctx, int AD_WF_Process_ID, int AD_WF_Node_ID)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Deprecated since 3.4.0. Use instead get(Properties, int, int, String)
        Get Event Audit for node
        Parameters:
        ctx - context
        AD_WF_Process_ID - process
        AD_WF_Node_ID - optional node
        Returns:
        event audit or null
      • get

        public static MWFEventAudit[] get(Properties ctx, int AD_WF_Process_ID, int AD_WF_Node_ID, String trxName)
        Get Event Audits for node
        Parameters:
        ctx - context
        AD_WF_Process_ID - process
        AD_WF_Node_ID - optional node
        trxName -
        Returns:
        event audits or null
      • get

        @Deprecated(forRemoval=true, since="11") public static MWFEventAudit[] get(Properties ctx, int AD_WF_Process_ID)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Deprecated since 3.4.0. Use instead get(Properties, int, String)
        Get Event Audit for node
        Parameters:
        ctx - context
        AD_WF_Process_ID - process
        Returns:
        event audit or null
      • get

        public static MWFEventAudit[] get(Properties ctx, int AD_WF_Process_ID, String trxName)
        Get Event Audits for node
        Parameters:
        ctx - context
        AD_WF_Process_ID - process
        trxName -
        Returns:
        event audits or null
      • getNodeName

        public String getNodeName()
        Get Node Name
        Returns:
        node name