Class CheckTools
java.lang.Object
de.aristaflow.adept2.core.checks.processmodel.CheckTools
Deprecated, for removal: This API element is subject to removal in a future version.
Some helper methods, required by all checks.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.Constant that represents an affected Edge in the affected element description of an entry in a check report. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetAffectedDataElement(int dataElementID) Deprecated, for removal: This API element is subject to removal in a future version.Returns an affected element string, describing the data element with the given ID.static StringgetAffectedEBP(String ebpName) Deprecated, for removal: This API element is subject to removal in a future version.Returns an affected element string, describing the executable business process with the given ebp name.static StringgetAffectedEdge(int source, int dest, ProcessConstants.EdgeType edgeType) Deprecated, for removal: This API element is subject to removal in a future version.Returns an affected element string, describing an edge with the given node IDs.static StringDeprecated, for removal: This API element is subject to removal in a future version.Returns an affected element string, describing an edge with the given structured edge.static StringgetAffectedNode(int nodeID) Deprecated, for removal: This API element is subject to removal in a future version.Returns an affected element string, describing a node with the given ID.static StringgetAffectedParameter(String parameterName, ActivityConstants.AccessType direction) Deprecated, for removal: This API element is subject to removal in a future version.Returns an affected element string, describing the parameter with the given parameter name and its direction.
-
Field Details
-
AFFECTED_ELEMENT_EDGE
Deprecated, for removal: This API element is subject to removal in a future version.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:
-
-
Constructor Details
-
CheckTools
public CheckTools()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getAffectedNode
Deprecated, for removal: This API element is subject to removal in a future version.Returns an affected element string, describing a node with the given ID.- Parameters:
nodeID-- Returns:
- An affected element string, describing a node with the given ID.
-
getAffectedEdge
Deprecated, for removal: This API element is subject to removal in a future version.Returns an affected element string, describing an edge with the given structured edge.- Parameters:
edge-- Returns:
- An affected element string, describing an edge with the given structured edge.
-
getAffectedEdge
Deprecated, for removal: This API element is subject to removal in a future version.Returns an affected element string, describing an edge with the given node IDs.- Parameters:
source-dest-edgeType-- Returns:
- An affected element string, describing an edge with the given node IDs.
-
getAffectedDataElement
Deprecated, for removal: This API element is subject to removal in a future version.Returns an affected element string, describing the data element with the given ID.- Parameters:
dataElementID-- Returns:
- An affected element string for the data element with the given ID.
-
getAffectedParameter
public static String getAffectedParameter(String parameterName, ActivityConstants.AccessType direction) Deprecated, for removal: This API element is subject to removal in a future version.Returns an affected element string, describing the parameter with the given parameter name and its direction.- Parameters:
parameterName-direction-- Returns:
- An affected element string for the parameter with the given parameter name.
-
getAffectedEBP
Deprecated, for removal: This API element is subject to removal in a future version.Returns an affected element string, describing the executable business process with the given ebp name.- Parameters:
ebpName-- Returns:
- An affected element string for the ebp with the given ebp name.
-