Interface ConsolidationValueMetadataComputer
Computes value metadata during consolidation.
-
Method Summary
Modifier and TypeMethodDescription@NotNull ValueMetadataType
compute
(@NotNull List<ValueMetadataType> nonNegativeValues, @NotNull List<ValueMetadataType> existingValues, @NotNull OperationResult result) named
(Supplier<String> nameSupplier, ConsolidationValueMetadataComputer computer)
-
Method Details
-
compute
@NotNull @NotNull ValueMetadataType compute(@NotNull @NotNull List<ValueMetadataType> nonNegativeValues, @NotNull @NotNull List<ValueMetadataType> existingValues, @NotNull @NotNull OperationResult result) throws CommunicationException, ObjectNotFoundException, SchemaException, SecurityViolationException, ConfigurationException, ExpressionEvaluationException -
named
static ConsolidationValueMetadataComputer named(Supplier<String> nameSupplier, ConsolidationValueMetadataComputer computer)
-