Class ProcessInfoC

java.lang.Object
de.elo.ix.client.ProcessInfoC
All Implemented Interfaces:
Serializable

public class ProcessInfoC extends Object implements Serializable
Constants class for the ProcessInfo class. Errors: The error modes are ordered by increasing failure tolerance. In most cases a tree walk will traverse nodes in prefix mode except scripts, that may have an user defined processing position, so the operational success of a given node directly influences further processing. ERRORMODE_ALL, the zero failure tolerance, stops the job (nearly) immediately, while ERRORMODE_SKIP_SUBTREE just skips subtree traversals, but continues with lists or siblings. If you pass ERRORMODE_SKIP_PROCINFO the sequence of ProcessInfo members will be executed completely, whether errors occur or not. The most tolerant mode is ERRORMODE_SKIP_PROCINFO where only errors impeding further traversing stop the job.

Copyright: Copyright (c) 2004

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • DELSTATUS_ALL

      public static final int DELSTATUS_ALL
      Do not filter by SORD status.
      See Also:
    • DELSTATUS_DELETED

      public static final int DELSTATUS_DELETED
      filter ony deleted SORDs.
      See Also:
    • DELSTATUS_VALID

      public static final int DELSTATUS_VALID
      Filter only undeleted SORDs.
      See Also:
    • ERRORMODE_ALL

      public static final int ERRORMODE_ALL
      Processing will be stopped when an error occurs, regardless of the error type.
      See Also:
    • ERRORMODE_CRITICAL_ONLY

      public static final int ERRORMODE_CRITICAL_ONLY
      Stop only on non-recoverable errors.
      See Also:
    • ERRORMODE_SKIP_PROCINFO

      public static final int ERRORMODE_SKIP_PROCINFO
      Stop the ProcessInfo sequence for the current Node.
      See Also:
    • ERRORMODE_SKIP_SUBTREE

      public static final int ERRORMODE_SKIP_SUBTREE
      Stop the subtree processing (processTrees only), but continue with list elements respectively siblings.
      See Also:
    • PROCMSGMAX

      public static final int PROCMSGMAX
      Maximum allowed amount of error messages.
      See Also:
  • Constructor Details

    • ProcessInfoC

      public ProcessInfoC()
  • Method Details

    • getDELSTATUS_ALL

      public int getDELSTATUS_ALL()
    • setDELSTATUS_ALL

      public void setDELSTATUS_ALL(int DELSTATUS_ALL)
    • getDELSTATUS_DELETED

      public int getDELSTATUS_DELETED()
    • setDELSTATUS_DELETED

      public void setDELSTATUS_DELETED(int DELSTATUS_DELETED)
    • getDELSTATUS_VALID

      public int getDELSTATUS_VALID()
    • setDELSTATUS_VALID

      public void setDELSTATUS_VALID(int DELSTATUS_VALID)
    • getERRORMODE_ALL

      public int getERRORMODE_ALL()
    • setERRORMODE_ALL

      public void setERRORMODE_ALL(int ERRORMODE_ALL)
    • getERRORMODE_CRITICAL_ONLY

      public int getERRORMODE_CRITICAL_ONLY()
    • setERRORMODE_CRITICAL_ONLY

      public void setERRORMODE_CRITICAL_ONLY(int ERRORMODE_CRITICAL_ONLY)
    • getERRORMODE_SKIP_PROCINFO

      public int getERRORMODE_SKIP_PROCINFO()
    • setERRORMODE_SKIP_PROCINFO

      public void setERRORMODE_SKIP_PROCINFO(int ERRORMODE_SKIP_PROCINFO)
    • getERRORMODE_SKIP_SUBTREE

      public int getERRORMODE_SKIP_SUBTREE()
    • setERRORMODE_SKIP_SUBTREE

      public void setERRORMODE_SKIP_SUBTREE(int ERRORMODE_SKIP_SUBTREE)
    • getPROCMSGMAX

      public int getPROCMSGMAX()
    • setPROCMSGMAX

      public void setPROCMSGMAX(int PROCMSGMAX)