Class XPathExprWithContext
- java.lang.Object
-
- de.aristaflow.ilm.ws.rest.model.resourcemodel.XPathExprWithContext
-
- All Implemented Interfaces:
Serializable
public class XPathExprWithContext extends Object implements Serializable
This class combines several parameters to one (POST) parameter.- See Also:
ResModelExpressionEvaluationRest.evaluateResources(Boolean, Integer, Long, XPathExprWithContext)
,ResModelExpressionEvaluationRest.evaluateResourceInsts(Boolean, Integer, Long, XPathExprWithContext)
,ResModelExpressionEvaluationRest.evaluateBoolean(XPathExprWithContext)
,ResModelExpressionEvaluationRest.evaluateInteger(XPathExprWithContext)
,ResModelExpressionEvaluationRest.evaluateFloat(XPathExprWithContext)
,ResModelExpressionEvaluationRest.evaluateString(XPathExprWithContext)
,ResModelExpressionEvaluationRest.evaluateXml(XPathExprWithContext)
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description @Valid ProcessNodeContext
processNodeContext
@NotBlank String
xpath
-
Constructor Summary
Constructors Constructor Description XPathExprWithContext()
-
-
-
Field Detail
-
xpath
@NotBlank public @NotBlank String xpath
-
processNodeContext
@Valid public @Valid ProcessNodeContext processNodeContext
-
-