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 Storage
IStorageService. 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 Storage
LocalStorageService. 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 Storage
MinIoStorageService. 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. data
Methods in com.netgrif.application.engine.importer.model that return Data Modifier and Type Method Description Data
ObjectFactory. createData()
Create an instance ofData
Methods 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 void
Importer. addActionRefs(Data data)
Component
ComponentFactory. buildComponent(Component importComponent, Importer importer, Data data)
View
ViewFactory. buildImageView(Data data)
View
ViewFactory. buildListView(Data data)
View
ViewFactory. buildView(Data data)
void
DataValidator. checkDeprecatedAttributes(Data data)
void
IDataValidator. checkDeprecatedAttributes(Data data)
protected void
Importer. createDataSet(Data importData)
protected void
Importer. 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 Storage
StorageFactory. createStorage(Data data, IStorageResolverService storageResolverService, java.lang.String defaultStorageType)
-