Class CheckConstants
- java.lang.Object
-
- de.aristaflow.adept2.model.globals.CheckConstants
-
public class CheckConstants extends Object
Constants and enums that are used in checks like data flow checks and are used to report the kinds of messages of checks in a check report.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 inAFFECTED_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.- See Also:
ProcessTemplateCheck
-
-
Field Summary
Fields Modifier and Type Field Description static String
AFFECTED_ELEMENT_DATAELEMENT
Deprecated.static String
AFFECTED_ELEMENT_EBP
Deprecated.static String
AFFECTED_ELEMENT_EDGE
Deprecated.static String
AFFECTED_ELEMENT_NODE
Deprecated.static String
AFFECTED_ELEMENT_PARAMETER
Deprecated.static String
AFFECTED_ELEMENT_SEPERATOR
Deprecated.static String
BRANCH_ID
Constant that indicates in the URI that a nodes branchID field is affectedstatic String
CONNECTOR_MAPPING
Field connectorMapping for a node.static String
CORRESPONDING_BLOCK_NODE
Node field for corresponding block nodestatic String
DATA_ELEMENT_TYPE
The type of the data element.static String
IDENTIFIER_ID
The identifier IDstatic String
IS_VIRTUAL
Field isVirtual for parametersstatic String
NODE_STATE
Constant that indicates in the URI that a nodes state field is affectedstatic String
NODE_TYPE
Constant that indicates in the URI that a nodes type field is affectedstatic String
TOPOLOGICAL_ID
The topological IDstatic String
USER_DEFINED_TYPE
Field userDefinedType for nodes and data elements
-
Constructor Summary
Constructors Constructor Description CheckConstants()
-
-
-
Field Detail
-
AFFECTED_ELEMENT_NODE
@Deprecated public static final String AFFECTED_ELEMENT_NODE
Deprecated.Constant that represents an affected Node in the affected element description of an entry in a check report.The constant will be succeeded by # and the node's ID.
For further information refer to the class description and
CheckReport.ReportEntry.getAffectedADEPT2ProcessElements()
- See Also:
- Constant Field Values
-
AFFECTED_ELEMENT_DATAELEMENT
@Deprecated public static final String AFFECTED_ELEMENT_DATAELEMENT
Deprecated.Constant that represents an affected Data Element in the affected element description of an entry in a check report.The constant will be succeeded by # and the data element's ID.
For further information refer to the class description and
CheckReport.ReportEntry.getAffectedADEPT2ProcessElements()
- See Also:
- Constant Field Values
-
AFFECTED_ELEMENT_SEPERATOR
@Deprecated public static final String AFFECTED_ELEMENT_SEPERATOR
Deprecated.Constant defining the token which is used as separator in the string description of an affected element in a check report entry.For further information refer to the class description and
CheckReport.ReportEntry.getAffectedADEPT2ProcessElements()
- See Also:
- Constant Field Values
-
AFFECTED_ELEMENT_EDGE
@Deprecated public static final String AFFECTED_ELEMENT_EDGE
Deprecated.Constant that represents an affected Edge in the affected element description of an entry in a check report.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()
- See Also:
- Constant Field Values
-
AFFECTED_ELEMENT_EBP
@Deprecated public static final String AFFECTED_ELEMENT_EBP
Deprecated.Constant that represents an affected EBP in the affected element description of an entry in a check report.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()
- See Also:
- Constant Field Values
-
AFFECTED_ELEMENT_PARAMETER
@Deprecated public static final String AFFECTED_ELEMENT_PARAMETER
Deprecated.Constant that represents an affected Parameter in the affected element description of an entry in a check report.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()
- See Also:
- Constant Field Values
-
NODE_TYPE
public static final String NODE_TYPE
Constant that indicates in the URI that a nodes type field is affected- See Also:
- Constant Field Values
-
NODE_STATE
public static final String NODE_STATE
Constant that indicates in the URI that a nodes state field is affected- See Also:
- Constant Field Values
-
BRANCH_ID
public static final String BRANCH_ID
Constant that indicates in the URI that a nodes branchID field is affected- See Also:
- Constant Field Values
-
TOPOLOGICAL_ID
public static final String TOPOLOGICAL_ID
The topological ID- See Also:
- Constant Field Values
-
CORRESPONDING_BLOCK_NODE
public static final String CORRESPONDING_BLOCK_NODE
Node field for corresponding block node- See Also:
- Constant Field Values
-
IDENTIFIER_ID
public static final String IDENTIFIER_ID
The identifier ID- See Also:
- Constant Field Values
-
DATA_ELEMENT_TYPE
public static final String DATA_ELEMENT_TYPE
The type of the data element.- See Also:
- Constant Field Values
-
IS_VIRTUAL
public static final String IS_VIRTUAL
Field isVirtual for parameters- See Also:
- Constant Field Values
-
CONNECTOR_MAPPING
public static final String CONNECTOR_MAPPING
Field connectorMapping for a node.- See Also:
- Constant Field Values
-
USER_DEFINED_TYPE
public static final String USER_DEFINED_TYPE
Field userDefinedType for nodes and data elements- See Also:
- Constant Field Values
-
-