Uses of Class
org.codice.ddf.catalog.plugin.metacard.util.AttributeFactory
Packages that use AttributeFactory
Package
Description
-
Uses of AttributeFactory in org.codice.ddf.catalog.plugin.metacard
Constructors in org.codice.ddf.catalog.plugin.metacard with parameters of type AttributeFactoryModifierConstructorDescriptionMetacardIngestNetworkPlugin(KeyValueParser keyValueParser, MetacardServices metacardServices, AttributeFactory attributeFactory, MetacardCondition metacardCondition) Constructor requires all dependencies. -
Uses of AttributeFactory in org.codice.ddf.catalog.plugin.metacard.util
Methods in org.codice.ddf.catalog.plugin.metacard.util with parameters of type AttributeFactoryModifier and TypeMethodDescriptionList<ddf.catalog.data.Metacard> MetacardServices.setAttributesIfAbsent(List<ddf.catalog.data.Metacard> metacards, Map<String, String> attributeMap, AttributeFactory attributeFactory) Returns a new list of newMetacards created from the collection and applies each attribute in the only if the attribute is not already set on theMetacard.