Uses of Class
com.netgrif.application.engine.importer.model.DataRef
-
Packages that use DataRef Package Description com.netgrif.application.engine.importer.model com.netgrif.application.engine.importer.service -
-
Uses of DataRef in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model with type parameters of type DataRef Modifier and Type Field Description protected java.util.List<DataRef>DataGroup. dataRefprotected java.util.List<DataRef>Mapping. dataRefprotected java.util.List<DataRef>Transition. dataRefMethods in com.netgrif.application.engine.importer.model that return DataRef Modifier and Type Method Description DataRefObjectFactory. createDataRef()Create an instance ofDataRefMethods in com.netgrif.application.engine.importer.model that return types with arguments of type DataRef Modifier and Type Method Description java.util.List<DataRef>DataGroup. getDataRef()Gets the value of the dataRef property.java.util.List<DataRef>Mapping. getDataRef()Gets the value of the dataRef property.java.util.List<DataRef>Transition. getDataRef()Gets the value of the dataRef property. -
Uses of DataRef in com.netgrif.application.engine.importer.service
Methods in com.netgrif.application.engine.importer.service with parameters of type DataRef Modifier and Type Method Description protected voidImporter. addDataComponent(Transition transition, DataRef dataRef)protected voidImporter. addDataLayout(Transition transition, DataRef dataRef)protected voidImporter. addDataLogic(Transition transition, DataRef dataRef)protected voidImporter. addDataWithDefaultGroup(Transition transition, DataRef dataRef)Method parameters in com.netgrif.application.engine.importer.service with type arguments of type DataRef Modifier and Type Method Description protected voidImporter. resolveDataRefActions(java.util.List<DataRef> dataRef, Transition trans)
-