Uses of Class
de.aristaflow.ilm.ws.rest.model.resourcemodel.XPathExprWithContext
-
Packages that use XPathExprWithContext Package Description de.aristaflow.ilm.ws.rest.core.resmodelmanager -
-
Uses of XPathExprWithContext in de.aristaflow.ilm.ws.rest.core.resmodelmanager
Methods in de.aristaflow.ilm.ws.rest.core.resmodelmanager with parameters of type XPathExprWithContext Modifier and Type Method Description @NotNull Boolean
ResModelExpressionEvaluationRest. evaluateBoolean(@NotNull @Valid XPathExprWithContext xpathExprWithContext)
@NotNull Double
ResModelExpressionEvaluationRest. evaluateFloat(@NotNull @Valid XPathExprWithContext xpathExprWithContext)
@NotNull Long
ResModelExpressionEvaluationRest. evaluateInteger(@NotNull @Valid XPathExprWithContext xpathExprWithContext)
@Valid ResInstInitialRemoteIteratorData
ResModelExpressionEvaluationRest. evaluateResourceInsts(Boolean includeParents, @Positive Integer count, Long aliveTime, @NotNull @Valid XPathExprWithContext xpathExprWithContext)
@Valid ResInitialRemoteIteratorData
ResModelExpressionEvaluationRest. evaluateResources(Boolean includeParents, @Positive Integer count, Long aliveTime, @NotNull @Valid XPathExprWithContext xpathExprWithContext)
String
ResModelExpressionEvaluationRest. evaluateString(@NotNull @Valid XPathExprWithContext xpathExprWithContext)
String
ResModelExpressionEvaluationRest. evaluateXml(@NotNull @Valid XPathExprWithContext xpathExprWithContext)
-