public static class ProcessConstants.NodeTypesForFilters
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
NODE_TYPE_ACTIVITIES
Considers the nodes referring to a activities, i. e. normal and decision activities.
|
static int |
NODE_TYPE_ACTIVITY
Considers the nodes referring to an activity.
|
static int |
NODE_TYPE_ALL
Considers all nodes (activities and all kinds of subprocesses).
|
static int |
NODE_TYPE_DECISION_ACTIVITY
Considers the nodes referring to a decision activity.
|
static int |
NODE_TYPE_EMBEDDED_PROCESS
Considers the nodes referring to (simple) embedded subprocesses.
|
static int |
NODE_TYPE_LIGHT_WEIGHT_PROCESS
Considers the nodes referring to (simple) lightweight subprocesses (embedded and referenced).
|
static int |
NODE_TYPE_REFERENCED_PROCESS
Considers the nodes referring to (simple) referenced subprocesses.
|
static int |
NODE_TYPE_SUBPROCESS
Considers the nodes referring to subprocesses (simple and subject of variable parallelism).
|
static int |
NODE_TYPE_VAR_PAR_EMBEDDED_PROCESS
Considers the nodes referring to embedded subprocesses subject of variable parallelism.
|
static int |
NODE_TYPE_VAR_PAR_REFERENCED_PROCESS
Considers the nodes referring to referenced subprocesses subject of variable parallelism.
|
static int |
NODE_TYPE_VAR_PAR_SUBPROCESS
Considers the nodes referring to subprocesses (embedded and referenced) subject of variable
parallelism.
|
| Constructor and Description |
|---|
NodeTypesForFilters() |
public static final int NODE_TYPE_ACTIVITY
public static final int NODE_TYPE_DECISION_ACTIVITY
public static final int NODE_TYPE_ACTIVITIES
public static final int NODE_TYPE_EMBEDDED_PROCESS
public static final int NODE_TYPE_REFERENCED_PROCESS
public static final int NODE_TYPE_LIGHT_WEIGHT_PROCESS
public static final int NODE_TYPE_VAR_PAR_EMBEDDED_PROCESS
public static final int NODE_TYPE_VAR_PAR_REFERENCED_PROCESS
public static final int NODE_TYPE_VAR_PAR_SUBPROCESS
public static final int NODE_TYPE_SUBPROCESS
public static final int NODE_TYPE_ALL