public class CheckTools
extends java.lang.Object
| Constructor and Description |
|---|
CheckTools() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getAffectedDataElement(int dataElementID)
Returns an affected element string, describing the data element with
the given ID.
|
static java.lang.String |
getAffectedEBP(java.lang.String ebpName)
Returns an affected element string, describing the executable business
process with the given ebp name.
|
static java.lang.String |
getAffectedEdge(int source,
int dest,
ProcessConstants.EdgeType edgeType)
Returns an affected element string, describing an edge with the given node
IDs.
|
static java.lang.String |
getAffectedEdge(StructuredEdge edge)
Returns an affected element string, describing an edge with the given
structured edge.
|
static java.lang.String |
getAffectedNode(int nodeID)
Returns an affected element string, describing a node with the given ID.
|
static java.lang.String |
getAffectedParameter(java.lang.String parameterName,
ActivityConstants.AccessType direction)
Returns an affected element string, describing the parameter with
the given parameter name and its direction.
|
public static java.lang.String getAffectedNode(int nodeID)
nodeID - public static java.lang.String getAffectedEdge(StructuredEdge edge)
edge - public static java.lang.String getAffectedEdge(int source,
int dest,
ProcessConstants.EdgeType edgeType)
source - dest - edgeType - public static java.lang.String getAffectedDataElement(int dataElementID)
dataElementID - public static java.lang.String getAffectedParameter(java.lang.String parameterName,
ActivityConstants.AccessType direction)
parameterName - direction - public static java.lang.String getAffectedEBP(java.lang.String ebpName)
ebpName -