Uses of Class
com.netgrif.application.engine.petrinet.domain.Function
-
-
Uses of Function in com.netgrif.application.engine.importer.service
Fields in com.netgrif.application.engine.importer.service with type parameters of type Function Modifier and Type Field Description protected java.util.List<Function>
Importer. functions
Methods in com.netgrif.application.engine.importer.service that return Function Modifier and Type Method Description Function
FunctionFactory. getFunction(Function function)
-
Uses of Function in com.netgrif.application.engine.petrinet.domain
Fields in com.netgrif.application.engine.petrinet.domain with type parameters of type Function Modifier and Type Field Description com.querydsl.core.types.dsl.ListPath<Function,QFunction>
QPetriNet. functions
Methods in com.netgrif.application.engine.petrinet.domain that return Function Modifier and Type Method Description Function
Function. clone()
Methods in com.netgrif.application.engine.petrinet.domain that return types with arguments of type Function Modifier and Type Method Description java.util.List<Function>
PetriNet. getFunctions(FunctionScope scope)
Methods in com.netgrif.application.engine.petrinet.domain with parameters of type Function Modifier and Type Method Description void
PetriNet. addFunction(Function function)
Constructor parameters in com.netgrif.application.engine.petrinet.domain with type arguments of type Function Constructor Description QFunction(com.querydsl.core.types.Path<? extends Function> path)
QFunction(java.lang.Class<? extends Function> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
Uses of Function in com.netgrif.application.engine.petrinet.domain.dataset.logic.action
Method parameters in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with type arguments of type Function Modifier and Type Method Description groovy.lang.Closure
FieldActionsRunner. getActionCode(Action action, java.util.List<Function> functions)
groovy.lang.Closure
FieldActionsRunner. getActionCode(Action action, java.util.List<Function> functions, boolean shouldRewriteCachedActions)
groovy.lang.Closure
FieldActionsRunner. getActionCode(groovy.lang.Closure code, java.util.List<Function> functions)
java.util.List<EventOutcome>
FieldActionsRunner. run(Action action, Case useCase, java.util.Map<java.lang.String,java.lang.String> params, java.util.List<Function> functions)
java.util.List<EventOutcome>
FieldActionsRunner. run(Action action, Case useCase, java.util.Optional<Task> task, java.util.Map<java.lang.String,java.lang.String> params, java.util.List<Function> functions)
-
Uses of Function in com.netgrif.application.engine.workflow.domain
Methods in com.netgrif.application.engine.workflow.domain with parameters of type Function Modifier and Type Method Description static CachedFunction
CachedFunction. build(groovy.lang.GroovyShell shell, Function function)
-
Uses of Function in com.netgrif.application.engine.workflow.service
Method parameters in com.netgrif.application.engine.workflow.service with type arguments of type Function Modifier and Type Method Description void
FieldActionsCacheService. evaluateFunctions(java.util.List<Function> functions)
java.util.List<CachedFunction>
FieldActionsCacheService. getCachedFunctions(java.util.List<Function> functions)
-
Uses of Function in com.netgrif.application.engine.workflow.service.interfaces
Method parameters in com.netgrif.application.engine.workflow.service.interfaces with type arguments of type Function Modifier and Type Method Description void
IFieldActionsCacheService. evaluateFunctions(java.util.List<Function> functions)
java.util.List<CachedFunction>
IFieldActionsCacheService. getCachedFunctions(java.util.List<Function> functions)
-