Interface ConsolidationValueMetadataComputer
Computes value metadata during consolidation.
- 
Method SummaryModifier and TypeMethodDescription@NotNull ValueMetadataTypecompute(@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 
- 
namedstatic ConsolidationValueMetadataComputer named(Supplier<String> nameSupplier, ConsolidationValueMetadataComputer computer) 
 
-