Uses of Class
com.netgrif.application.engine.importer.model.Data
-
-
Uses of Data in com.netgrif.application.engine.files.interfaces
Methods in com.netgrif.application.engine.files.interfaces with parameters of type Data Modifier and Type Method Description StorageIStorageService. createStorage(Data data) -
Uses of Data in com.netgrif.application.engine.files.local
Methods in com.netgrif.application.engine.files.local with parameters of type Data Modifier and Type Method Description StorageLocalStorageService. createStorage(Data data) -
Uses of Data in com.netgrif.application.engine.files.minio
Methods in com.netgrif.application.engine.files.minio with parameters of type Data Modifier and Type Method Description StorageMinIoStorageService. createStorage(Data data) -
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) -
Uses of Data in com.netgrif.application.engine.petrinet.domain.dataset.factory
Methods in com.netgrif.application.engine.petrinet.domain.dataset.factory with parameters of type Data Modifier and Type Method Description static StorageStorageFactory. createStorage(Data data, IStorageResolverService storageResolverService, java.lang.String defaultStorageType)
-