Uses of Class
com.avoka.fc.core.service.GroovyLogService
-
Packages that use GroovyLogService Package Description com.avoka.fc.core.service Provides the SmartForm Manager service classes. -
-
Uses of GroovyLogService in com.avoka.fc.core.service
Methods in com.avoka.fc.core.service that return GroovyLogService Modifier and Type Method Description static GroovyLogService
ServiceFactory. getGroovyLogService()
Return GroovyLogService instance.static GroovyLogService
ServiceFactory. getGroovyLogService(boolean commitChanges)
Return GroovyLogService instance.GroovyLogService
GroovyLogService. setCommitChanges(boolean commitChanges)
Commit changes with the Groovy Service Log.GroovyLogService
GroovyLogService. setInputParams(Map<String,Object> inputParams)
Set the input parameters.GroovyLogService
GroovyLogService. setLogger(Logger logger)
Set the Groovy logger instance.GroovyLogService
GroovyLogService. setOutputResult(Object outputResult)
Set the output result data.
-