JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Interface
com.attivio.sdk.server.component.configuration.HasFieldMappingProperty
Packages that use
HasFieldMappingProperty
Package
Description
com.attivio.sdk.server.component.ingest
Interfaces for all ingest related transformers and associated dependencies of those transformers.
com.attivio.sdk.util
Uses of
HasFieldMappingProperty
in
com.attivio.sdk.server.component.ingest
Subinterfaces of
HasFieldMappingProperty
in
com.attivio.sdk.server.component.ingest
Modifier and Type
Interface
Description
interface
FieldValueCreatingTransformer
<T>
Interface for document transformers that create a new field value based on an existing field's value.
Uses of
HasFieldMappingProperty
in
com.attivio.sdk.util
Subinterfaces of
HasFieldMappingProperty
in
com.attivio.sdk.util
Modifier and Type
Interface
Description
interface
FieldValueMapper
Maps a single
IngestFieldValue
to a new field.