Interface TransformationValueMetadataComputer
Computes value metadata during expression evaluation or during consolidation.
Currently supports only very simplistic evaluation model, where resulting metadata depend only
on metadata attached to input values. (Not considering e.g. structuring of these input values
to input items in absolute evaluation mode, nor metadata present in other input variables, etc.)
-
Method Summary
Modifier and TypeMethodDescriptioncompute
(@NotNull List<PrismValue> inputValues, @NotNull OperationResult result) boolean
-
Method Details
-
compute
ValueMetadataType compute(@NotNull @NotNull List<PrismValue> inputValues, @NotNull @NotNull OperationResult result) throws CommunicationException, ObjectNotFoundException, SchemaException, SecurityViolationException, ConfigurationException, ExpressionEvaluationException -
supportsProvenance
-