public class CheckConstants
extends java.lang.Object
The elements which are affected by a check report entry are
described in a string. All constants for this string representation are
defined in this class. For further information about the representation, see
CheckReport.ReportEntry.getAffectedADEPT2ProcessElements().
A separator is defined in AFFECTED_ELEMENT_SEPERATOR and currently
has the value '"parameter"'. However, most docs
will statically refer to it as '#', even though it might have changed
over time.
ProcessTemplateCheck| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AFFECTED_ELEMENT_DATAELEMENT
Deprecated.
|
static java.lang.String |
AFFECTED_ELEMENT_EBP
Deprecated.
|
static java.lang.String |
AFFECTED_ELEMENT_EDGE
Deprecated.
|
static java.lang.String |
AFFECTED_ELEMENT_NODE
Deprecated.
|
static java.lang.String |
AFFECTED_ELEMENT_PARAMETER
Deprecated.
|
static java.lang.String |
AFFECTED_ELEMENT_SEPERATOR
Deprecated.
|
static java.lang.String |
BRANCH_ID
Constant that indicates in the URI that a nodes branchID field is affected
|
static java.lang.String |
CORRESPONDING_BLOCK_NODE
Node field for corresponding block node
|
static java.lang.String |
DATA_ELEMENT_TYPE
The type of the data element.
|
static java.lang.String |
IDENTIFIER_ID
The identifier ID
|
static java.lang.String |
IS_VIRTUAL
Field isVirtual for parameters
|
static java.lang.String |
NODE_STATE
Constant that indicates in the URI that a nodes state field is affected
|
static java.lang.String |
NODE_TYPE
Constant that indicates in the URI that a nodes type field is affected
|
static java.lang.String |
TOPOLOGICAL_ID
The topological ID
|
static java.lang.String |
USER_DEFINED_TYPE
Field userDefinedType for nodes and data elements
|
| Constructor and Description |
|---|
CheckConstants() |
@Deprecated public static final java.lang.String AFFECTED_ELEMENT_NODE
The constant will be succeeded by # and the node's ID.
For further information refer to the class description and
CheckReport.ReportEntry.getAffectedADEPT2ProcessElements()
@Deprecated public static final java.lang.String AFFECTED_ELEMENT_DATAELEMENT
The constant will be succeeded by # and the data element's ID.
For further information refer to the class description and
CheckReport.ReportEntry.getAffectedADEPT2ProcessElements()
@Deprecated public static final java.lang.String AFFECTED_ELEMENT_SEPERATOR
For further information refer to the class description and
CheckReport.ReportEntry.getAffectedADEPT2ProcessElements()
@Deprecated public static final java.lang.String AFFECTED_ELEMENT_EDGE
It will be followed by a #, the source node ID, a #, the destination node ID, a #, and the edge type.
For further information refer to the class description and
CheckReport.ReportEntry.getAffectedADEPT2ProcessElements()
@Deprecated public static final java.lang.String AFFECTED_ELEMENT_EBP
The constant will be followed by a #, and the name of the executable business process.
For further information refer to the class description and
CheckReport.ReportEntry.getAffectedADEPT2ProcessElements()
@Deprecated public static final java.lang.String AFFECTED_ELEMENT_PARAMETER
The constant will be followed by a #, the name of the parameter, a #, and the type of the parameter (in- or output).
For further information refer to the class description and
CheckReport.ReportEntry.getAffectedADEPT2ProcessElements()
public static final java.lang.String NODE_TYPE
public static final java.lang.String NODE_STATE
public static final java.lang.String BRANCH_ID
public static final java.lang.String TOPOLOGICAL_ID
public static final java.lang.String CORRESPONDING_BLOCK_NODE
public static final java.lang.String IDENTIFIER_ID
public static final java.lang.String DATA_ELEMENT_TYPE
public static final java.lang.String IS_VIRTUAL
public static final java.lang.String USER_DEFINED_TYPE