Uses of Class
com.netgrif.application.engine.importer.model.Mapping
-
Packages that use Mapping Package Description com.netgrif.application.engine.importer.model com.netgrif.application.engine.importer.service -
-
Uses of Mapping in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model with type parameters of type Mapping Modifier and Type Field Description protected java.util.List<Mapping>DocumentType. mappingMethods in com.netgrif.application.engine.importer.model that return Mapping Modifier and Type Method Description MappingObjectFactory. createMapping()Create an instance ofMappingMethods in com.netgrif.application.engine.importer.model that return types with arguments of type Mapping Modifier and Type Method Description java.util.List<Mapping>DocumentType. getMapping()Gets the value of the mapping property. -
Uses of Mapping in com.netgrif.application.engine.importer.service
Methods in com.netgrif.application.engine.importer.service with parameters of type Mapping Modifier and Type Method Description protected voidImporter. applyMapping(Mapping mapping)
-