Package de.elo.ix.client
Class ProcessInfoC
java.lang.Object
de.elo.ix.client.ProcessInfoC
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Do not filter by SORD status.static final int
filter ony deleted SORDs.static final int
Filter only undeleted SORDs.static final int
Processing will be stopped when an error occurs, regardless of the error type.static final int
Stop only on non-recoverable errors.static final int
Stop the ProcessInfo sequence for the current Node.static final int
Stop the subtree processing (processTrees only), but continue with list elements respectively siblings.static final int
Maximum allowed amount of error messages. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
int
int
int
void
setDELSTATUS_ALL
(int DELSTATUS_ALL) void
setDELSTATUS_DELETED
(int DELSTATUS_DELETED) void
setDELSTATUS_VALID
(int DELSTATUS_VALID) void
setERRORMODE_ALL
(int ERRORMODE_ALL) void
setERRORMODE_CRITICAL_ONLY
(int ERRORMODE_CRITICAL_ONLY) void
setERRORMODE_SKIP_PROCINFO
(int ERRORMODE_SKIP_PROCINFO) void
setERRORMODE_SKIP_SUBTREE
(int ERRORMODE_SKIP_SUBTREE) void
setPROCMSGMAX
(int PROCMSGMAX)
-
Field Details
-
DELSTATUS_ALL
public static final int DELSTATUS_ALLDo not filter by SORD status.- See Also:
-
DELSTATUS_DELETED
public static final int DELSTATUS_DELETEDfilter ony deleted SORDs.- See Also:
-
DELSTATUS_VALID
public static final int DELSTATUS_VALIDFilter only undeleted SORDs.- See Also:
-
ERRORMODE_ALL
public static final int ERRORMODE_ALLProcessing will be stopped when an error occurs, regardless of the error type.- See Also:
-
ERRORMODE_CRITICAL_ONLY
public static final int ERRORMODE_CRITICAL_ONLYStop only on non-recoverable errors.- See Also:
-
ERRORMODE_SKIP_PROCINFO
public static final int ERRORMODE_SKIP_PROCINFOStop the ProcessInfo sequence for the current Node.- See Also:
-
ERRORMODE_SKIP_SUBTREE
public static final int ERRORMODE_SKIP_SUBTREEStop the subtree processing (processTrees only), but continue with list elements respectively siblings.- See Also:
-
PROCMSGMAX
public static final int PROCMSGMAXMaximum 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)
-