Uses of Class
com.netgrif.application.engine.importer.model.Function
-
Packages that use Function Package Description com.netgrif.application.engine.importer.model com.netgrif.application.engine.importer.service -
-
Uses of Function in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model with type parameters of type Function Modifier and Type Field Description protected java.util.List<Function>DocumentType. functionMethods in com.netgrif.application.engine.importer.model that return Function Modifier and Type Method Description FunctionObjectFactory. createFunction()Create an instance ofFunctionMethods in com.netgrif.application.engine.importer.model that return types with arguments of type Function Modifier and Type Method Description java.util.List<Function>DocumentType. getFunction()Gets the value of the function property. -
Uses of Function in com.netgrif.application.engine.importer.service
Methods in com.netgrif.application.engine.importer.service with parameters of type Function Modifier and Type Method Description protected voidImporter. createFunction(Function function)FunctionFunctionFactory. getFunction(Function function)
-