Uses of Class
com.netgrif.application.engine.importer.model.Data
-
Packages that use Data Package Description com.netgrif.application.engine.importer.model com.netgrif.application.engine.importer.service -
-
Uses of Data in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model with type parameters of type Data Modifier and Type Field Description protected java.util.List<Data>DocumentType. dataMethods in com.netgrif.application.engine.importer.model that return Data Modifier and Type Method Description DataObjectFactory. createData()Create an instance ofDataMethods in com.netgrif.application.engine.importer.model that return types with arguments of type Data Modifier and Type Method Description java.util.List<Data>DocumentType. getData()Gets the value of the data property. -
Uses of Data in com.netgrif.application.engine.importer.service
Methods in com.netgrif.application.engine.importer.service with parameters of type Data Modifier and Type Method Description protected voidImporter. addActionRefs(Data data)ComponentComponentFactory. buildComponent(Component importComponent, Importer importer, Data data)ViewViewFactory. buildImageView(Data data)ViewViewFactory. buildListView(Data data)ViewViewFactory. buildView(Data data)voidDataValidator. checkDeprecatedAttributes(Data data)voidIDataValidator. checkDeprecatedAttributes(Data data)protected voidImporter. createDataSet(Data importData)protected voidImporter. resolveDataActions(Data data)
-