Uses of Class
com.netgrif.application.engine.workflow.domain.CachedFunction
- 
- 
Uses of CachedFunction in com.netgrif.application.engine.workflow.domain
Methods in com.netgrif.application.engine.workflow.domain that return CachedFunction Modifier and Type Method Description static CachedFunctionCachedFunction. build(groovy.lang.GroovyShell shell, Function function) - 
Uses of CachedFunction in com.netgrif.application.engine.workflow.service
Methods in com.netgrif.application.engine.workflow.service that return types with arguments of type CachedFunction Modifier and Type Method Description java.util.List<CachedFunction>FieldActionsCacheService. getCachedFunctions(java.util.List<Function> functions)java.util.Map<java.lang.String,java.util.List<CachedFunction>>FieldActionsCacheService. getNamespaceFunctionCache() - 
Uses of CachedFunction in com.netgrif.application.engine.workflow.service.interfaces
Methods in com.netgrif.application.engine.workflow.service.interfaces that return types with arguments of type CachedFunction Modifier and Type Method Description java.util.List<CachedFunction>IFieldActionsCacheService. getCachedFunctions(java.util.List<Function> functions)java.util.Map<java.lang.String,java.util.List<CachedFunction>>IFieldActionsCacheService. getNamespaceFunctionCache() 
 -